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] authored Jan 5, 2024
1 parent 13e4b0c commit 23031d0
Show file tree
Hide file tree
Showing 2 changed files with 1,569 additions and 1,647 deletions.
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,47 +126,47 @@
"node": ">=14.0.0"
},
"devDependencies": {
"@babel/core": "7.23.5",
"@babel/preset-env": "7.23.5",
"@babel/core": "7.23.7",
"@babel/preset-env": "7.23.7",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@commitlint/cli": "18.4.4",
"@commitlint/config-conventional": "18.4.4",
"@keyv/postgres": "1.4.9",
"@ryansonshine/commitizen": "4.2.8",
"@ryansonshine/cz-conventional-changelog": "3.3.4",
"@storybook/addon-essentials": "7.6.3",
"@storybook/addon-interactions": "7.6.3",
"@storybook/addon-links": "7.6.3",
"@storybook/blocks": "7.6.3",
"@storybook/react": "7.6.3",
"@storybook/react-webpack5": "7.6.3",
"@storybook/addon-essentials": "7.6.7",
"@storybook/addon-interactions": "7.6.7",
"@storybook/addon-links": "7.6.7",
"@storybook/blocks": "7.6.7",
"@storybook/react": "7.6.7",
"@storybook/react-webpack5": "7.6.7",
"@storybook/storybook-deployer": "2.8.16",
"@storybook/testing-library": "0.2.2",
"@testing-library/jest-dom": "6.1.5",
"@testing-library/jest-dom": "6.2.0",
"@testing-library/react": "14.1.2",
"@types/bytes": "3.1.4",
"@types/dotenv": "8.2.0",
"@types/node": "20.10.3",
"@types/react": "18.2.41",
"@types/react-dom": "18.2.17",
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/react-dom": "18.2.18",
"@types/react-test-renderer": "18.0.7",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"@vitejs/plugin-react": "4.2.0",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-v8": "0.34.6",
"babel-loader": "9.1.3",
"concurrently": "8.2.2",
"dotenv": "16.3.1",
"drizzle-kit": "0.20.6",
"drizzle-orm": "0.29.1",
"eslint": "8.55.0",
"drizzle-kit": "0.20.10",
"drizzle-orm": "0.29.3",
"eslint": "8.56.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.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.0.1",
"eslint-plugin-prettier": "5.1.2",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-sort-class-members": "1.19.0",
Expand All @@ -178,18 +178,18 @@
"keyv": "4.5.4",
"lint-staged": "15.2.0",
"mysql2": "3.6.5",
"next": "14.0.3",
"next": "14.0.4",
"postgres": "3.4.3",
"prettier": "3.1.0",
"prettier": "3.1.1",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"release-it": "17.0.0",
"storybook": "7.6.3",
"release-it": "17.0.1",
"storybook": "7.6.7",
"tsdoc-markdown": "0.1.0",
"tsup": "8.0.1",
"typescript": "5.3.2",
"typescript": "5.3.3",
"vitest": "0.34.6",
"yalc": "1.0.0-pre.53"
},
Expand Down
Loading

0 comments on commit 23031d0

Please sign in to comment.