Skip to content

Commit 4ffdc4d

Browse files
committed
fix
1 parent d65ef47 commit 4ffdc4d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"parser"
3131
],
3232
"scripts": {
33+
"reinstall": "rm -rf node_modules && rm -f pnpm-lock.yaml && pnpm install",
3334
"benchmark": "pnpm run ts benchmark/index.ts",
3435
"build": "pnpm run build:meta && pnpm run build:tsc",
3536
"build:meta": "pnpm run ts ./tools/update-meta.ts",
@@ -87,7 +88,7 @@
8788
"c8": "^10.1.3",
8889
"chai": "^6.0.1",
8990
"esbuild": "^0.25.9",
90-
"eslint": "~9.38.0",
91+
"eslint": "^9.37.0",
9192
"eslint-config-prettier": "^10.1.8",
9293
"eslint-plugin-eslint-comments": "^3.2.0",
9394
"eslint-plugin-jsdoc": "^61.0.0",
@@ -103,7 +104,7 @@
103104
"locate-character": "^3.0.0",
104105
"magic-string": "^0.30.19",
105106
"mocha": "^11.7.2",
106-
"prettier": "~3.6.2",
107+
"prettier": "^3.6.2",
107108
"prettier-plugin-pkg": "^0.21.2",
108109
"prettier-plugin-svelte": "^3.4.0",
109110
"rimraf": "^6.0.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)