Skip to content

Commit a8c3d15

Browse files
chore(deps): update all non-major dependencies
1 parent 889460a commit a8c3d15

File tree

2 files changed

+641
-602
lines changed

2 files changed

+641
-602
lines changed

package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -62,30 +62,30 @@
6262
},
6363
"devDependencies": {
6464
"@babel/core": "7.23.7",
65-
"@babel/preset-env": "7.23.7",
65+
"@babel/preset-env": "7.23.8",
6666
"@babel/preset-react": "7.23.3",
6767
"@babel/preset-typescript": "7.23.3",
68-
"@commitlint/cli": "18.4.3",
69-
"@commitlint/config-conventional": "18.4.3",
68+
"@commitlint/cli": "18.4.4",
69+
"@commitlint/config-conventional": "18.4.4",
7070
"@ryansonshine/commitizen": "4.2.8",
7171
"@ryansonshine/cz-conventional-changelog": "3.3.4",
72-
"@storybook/addon-essentials": "7.6.7",
73-
"@storybook/addon-interactions": "7.6.7",
74-
"@storybook/addon-links": "7.6.7",
75-
"@storybook/blocks": "7.6.7",
76-
"@storybook/react": "7.6.7",
77-
"@storybook/react-webpack5": "7.6.7",
72+
"@storybook/addon-essentials": "7.6.10",
73+
"@storybook/addon-interactions": "7.6.10",
74+
"@storybook/addon-links": "7.6.10",
75+
"@storybook/blocks": "7.6.10",
76+
"@storybook/react": "7.6.10",
77+
"@storybook/react-webpack5": "7.6.10",
7878
"@storybook/testing-library": "0.2.2",
79-
"@testing-library/jest-dom": "6.0.0",
80-
"@testing-library/react": "14.0.0",
81-
"@types/node": "20.10.6",
82-
"@types/react": "18.2.46",
79+
"@testing-library/jest-dom": "6.2.0",
80+
"@testing-library/react": "14.1.2",
81+
"@types/node": "20.11.5",
82+
"@types/react": "18.2.48",
8383
"@types/react-dom": "18.2.18",
8484
"@types/react-test-renderer": "18.0.7",
85-
"@typescript-eslint/eslint-plugin": "6.17.0",
86-
"@typescript-eslint/parser": "6.17.0",
87-
"@vitejs/plugin-react": "4.0.3",
88-
"@vitest/coverage-v8": "1.0.0",
85+
"@typescript-eslint/eslint-plugin": "6.19.0",
86+
"@typescript-eslint/parser": "6.19.0",
87+
"@vitejs/plugin-react": "4.2.1",
88+
"@vitest/coverage-v8": "1.2.1",
8989
"babel-loader": "9.1.3",
9090
"concurrently": "8.2.2",
9191
"eslint": "8.56.0",
@@ -94,28 +94,28 @@
9494
"eslint-plugin-import": "2.29.1",
9595
"eslint-plugin-jsx-a11y": "6.8.0",
9696
"eslint-plugin-prefer-arrow": "1.2.3",
97-
"eslint-plugin-prettier": "5.1.2",
97+
"eslint-plugin-prettier": "5.1.3",
9898
"eslint-plugin-react": "7.33.2",
9999
"eslint-plugin-react-hooks": "4.6.0",
100-
"eslint-plugin-sort-class-members": "1.18.0",
100+
"eslint-plugin-sort-class-members": "1.19.0",
101101
"eslint-plugin-storybook": "0.6.15",
102102
"eslint-plugin-typescript-sort-keys": "3.1.0",
103103
"eslint-plugin-unused-imports": "3.0.0",
104104
"husky": "8.0.3",
105-
"jsdom": "23.0.0",
105+
"jsdom": "23.2.0",
106106
"lint-staged": "15.2.0",
107-
"prettier": "3.1.1",
107+
"prettier": "3.2.4",
108108
"prop-types": "15.8.1",
109109
"react": "18.2.0",
110110
"react-dom": "18.2.0",
111111
"react-test-renderer": "18.2.0",
112112
"release-it": "17.0.1",
113-
"storybook": "7.6.7",
113+
"storybook": "7.6.10",
114114
"ts-node": "10.9.2",
115115
"tsconfig-paths": "4.2.0",
116116
"tsup": "8.0.1",
117117
"typescript": "5.3.3",
118-
"vitest": "1.0.0",
118+
"vitest": "1.2.1",
119119
"yalc": "1.0.0-pre.53"
120120
},
121121
"peerDependencies": {

0 commit comments

Comments
 (0)