File tree 3 files changed +282
-44
lines changed
playground/emotion-plugin
3 files changed +282
-44
lines changed Original file line number Diff line number Diff line change 12
12
"qa" : " tsc && pnpm prettier-ci && pnpm build && pnpm test" ,
13
13
"release" : " pnpm build && tnode scripts/release.ts"
14
14
},
15
- "packageManager" : " pnpm@8.14.3 " ,
15
+ "packageManager" : " pnpm@8.15.1 " ,
16
16
"dependencies" : {
17
- "@swc/core" : " ^1.3.106 "
17
+ "@swc/core" : " ^1.3.107 "
18
18
},
19
19
"peerDependencies" : {
20
20
"vite" : " ^4 || ^5"
25
25
"@types/fs-extra" : " ^11.0.4" ,
26
26
"@types/node" : " 20.11.5" ,
27
27
"@vitejs/release-scripts" : " ^1.3.1" ,
28
- "esbuild" : " ^0.19.12 " ,
28
+ "esbuild" : " ^0.20.0 " ,
29
29
"fs-extra" : " ^11.2.0" ,
30
30
"picocolors" : " ^1.0.0" ,
31
31
"prettier" : " ^3.0.3" ,
Original file line number Diff line number Diff line change 17
17
"@types/react" : " ^18.2.48" ,
18
18
"@types/react-dom" : " ^18.2.18" ,
19
19
"@vitejs/plugin-react-swc" : " ../../dist" ,
20
- "@swc/plugin-emotion" : " ^2.5.115 "
20
+ "@swc/plugin-emotion" : " ^2.5.116 "
21
21
}
22
22
}
You can’t perform that action at this time.
0 commit comments