File tree Expand file tree Collapse file tree 4 files changed +474
-1036
lines changed Expand file tree Collapse file tree 4 files changed +474
-1036
lines changed Original file line number Diff line number Diff line change 1- v20.10.0
1+ v24.0.2
Original file line number Diff line number Diff line change 9292 "eslint-plugin-testing-library" : " ^7.1.1" ,
9393 "globals" : " ^16.0.0" ,
9494 "jest-extended" : " ^4.0.2" ,
95- "jsdom" : " 20 .0.3 " ,
95+ "jsdom" : " ^27 .0.0 " ,
9696 "prettier" : " 3.6.2" ,
9797 "storybook" : " ^9.0.10" ,
9898 "ts-node" : " ^10.9.2" ,
103103 "vite-plugin-node-polyfills" : " ^0.23.0" ,
104104 "vite-plugin-svgr" : " ^4.3.0" ,
105105 "vite-tsconfig-paths" : " 5.1.4" ,
106- "vitest" : " 0.34.6 "
106+ "vitest" : " ^3.2.4 "
107107 },
108108 "packageManager" : " yarn@4.6.0" ,
109109 "eslintConfig" : {
Original file line number Diff line number Diff line change @@ -39,6 +39,11 @@ export default defineConfig({
3939 tsconfigPaths ( ) ,
4040 ] ,
4141 test : {
42+ server : {
43+ deps : {
44+ inline : [ / x y f l o w / ]
45+ }
46+ } ,
4247 include : [ '**/*.test.{ts,tsx}' ] ,
4348 environment : 'jsdom' ,
4449 globals : true ,
You can’t perform that action at this time.
0 commit comments