Skip to content

Commit 2b368c2

Browse files
chore(deps): dev dependencies (npm) (#1053)
* chore(deps): dev dependencies (npm) * chore(deps): sync package.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sean Kinread <[email protected]>
1 parent d16d0d8 commit 2b368c2

File tree

2 files changed

+118
-110
lines changed

2 files changed

+118
-110
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"@testing-library/react": "^16.2.0",
108108
"@testing-library/react-hooks": "^8.0.1",
109109
"@testing-library/user-event": "^14.6.1",
110-
"@types/node": "^22.13.9",
110+
"@types/node": "^22.13.10",
111111
"@types/react": "^19.0.10",
112112
"@types/react-dom": "^19.0.4",
113113
"@types/webpack-env": "^1.18.8",
@@ -118,8 +118,8 @@
118118
"@vanilla-extract/sprinkles": "^1.6.3",
119119
"@vanilla-extract/vite-plugin": "^5.0.1",
120120
"@vanilla-extract/webpack-plugin": "^2.3.18",
121-
"@vitest/coverage-v8": "3.0.7",
122-
"@vitest/eslint-plugin": "^1.1.36",
121+
"@vitest/coverage-v8": "3.0.8",
122+
"@vitest/eslint-plugin": "^1.1.37",
123123
"babel-plugin-add-import-extension": "^1.6.0",
124124
"babel-plugin-dev-expression": "^0.2.3",
125125
"babel-plugin-macros": "^3.1.0",
@@ -131,7 +131,7 @@
131131
"core-js": "^3.41.0",
132132
"csstype": "^3.1.3",
133133
"deepmerge": "^4.3.1",
134-
"eslint": "^9.21.0",
134+
"eslint": "^9.22.0",
135135
"eslint-plugin-storybook": "^0.11.4",
136136
"husky": "^9.1.7",
137137
"intersection-observer": "^0.12.2",
@@ -157,10 +157,10 @@
157157
"rollup-plugin-visualizer": "^5.14.0",
158158
"storybook": "^8.6.4",
159159
"storybook-addon-tag-badges": "^1.4.0",
160-
"typescript": "^5.7.3",
160+
"typescript": "^5.8.2",
161161
"url-loader": "^4.1.1",
162-
"vite": "^6.2.0",
163-
"vitest": "^3.0.7",
162+
"vite": "^6.2.1",
163+
"vitest": "^3.0.8",
164164
"webpack": "^5.98.0"
165165
},
166166
"peerDependencies": {

0 commit comments

Comments
 (0)