Skip to content

Commit a917f2a

Browse files
committed
update packages
1 parent a69dfa6 commit a917f2a

File tree

2 files changed

+136
-65
lines changed

2 files changed

+136
-65
lines changed

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next2d/builder",
3-
"version": "0.0.14",
3+
"version": "0.0.15",
44
"description": "Multi-platform builder for Next2d Framework, supporting export to various platforms such as macOS, Windows, iOS, Android and Web(HTML)",
55
"author": "Toshiyuki Ienaga <[email protected]>",
66
"license": "MIT",
@@ -35,18 +35,18 @@
3535
},
3636
"dependencies": {
3737
"@electron-forge/core": "^7.8.0",
38-
"@types/node": "^22.14.0",
38+
"@types/node": "^22.14.1",
3939
"picocolors": "^1.1.1",
40-
"vite": "^6.2.5"
40+
"vite": "^6.3.1"
4141
},
4242
"devDependencies": {
4343
"@eslint/eslintrc": "^3.3.1",
4444
"@eslint/js": "^9.24.0",
45-
"@typescript-eslint/eslint-plugin": "^8.29.0",
46-
"@typescript-eslint/parser": "^8.29.0",
45+
"@typescript-eslint/eslint-plugin": "^8.30.1",
46+
"@typescript-eslint/parser": "^8.30.1",
4747
"eslint": "^9.24.0",
4848
"eslint-plugin-unused-imports": "^4.1.4",
4949
"globals": "^16.0.0",
50-
"typescript": "^5.8.2"
50+
"typescript": "^5.8.3"
5151
}
5252
}

0 commit comments

Comments
 (0)