Skip to content

Commit 2a7bc79

Browse files
committed
#63 update packages
1 parent 9ce99a8 commit 2a7bc79

3 files changed

Lines changed: 80 additions & 81 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
id-token: write
10+
contents: read
11+
812
jobs:
9-
build:
13+
publish:
1014
runs-on: ubuntu-latest
11-
permissions:
12-
contents: read
13-
pull-requests: write
1415
steps:
1516
- uses: actions/checkout@v6
1617
- uses: actions/setup-node@v6
@@ -20,6 +21,4 @@ jobs:
2021
- run: npm install -g npm@latest
2122
- run: npm install
2223
- run: npm run release
23-
- run: npm publish --access public
24-
env:
25-
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
24+
- run: npm publish

package-lock.json

Lines changed: 69 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@next2d/vite-plugin-next2d-auto-loader",
33
"description": "Next2D Framework vite TypeScript Auto Loader plugin.",
4-
"version": "3.1.12",
4+
"version": "3.1.13",
55
"homepage": "https://next2d.app",
66
"bugs": "https://github.com/Next2D/vite-plugin-next2d-auto-loader/issues",
77
"author": "Toshiyuki Ienaga<ienaga@next2d.app>",
@@ -33,12 +33,12 @@
3333
"devDependencies": {
3434
"@eslint/eslintrc": "^3.3.3",
3535
"@eslint/js": "^9.39.2",
36-
"@types/node": "^25.0.3",
37-
"@typescript-eslint/eslint-plugin": "^8.50.1",
38-
"@typescript-eslint/parser": "^8.50.1",
36+
"@types/node": "^25.2.1",
37+
"@typescript-eslint/eslint-plugin": "^8.54.0",
38+
"@typescript-eslint/parser": "^8.54.0",
3939
"eslint": "^9.39.2",
4040
"eslint-plugin-unused-imports": "^4.3.0",
41-
"globals": "^16.5.0",
41+
"globals": "^17.3.0",
4242
"typescript": "^5.9.3"
4343
}
4444
}

0 commit comments

Comments
 (0)