Skip to content

Commit 3ca5d94

Browse files
committed
chore: update dependencies
1 parent e7de370 commit 3ca5d94

File tree

2 files changed

+1727
-797
lines changed

2 files changed

+1727
-797
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"release:version": "bumpp package.json --execute=\"pnpm release:changelog && git add changelog.md\" --commit \"build: publish v%s\" --tag --all",
3232
"start": "tsc -b --watch",
3333
"test": "pnpm run /^test:/",
34-
"test:js": "eslint --flag unstable_ts_config .",
34+
"test:js": "eslint .",
3535
"test:types": "tsc --noEmit --pretty"
3636
},
3737
"dependencies": {
@@ -40,12 +40,12 @@
4040
"@vuepress/utils": "2.0.0-rc.20"
4141
},
4242
"devDependencies": {
43-
"@azat-io/eslint-config": "^2.15.0",
44-
"bumpp": "^10.0.3",
43+
"@azat-io/eslint-config": "^2.25.0",
44+
"bumpp": "^10.1.0",
4545
"clean-publish": "^5.1.0",
46-
"eslint": "^9.21.0",
46+
"eslint": "^9.24.0",
4747
"standard-version": "^9.5.0",
48-
"typescript": "^5.7.3"
48+
"typescript": "^5.8.3"
4949
},
5050
"engines": {
5151
"node": "^16.0.0 || >=18.0.0"

0 commit comments

Comments
 (0)