Skip to content

Commit 0188a14

Browse files
committed
Update dependency overrides
1 parent 0b1def5 commit 0188a14

3 files changed

Lines changed: 903 additions & 659 deletions

File tree

package.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"format": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json}\""
3131
},
3232
"devDependencies": {
33-
"@babel/preset-env": "^7.22.5",
34-
"@babel/preset-react": "^7.22.5",
35-
"@babel/preset-typescript": "^7.22.5",
33+
"@babel/preset-env": "^7.29.5",
34+
"@babel/preset-react": "^7.29.5",
35+
"@babel/preset-typescript": "^7.29.5",
3636
"@eslint/js": "^9.30.1",
3737
"@storybook/addon-a11y": "^9.1.19",
3838
"@storybook/addon-docs": "^9.1.19",
@@ -47,8 +47,9 @@
4747
"@types/react": "^19.1.8",
4848
"@types/react-dom": "^19.2.3",
4949
"@vitejs/plugin-react": "^4.6.0",
50-
"@vitest/browser": "^3.2.4",
51-
"@vitest/coverage-v8": "^3.2.4",
50+
"@vitest/browser": "^4.1.8",
51+
"@vitest/browser-playwright": "^4.1.8",
52+
"@vitest/coverage-v8": "^4.1.8",
5253
"babel-jest": "^30.1.2",
5354
"baseline-browser-mapping": "^2.9.15",
5455
"eslint": "^9.39.2",
@@ -72,7 +73,7 @@
7273
"typescript-eslint": "^8.53.0",
7374
"vite": "^7.3.1",
7475
"vite-plugin-svgr": "^4.3.0",
75-
"vitest": "^3.2.4"
76+
"vitest": "^4.1.8"
7677
},
7778
"lint-staged": {
7879
"*.(cjs|js|ts|tsx)": [
@@ -96,11 +97,13 @@
9697
"ajv@<6.14.0": "^6.14.0",
9798
"rollup@>=4.0.0 <4.59.0": "^4.59.0",
9899
"flatted@<3.4.2": "^3.4.2",
99-
"brace-expansion@>=4.0.0 <5.0.5": "^5.0.5",
100+
"brace-expansion@>=4.0.0 <5.0.6": "^5.0.6",
100101
"picomatch@>=4.0.0 <4.0.4": "^4.0.4",
101102
"yaml@>=2.0.0 <2.8.3": "^2.8.3",
102103
"vite@>=7.0.0 <=7.3.1": "^7.3.2",
103-
"postcss@<8.5.10": "^8.5.10"
104+
"postcss@<8.5.10": "^8.5.10",
105+
"vitest@<4.1.0": "^4.1.8",
106+
"ws@>=8.0.0 <8.20.1": "^8.20.1"
104107
}
105108
}
106109
}

0 commit comments

Comments
 (0)