File tree Expand file tree Collapse file tree 6 files changed +154
-125
lines changed Expand file tree Collapse file tree 6 files changed +154
-125
lines changed Original file line number Diff line number Diff line change 61
61
"devDependencies" : {
62
62
"@playwright/test" : " ^1.55.0" ,
63
63
"@tailwindcss/vite" : " ^4.1.13" ,
64
- "@types/node" : " ^24.3.1 " ,
64
+ "@types/node" : " ^24.5.2 " ,
65
65
"@types/react" : " 19.0.0" ,
66
66
"@types/react-dom" : " 19.0.0" ,
67
67
"@types/uuid" : " ^10.0.0" ,
68
- "@vitejs/plugin-react" : " ^5.0.2 " ,
69
- "@vitejs/plugin-react-swc" : " ^4.0.1 " ,
68
+ "@vitejs/plugin-react" : " ^5.0.3 " ,
69
+ "@vitejs/plugin-react-swc" : " ^4.1.0 " ,
70
70
"@wasmcloud/eslint-config" : " workspace:^" ,
71
71
"@wasmcloud/prettier-config" : " workspace:^" ,
72
72
"eslint" : " ^9.26.0" ,
73
73
"execa" : " ^9.6.0" ,
74
74
"get-port" : " ^7.1.0" ,
75
- "pino" : " ^9.9.4 " ,
75
+ "pino" : " ^9.11.0 " ,
76
76
"postcss" : " ^8.5.6" ,
77
77
"prettier" : " ^3.6.2" ,
78
78
"rollup-plugin-sourcemaps" : " ^0.6.3" ,
79
79
"tailwindcss" : " ^4.0.0" ,
80
80
"typescript" : " ^5.9.2" ,
81
81
"uuid" : " ^13.0.0" ,
82
- "vite" : " ^7.1.5 " ,
82
+ "vite" : " ^7.1.7 " ,
83
83
"vite-plugin-svgr" : " ^4.5.0" ,
84
84
"vite-tsconfig-paths" : " ^5.1.4"
85
85
}
Original file line number Diff line number Diff line change 28
28
"devDependencies" : {
29
29
"@changesets/changelog-github" : " ^0.5.1" ,
30
30
"@changesets/cli" : " ^2.29.7" ,
31
- "@types/node" : " ^24.3.1 " ,
31
+ "@types/node" : " ^24.5.2 " ,
32
32
"@wasmcloud/prettier-config" : " workspace:*" ,
33
33
"eslint" : " ^9.26.0" ,
34
34
"eslint-config-turbo" : " ^2.5.6" ,
Original file line number Diff line number Diff line change 6
6
"type" : " module" ,
7
7
"main" : " index.js" ,
8
8
"devDependencies" : {
9
- "@types/node" : " ^24.3.1 " ,
9
+ "@types/node" : " ^24.5.2 " ,
10
10
"typescript" : " ^5.9.2"
11
11
},
12
12
"peerDependencies" : {
Original file line number Diff line number Diff line change 49
49
"eslint" : " ^9.26.0" ,
50
50
"rollup-plugin-sourcemaps" : " ^0.6.3" ,
51
51
"tsup" : " ^8.5.0" ,
52
- "vite" : " ^7.1.5 " ,
52
+ "vite" : " ^7.1.7 " ,
53
53
"vite-plugin-dts" : " ^4.5.4" ,
54
54
"vite-tsconfig-paths" : " ^5.1.4"
55
55
},
Original file line number Diff line number Diff line change 45
45
"@types/eslint" : " ~9.6.1" ,
46
46
"@types/react" : " 19.0.0" ,
47
47
"@types/react-dom" : " 19.0.0" ,
48
- "@vitejs/plugin-react" : " ^5.0.2 " ,
48
+ "@vitejs/plugin-react" : " ^5.0.3 " ,
49
49
"@wasmcloud/eslint-config" : " workspace:^" ,
50
50
"@wasmcloud/tsconfig" : " workspace:^" ,
51
51
"eslint" : " ^9.26.0" ,
52
52
"rollup-plugin-sourcemaps" : " ^0.6.3" ,
53
53
"tailwindcss" : " ^3.4.17" ,
54
54
"tsup" : " ^8.5.0" ,
55
- "vite" : " ^7.1.5 " ,
55
+ "vite" : " ^7.1.7 " ,
56
56
"vite-plugin-dts" : " ^4.5.4" ,
57
57
"vite-tsconfig-paths" : " ^5.1.4"
58
58
},
You can’t perform that action at this time.
0 commit comments