File tree Expand file tree Collapse file tree 6 files changed +1548
-1626
lines changed Expand file tree Collapse file tree 6 files changed +1548
-1626
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Deploy to GitHub Pages
22
33on :
44 push :
5- branches : [ main ]
5+ branches : [main]
66 pull_request :
7- branches : [ main ]
7+ branches : [main]
88
99# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1010permissions :
@@ -15,7 +15,7 @@ permissions:
1515# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
1616# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
1717concurrency :
18- group : " pages"
18+ group : pages
1919 cancel-in-progress : false
2020
2121jobs :
3434 uses : actions/setup-node@v4
3535 with :
3636 node-version : 18
37- cache : ' npm'
37+ cache : npm
3838
3939 - name : Setup Pages
4040 uses : actions/configure-pages@v4
Original file line number Diff line number Diff line change 3636 "defu" : " ^6.1.4" ,
3737 "exsolve" : " ^1.0.5" ,
3838 "magic-string" : " ^0.30.17" ,
39- "oxc-minify" : " ^0.72.3 " ,
40- "oxc-parser" : " ^0.72.3 " ,
41- "oxc-transform" : " ^0.72.3 " ,
42- "pretty-bytes" : " ^7.0.0 " ,
43- "rolldown" : " 1.0.0-beta.12 " ,
44- "rolldown-plugin-dts" : " ^0.13.8 " ,
39+ "oxc-minify" : " ^0.89.0 " ,
40+ "oxc-parser" : " ^0.89.0 " ,
41+ "oxc-transform" : " ^0.89.0 " ,
42+ "pretty-bytes" : " ^7.0.1 " ,
43+ "rolldown" : " 1.0.0-beta.30 " ,
44+ "rolldown-plugin-dts" : " ^0.16.5 " ,
4545 "tinyglobby" : " ^0.2.14" ,
4646 "typescript" : " ^5.8.3"
4747 },
4848 "devDependencies" : {
49- "@antfu/eslint-config" : " ^4.17 .0" ,
50- "@types/node" : " ^22.15.30 " ,
49+ "@antfu/eslint-config" : " ^5.3 .0" ,
50+ "@types/node" : " ^24.4.0 " ,
5151 "@vitest/coverage-v8" : " ^3.2.2" ,
5252 "automd" : " ^0.4.0" ,
5353 "changelogen" : " ^0.6.1" ,
You can’t perform that action at this time.
0 commit comments