chore: upgrade dependencies
Showing
| ... | ... | @@ -11,32 +11,32 @@ |
| "analyze": "cross-env ANALYZE=true next build" | ||
| }, | ||
| "dependencies": { | ||
| "classnames": "^2.3.2", | ||
| "classnames": "^2.5.1", | ||
| "css-loader": "^6.8.1", | ||
| "next": "^13.5.4", | ||
| "next": "^14.0.4", | ||
| "next-images": "^1.8.5", | ||
| "normalize.css": "^8.0.1", | ||
| "react": "18.2.0", | ||
| "react-dom": "18.2.0", | ||
| "sass": "^1.69.3", | ||
| "sass-loader": "^13.3.2", | ||
| "sharp": "^0.32.6", | ||
| "react": "^18.2.0", | ||
| "react-dom": "^18.2.0", | ||
| "sass": "^1.69.7", | ||
| "sass-loader": "^13.3.3", | ||
| "sharp": "^0.33.1", | ||
| "style-loader": "^3.3.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@commitlint/cli": "^17.7.2", | ||
| "@commitlint/config-conventional": "^17.7.0", | ||
| "@storybook/addon-essentials": "^7.4.6", | ||
| "@storybook/addon-links": "^7.4.6", | ||
| "@storybook/nextjs": "^7.4.6", | ||
| "@commitlint/cli": "^18.4.3", | ||
| "@commitlint/config-conventional": "^18.4.3", | ||
| "@storybook/addon-essentials": "^7.6.7", | ||
| "@storybook/addon-links": "^7.6.7", | ||
| "@storybook/nextjs": "^7.6.7", | ||
| "babel-loader": "^9.1.3", | ||
| "cross-env": "^7.0.3", | ||
| "cz-conventional-changelog": "^3.3.0", | ||
| "husky": "^8.0.3", | ||
| "prettier": "^3.0.3", | ||
| "prettier": "^3.1.1", | ||
| "pretty-quick": "^3.1.3", | ||
| "storybook": "^7.4.6", | ||
| "webpack-bundle-analyzer": "^4.9.1" | ||
| "storybook": "^7.6.7", | ||
| "webpack-bundle-analyzer": "^4.10.1" | ||
| }, | ||
| "packageManager": "yarn@4.0.2" | ||
| } |
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