chore: upgrade dependencies
Showing
| ... | ... | @@ -12,42 +12,42 @@ |
| }, | ||
| "dependencies": { | ||
| "@nextui-org/react": "^2.4.8", | ||
| "@types/node": "^22.7.3", | ||
| "@types/react": "^18.3.9", | ||
| "@types/node": "^22.9.0", | ||
| "@types/react": "^18.3.12", | ||
| "autoprefixer": "^10.4.20", | ||
| "classnames": "^2.5.1", | ||
| "color2k": "^2.0.3", | ||
| "framer-motion": "^11.8.0", | ||
| "next": "^14.2.13", | ||
| "framer-motion": "^11.11.11", | ||
| "next": "^15.0.2", | ||
| "postcss": "^8.4.47", | ||
| "react": "^18.3.1", | ||
| "react-dom": "^18.3.1", | ||
| "sharp": "^0.33.5", | ||
| "tailwindcss": "^3.4.13", | ||
| "typescript": "^5.6.2" | ||
| "tailwindcss": "^3.4.14", | ||
| "typescript": "^5.6.3" | ||
| }, | ||
| "devDependencies": { | ||
| "@commitlint/cli": "^19.5.0", | ||
| "@commitlint/config-conventional": "^19.5.0", | ||
| "@storybook/addon-essentials": "^8.3.3", | ||
| "@storybook/addon-interactions": "8.3.3", | ||
| "@storybook/addon-links": "^8.3.3", | ||
| "@storybook/addon-onboarding": "8.3.3", | ||
| "@storybook/blocks": "8.3.3", | ||
| "@storybook/nextjs": "^8.3.3", | ||
| "@storybook/react": "8.3.3", | ||
| "@storybook/test": "8.3.3", | ||
| "@storybook/theming": "^8.3.3", | ||
| "@storybook/addon-essentials": "^8.4.2", | ||
| "@storybook/addon-interactions": "8.4.2", | ||
| "@storybook/addon-links": "^8.4.2", | ||
| "@storybook/addon-onboarding": "8.4.2", | ||
| "@storybook/blocks": "8.4.2", | ||
| "@storybook/nextjs": "^8.4.2", | ||
| "@storybook/react": "8.4.2", | ||
| "@storybook/test": "8.4.2", | ||
| "@storybook/theming": "^8.4.2", | ||
| "@types/eslint": "^9.6.1", | ||
| "cross-env": "^7.0.3", | ||
| "cz-conventional-changelog": "^3.3.0", | ||
| "eslint": "^9.11.1", | ||
| "eslint-config-next": "^14.2.13", | ||
| "eslint-plugin-storybook": "^0.9.0", | ||
| "eslint": "^9.14.0", | ||
| "eslint-config-next": "^15.0.2", | ||
| "eslint-plugin-storybook": "^0.11.0", | ||
| "husky": "^9.1.6", | ||
| "prettier": "^3.3.3", | ||
| "pretty-quick": "^4.0.0", | ||
| "storybook": "^8.3.3", | ||
| "storybook": "^8.4.2", | ||
| "storybook-dark-mode": "^4.0.2", | ||
| "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