File tree Expand file tree Collapse file tree 4 files changed +587
-502
lines changed
Expand file tree Collapse file tree 4 files changed +587
-502
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v6
2121 with :
2222 persist-credentials : false
2323
2424 - name : Install Node.JS
25- uses : actions/setup-node@v4
25+ uses : actions/setup-node@v6
2626 with :
2727 check-latest : true
2828 node-version-file : ' .tool-versions'
2929
30- - uses : pnpm/action-setup@v2
30+ - uses : pnpm/action-setup@v4
3131 name : Install pnpm
3232 id : pnpm-install
3333 with :
Original file line number Diff line number Diff line change 1- nodejs 22 .11.0
1+ nodejs 24 .11.0
Original file line number Diff line number Diff line change 99 "format" : " prettier --ignore-path .gitignore --write src/"
1010 },
1111 "devDependencies" : {
12- "@sveltejs/adapter-static" : " 3.0.8 " ,
13- "@sveltejs/kit" : " 2.22 .2" ,
12+ "@sveltejs/adapter-static" : " 3.0.10 " ,
13+ "@sveltejs/kit" : " 2.49 .2" ,
1414 "@sveltejs/vite-plugin-svelte" : " ^5.1.0" ,
15- "@svgdotjs/svg.js" : " 3.2.4 " ,
15+ "@svgdotjs/svg.js" : " 3.2.5 " ,
1616 "clipboard" : " 2.0.11" ,
1717 "eslint" : " 8.57.0" ,
1818 "eslint-config-prettier" : " 9.1.0" ,
2222 "postcss" : " 8.5.6" ,
2323 "postcss-import" : " 16.1.1" ,
2424 "postcss-load-config" : " 6.0.1" ,
25- "postcss-preset-env" : " 10.2.4 " ,
25+ "postcss-preset-env" : " 10.5.0 " ,
2626 "postcss-reporter" : " ^7.1.0" ,
27- "prettier" : " 3.6.2 " ,
28- "prettier-plugin-svelte" : " 3.4.0 " ,
29- "svelte" : " 5.34.9 " ,
27+ "prettier" : " 3.7.4 " ,
28+ "prettier-plugin-svelte" : " 3.4.1 " ,
29+ "svelte" : " 5.46.1 " ,
3030 "svelte-preprocess" : " 6.0.3" ,
31- "vite" : " 7.0.8 "
31+ "vite" : " 7.3.0 "
3232 },
3333 "type" : " module"
3434}
You can’t perform that action at this time.
0 commit comments