chore: upgrade dependencies
Showing
... | ... | @@ -11,39 +11,39 @@ |
"analyze": "cross-env ANALYZE=true next build" | ||
}, | ||
"dependencies": { | ||
"@types/node": "^20.11.5", | ||
"@types/react": "^18.2.48", | ||
"autoprefixer": "^10.4.17", | ||
"@types/node": "^20.12.12", | ||
"@types/react": "^18.3.3", | ||
"autoprefixer": "^10.4.19", | ||
"classnames": "^2.5.1", | ||
"next": "^14.1.0", | ||
"postcss": "^8.4.33", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"sharp": "^0.33.2", | ||
"tailwindcss": "^3.4.1", | ||
"typescript": "^5.3.3" | ||
"next": "^14.2.3", | ||
"postcss": "^8.4.38", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"sharp": "^0.33.4", | ||
"tailwindcss": "^3.4.3", | ||
"typescript": "^5.4.5" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^18.4.4", | ||
"@commitlint/config-conventional": "^18.4.4", | ||
"@storybook/addon-essentials": "^7.6.10", | ||
"@storybook/addon-interactions": "7.6.10", | ||
"@storybook/addon-links": "^7.6.10", | ||
"@storybook/addon-onboarding": "1.0.10", | ||
"@storybook/blocks": "7.6.10", | ||
"@storybook/nextjs": "^7.6.10", | ||
"@storybook/react": "7.6.10", | ||
"@storybook/test": "7.6.10", | ||
"@types/eslint": "^8.56.2", | ||
"@commitlint/cli": "^19.3.0", | ||
"@commitlint/config-conventional": "^19.2.2", | ||
"@storybook/addon-essentials": "^8.1.4", | ||
"@storybook/addon-interactions": "8.1.4", | ||
"@storybook/addon-links": "^8.1.4", | ||
"@storybook/addon-onboarding": "8.1.4", | ||
"@storybook/blocks": "8.1.4", | ||
"@storybook/nextjs": "^8.1.4", | ||
"@storybook/react": "8.1.4", | ||
"@storybook/test": "8.1.4", | ||
"@types/eslint": "^8.56.10", | ||
"cross-env": "^7.0.3", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.56.0", | ||
"eslint-config-next": "^14.1.0", | ||
"eslint-plugin-storybook": "^0.6.15", | ||
"husky": "^8.0.3", | ||
"prettier": "^3.2.4", | ||
"eslint": "^9.3.0", | ||
"eslint-config-next": "^14.2.3", | ||
"eslint-plugin-storybook": "^0.8.0", | ||
"husky": "^9.0.11", | ||
"prettier": "^3.2.5", | ||
"pretty-quick": "^4.0.0", | ||
"storybook": "^7.6.10", | ||
"webpack-bundle-analyzer": "^4.10.1" | ||
"storybook": "^8.1.4", | ||
"webpack-bundle-analyzer": "^4.10.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