File tree Expand file tree Collapse file tree 6 files changed +27
-89
lines changed
Expand file tree Collapse file tree 6 files changed +27
-89
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1313jobs :
1414 macos-browser-test :
1515 runs-on : macos-latest
16+ permissions :
17+ contents : read
18+ pull-requests : write
1619 steps :
17- - uses : actions/checkout@v4
18- - uses : actions/setup-node@v4
20+ - uses : actions/checkout@v5
21+ - uses : actions/setup-node@v5
1922 - run : cd template && npm install && npx eslint ./src/**/*.js
2023
2124 windows-browser-test :
2225 runs-on : windows-latest
26+ permissions :
27+ contents : read
28+ pull-requests : write
2329 steps :
24- - uses : actions/checkout@v4
25- - uses : actions/setup-node@v4
30+ - uses : actions/checkout@v5
31+ - uses : actions/setup-node@v5
2632 - run : cd template && npm install && npx eslint ./src/**/*.js
Original file line number Diff line number Diff line change 88jobs :
99 build :
1010 runs-on : ubuntu-latest
11+ permissions :
12+ contents : read
13+ pull-requests : write
1114 steps :
12- - uses : actions/checkout@v4
13- - uses : actions/setup-node@v4
15+ - uses : actions/checkout@v5
16+ - uses : actions/setup-node@v5
1417 with :
1518 node-version : " 22.x"
1619 registry-url : " https://registry.npmjs.org"
Original file line number Diff line number Diff line change 11Next2D Framework JavaScript Template
22=============
33
4- [ ![ CodeQL] ( https://github.com/Next2D/framework-template/actions/workflows/codeql-analysis.yml/ badge.svg?branch=main )] ( https://github.com/Next2D/framework-template/actions/workflows/codeql-analysis.yml )
4+ [ ![ CodeQL] ( https://github.com/Next2D/framework-template/actions/workflows/github-code-scanning/codeql/ badge.svg?branch=main )] ( https://github.com/Next2D/framework-template/actions/workflows/github-code-scanning/codeql )
55[ ![ release] ( https://img.shields.io/github/v/release/Next2D/framework-template )] ( https://github.com/Next2D/framework-template/releases )
66[ ![ license] ( https://img.shields.io/github/license/Next2D/framework-template )] ( https://github.com/Next2D/framework-template/blob/main/LICENSE )
77
Original file line number Diff line number Diff line change 11{
22 "name" : " @next2d/framework-template" ,
33 "description" : " Next2D Framework default JavaScript template." ,
4- "version" : " 4.2.5 " ,
4+ "version" : " 4.2.6 " ,
55 "homepage" : " https://next2d.app" ,
66 "bugs" : " https://github.com/Next2D/framework-template/issues/new" ,
77 "author" : " Toshiyuki Ienaga<ienaga@next2d.app>" ,
Original file line number Diff line number Diff line change 1919 "generate" : " npx @next2d/view-generator"
2020 },
2121 "devDependencies" : {
22- "@capacitor/android" : " ^7.4.3 " ,
23- "@capacitor/cli" : " ^7.4.3 " ,
24- "@capacitor/core" : " ^7.4.3 " ,
25- "@capacitor/ios" : " ^7.4.3 " ,
22+ "@capacitor/android" : " ^7.4.4 " ,
23+ "@capacitor/cli" : " ^7.4.4 " ,
24+ "@capacitor/core" : " ^7.4.4 " ,
25+ "@capacitor/ios" : " ^7.4.4 " ,
2626 "@eslint/eslintrc" : " ^3.3.1" ,
27- "@eslint/js" : " ^9.36 .0" ,
28- "@next2d/vite-plugin-next2d-auto-loader" : " ^3.1.8 " ,
29- "eslint" : " ^9.36 .0" ,
27+ "@eslint/js" : " ^9.39 .0" ,
28+ "@next2d/vite-plugin-next2d-auto-loader" : " ^3.1.9 " ,
29+ "eslint" : " ^9.39 .0" ,
3030 "globals" : " ^16.4.0" ,
31- "jsdom" : " ^27.0 .0" ,
32- "vite" : " ^7.1.8 " ,
33- "vitest" : " ^3.2.4 " ,
31+ "jsdom" : " ^27.1 .0" ,
32+ "vite" : " ^7.1.12 " ,
33+ "vitest" : " ^4.0.6 " ,
3434 "vitest-webgl-canvas-mock" : " ^1.1.0"
3535 },
3636 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments