Commit c1474d1 1 parent f963032 commit c1474d1 Copy full SHA for c1474d1
File tree 3 files changed +332
-78
lines changed
3 files changed +332
-78
lines changed Original file line number Diff line number Diff line change 30
30
with :
31
31
app-id : ${{ secrets.ECOSCRIPT_APP_ID }}
32
32
private-key : ${{ secrets.ECOSCRIPT_APP_PRIVATE_KEY }}
33
- - uses : peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6
33
+ - uses : peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6
34
34
with :
35
35
author : github-actions <41898282+github-actions[bot]@users.noreply.github.com>
36
36
body : I ran `pnpm format` 🧑💻
Original file line number Diff line number Diff line change 73
73
},
74
74
"devDependencies" : {
75
75
"concurrently" : " ^8.2.2" ,
76
- "esbuild" : " ^0.20.2 " ,
77
- "esbuild-plugin-solid" : " ^0.5 .0" ,
76
+ "esbuild" : " ^0.21.4 " ,
77
+ "esbuild-plugin-solid" : " ^0.6 .0" ,
78
78
"jsdom" : " ^22.1.0" ,
79
79
"prettier" : " ^3.2.5" ,
80
- "prettier-plugin-packagejson" : " ^2.4.14 " ,
81
- "solid-js" : " ^1.8.16 " ,
80
+ "prettier-plugin-packagejson" : " ^2.5.0 " ,
81
+ "solid-js" : " ^1.8.17 " ,
82
82
"tsup" : " ^8.0.2" ,
83
83
"tsup-preset-solid" : " ^2.2.0" ,
84
84
"typescript" : " ^5.4.5" ,
85
- "vite" : " ^5.2.8 " ,
85
+ "vite" : " ^5.2.11 " ,
86
86
"vite-plugin-solid" : " ^2.10.2" ,
87
- "vitest" : " ^1.4 .0"
87
+ "vitest" : " ^1.6 .0"
88
88
},
89
89
"peerDependencies" : {
90
90
"solid-js" : " ^1.6.0"
You can’t perform that action at this time.
0 commit comments