Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 11, 2024
1 parent 8abae4b commit 1959c3f
Show file tree
Hide file tree
Showing 2 changed files with 3,193 additions and 2,040 deletions.
82 changes: 41 additions & 41 deletions package.json
Expand Up @@ -126,71 +126,71 @@
"node": ">=14.0.0"
},
"devDependencies": {
"@babel/core": "7.23.7",
"@babel/preset-env": "7.23.8",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@commitlint/cli": "18.4.4",
"@commitlint/config-conventional": "18.4.4",
"@keyv/postgres": "1.4.9",
"@babel/core": "7.24.4",
"@babel/preset-env": "7.24.4",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.3",
"@keyv/postgres": "1.4.10",
"@ryansonshine/commitizen": "4.2.8",
"@ryansonshine/cz-conventional-changelog": "3.3.4",
"@storybook/addon-essentials": "7.6.8",
"@storybook/addon-interactions": "7.6.8",
"@storybook/addon-links": "7.6.8",
"@storybook/blocks": "7.6.8",
"@storybook/react": "7.6.8",
"@storybook/react-webpack5": "7.6.8",
"@storybook/addon-essentials": "7.6.17",
"@storybook/addon-interactions": "7.6.17",
"@storybook/addon-links": "7.6.17",
"@storybook/blocks": "7.6.17",
"@storybook/react": "7.6.17",
"@storybook/react-webpack5": "7.6.17",
"@storybook/storybook-deployer": "2.8.16",
"@storybook/testing-library": "0.2.2",
"@testing-library/jest-dom": "6.2.0",
"@testing-library/react": "14.1.2",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.3.1",
"@types/bytes": "3.1.4",
"@types/dotenv": "8.2.0",
"@types/node": "20.11.0",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@types/node": "20.12.7",
"@types/react": "18.2.77",
"@types/react-dom": "18.2.25",
"@types/react-test-renderer": "18.0.7",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-v8": "1.2.0",
"@vitest/coverage-v8": "1.5.0",
"babel-loader": "9.1.3",
"concurrently": "8.2.2",
"dotenv": "16.3.1",
"drizzle-kit": "0.20.12",
"drizzle-orm": "0.29.3",
"eslint": "8.56.0",
"dotenv": "16.4.5",
"drizzle-kit": "0.20.14",
"drizzle-orm": "0.30.8",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-sort-class-members": "1.19.0",
"eslint-plugin-storybook": "0.6.15",
"eslint-plugin-typescript-sort-keys": "3.1.0",
"eslint-plugin-unused-imports": "3.0.0",
"eslint-plugin-sort-class-members": "1.20.0",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-typescript-sort-keys": "3.2.0",
"eslint-plugin-unused-imports": "3.1.0",
"husky": "8.0.3",
"jsdom": "23.2.0",
"keyv": "4.5.4",
"lint-staged": "15.2.0",
"mysql2": "3.7.0",
"next": "14.0.4",
"postgres": "3.4.3",
"prettier": "3.2.1",
"lint-staged": "15.2.2",
"mysql2": "3.9.4",
"next": "14.2.0",
"postgres": "3.4.4",
"prettier": "3.2.5",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"release-it": "17.0.1",
"storybook": "7.6.8",
"tsdoc-markdown": "0.1.0",
"tsup": "8.0.1",
"typescript": "5.3.3",
"vitest": "1.2.0",
"release-it": "17.1.1",
"storybook": "7.6.17",
"tsdoc-markdown": "0.5.0",
"tsup": "8.0.2",
"typescript": "5.4.5",
"vitest": "1.5.0",
"yalc": "1.0.0-pre.53"
},
"peerDependencies": {
Expand Down

0 comments on commit 1959c3f

Please sign in to comment.