chore: upgrade all dependencies
Showing
| ... | ... | @@ -11,34 +11,34 @@ |
| "analyze": "cross-env ANALYZE=true next build" | ||
| }, | ||
| "dependencies": { | ||
| "classnames": "^2.3.1", | ||
| "classnames": "^2.3.2", | ||
| "css-loader": "^6.7.1", | ||
| "next": "12.2.3", | ||
| "next": "12.3.1", | ||
| "next-images": "^1.8.4", | ||
| "normalize.css": "^8.0.1", | ||
| "react": "18.2.0", | ||
| "react-dom": "18.2.0", | ||
| "sass": "^1.54.0", | ||
| "sass-loader": "^13.0.2", | ||
| "sharp": "^0.30.7", | ||
| "sass": "^1.55.0", | ||
| "sass-loader": "^13.1.0", | ||
| "sharp": "^0.31.1", | ||
| "style-loader": "^3.3.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@commitlint/cli": "^17.0.3", | ||
| "@commitlint/config-conventional": "^17.0.3", | ||
| "@storybook/addon-essentials": "^6.5.9", | ||
| "@storybook/addon-links": "^6.5.9", | ||
| "@storybook/builder-webpack5": "^6.5.9", | ||
| "@storybook/manager-webpack5": "^6.5.9", | ||
| "@commitlint/cli": "^17.1.2", | ||
| "@commitlint/config-conventional": "^17.1.0", | ||
| "@storybook/addon-essentials": "^6.5.12", | ||
| "@storybook/addon-links": "^6.5.12", | ||
| "@storybook/builder-webpack5": "^6.5.12", | ||
| "@storybook/manager-webpack5": "^6.5.12", | ||
| "@storybook/preset-scss": "^1.0.3", | ||
| "@storybook/react": "^6.5.9", | ||
| "@storybook/react": "^6.5.12", | ||
| "babel-loader": "^8.2.5", | ||
| "cross-env": "^7.0.3", | ||
| "cz-conventional-changelog": "^3.3.0", | ||
| "husky": "^8.0.1", | ||
| "prettier": "^2.7.1", | ||
| "pretty-quick": "^3.1.3", | ||
| "webpack-bundle-analyzer": "^4.5.0", | ||
| "webpack-bundle-analyzer": "^4.6.1", | ||
| "yarn": "^1.22.19" | ||
| } | ||
| } |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment