chore: upgrade dependencies
Showing
... | ... | @@ -11,37 +11,37 @@ |
"analyze": "cross-env ANALYZE=true next build" | ||
}, | ||
"dependencies": { | ||
"@heroui/react": "2.8.0-beta.15", | ||
"@storybook/react": "^9.0.16", | ||
"@tailwindcss/postcss": "^4.1.11", | ||
"@types/node": "^24.0.13", | ||
"@types/react": "^19.1.8", | ||
"@heroui/react": "2.8.2", | ||
"@storybook/react": "^9.1.2", | ||
"@tailwindcss/postcss": "^4.1.12", | ||
"@types/node": "^24.3.0", | ||
"@types/react": "^19.1.10", | ||
"autoprefixer": "^10.4.21", | ||
"next": "^15.3.5", | ||
"next": "^15.4.6", | ||
"postcss": "^8.5.6", | ||
"react": "^19.1.0", | ||
"react-dom": "^19.1.0", | ||
"react": "^19.1.1", | ||
"react-dom": "^19.1.1", | ||
"sharp": "^0.34.3", | ||
"tailwindcss": "^4.1.11", | ||
"typescript": "^5.8.3" | ||
"tailwindcss": "^4.1.12", | ||
"typescript": "^5.9.2" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.8.1", | ||
"@commitlint/config-conventional": "^19.8.1", | ||
"@next/bundle-analyzer": "^15.3.5", | ||
"@storybook/addon-links": "^9.0.16", | ||
"@storybook/addon-themes": "^9.0.16", | ||
"@storybook/nextjs": "^9.0.16", | ||
"@next/bundle-analyzer": "^15.4.6", | ||
"@storybook/addon-links": "^9.1.2", | ||
"@storybook/addon-themes": "^9.1.2", | ||
"@storybook/nextjs": "^9.1.2", | ||
"@types/eslint": "^9.6.1", | ||
"cross-env": "^7.0.3", | ||
"cross-env": "^10.0.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^9.30.1", | ||
"eslint-config-next": "^15.3.5", | ||
"eslint-plugin-storybook": "^9.0.16", | ||
"eslint": "^9.33.0", | ||
"eslint-config-next": "^15.4.6", | ||
"eslint-plugin-storybook": "^9.1.2", | ||
"husky": "^9.1.7", | ||
"prettier": "^3.6.2", | ||
"pretty-quick": "^4.2.2", | ||
"storybook": "^9.0.16" | ||
"storybook": "^9.1.2" | ||
}, | ||
"packageManager": "pnpm@10.6.5+sha256.47c8bca42b4b48534b5b1b28d573c506773937b02f68e52992fbd8269131c5c8" | ||
} |
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