Commit bd9fba9 1 parent 859adc1 commit bd9fba9 Copy full SHA for bd9fba9
File tree 6 files changed +182
-401
lines changed
6 files changed +182
-401
lines changed Original file line number Diff line number Diff line change 26
26
"@graphql-ez/plugin-upload" : " ^0.8.1" ,
27
27
"@graphql-ez/plugin-websockets" : " ^0.11.3" ,
28
28
"@react-hookz/web" : " ^22.0.0" ,
29
- "date-fns" : " ^3.6.0" ,
30
29
"extract-files" : " ^13.0.0" ,
31
30
"fastify" : " ^4.28.1" ,
32
31
"framer-motion" : " ^11.3.24" ,
Original file line number Diff line number Diff line change 21
21
"autoprefixer" : " ^10.4.20" ,
22
22
"graphql" : " ^16.8.1" ,
23
23
"postcss" : " ^8.5.1" ,
24
- "solid-devtools" : " ^0.29.2 " ,
24
+ "solid-devtools" : " ^0.33.0 " ,
25
25
"tailwindcss" : " ^3.4.17" ,
26
26
"typescript" : " ^5.7.3" ,
27
- "vite" : " ^5.4.3 " ,
27
+ "vite" : " ^6.0.11 " ,
28
28
"vite-plugin-solid" : " ^2.11.1"
29
29
}
30
30
}
Original file line number Diff line number Diff line change 21
21
"@types/react" : " ^18.3.18" ,
22
22
"@types/react-dom" : " ^18.3.5" ,
23
23
"@vitejs/plugin-react" : " ^4.3.4" ,
24
- "vite" : " ^5.4.14 "
24
+ "vite" : " ^6.0.11 "
25
25
}
26
26
}
Original file line number Diff line number Diff line change 42
42
"@solidjs/testing-library" : " ^0.8.10" ,
43
43
"@testing-library/jest-dom" : " ^6.4.5" ,
44
44
"@testing-library/user-event" : " ^14.5.2" ,
45
- "@vitest/coverage-v8" : " ^2.0.5" ,
46
- "date-fns" : " ^3.6.0" ,
47
- "jsdom" : " ^24.1.3" ,
45
+ "@vitest/coverage-v8" : " ^3.0.5" ,
46
+ "jsdom" : " ^26.0.0" ,
48
47
"test-utils" : " workspace:^" ,
49
48
"typescript" : " ^5.7.3" ,
50
- "vite" : " ^5.4.14 " ,
49
+ "vite" : " ^6.0.11 " ,
51
50
"vite-plugin-solid" : " ^2.11.1" ,
52
- "vitest" : " ^2 .0.5"
51
+ "vitest" : " ^3 .0.5"
53
52
},
54
53
"peerDependencies" : {
55
54
"gqty" : " workspace:^3.3.0" ,
Original file line number Diff line number Diff line change 3
3
* bob-esbuild from resolving *.test.tsx with react, and we cannot remove
4
4
* bob-esbuild before the esbuild options to produce a result as clean as those
5
5
* published to NPM, e.g. without CommonJS polyfills.
6
+ *
7
+ * Vitest produce the following warning since 3.0, which is irrelevant to
8
+ * solid-js:
9
+ * The JSX import source cannot be set without also enabling React's "automatic"
10
+ * JSX transform
6
11
*/
7
12
/** @jsxImportSource solid-js */
8
13
You can’t perform that action at this time.
0 commit comments