Skip to content

Commit 3f6b5eb

Browse files
committed
chore: update deps
1 parent 60177d5 commit 3f6b5eb

File tree

2 files changed

+477
-497
lines changed

2 files changed

+477
-497
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magic-string",
33
"version": "0.30.19",
44
"type": "commonjs",
5-
"packageManager": "pnpm@10.15.1",
5+
"packageManager": "pnpm@10.19.0",
66
"description": "Modify strings, generate sourcemaps",
77
"keywords": [
88
"string",
@@ -40,29 +40,29 @@
4040
"format": "prettier --single-quote --print-width 100 --use-tabs --write .",
4141
"lint": "eslint src test && publint",
4242
"lint:fix": "eslint src test --fix",
43-
"prepare": "npm run build",
44-
"prepublishOnly": "npm run lint && rm -rf dist && npm test",
45-
"release": "bumpp -x \"npm run changelog\" --all",
46-
"pretest": "npm run build",
43+
"prepare": "pnpm run build",
44+
"prepublishOnly": "pnpm run lint && rm -rf dist && pnpm test",
45+
"release": "bumpp -x \"pnpm run changelog\" --all",
46+
"pretest": "pnpm run build",
4747
"test": "vitest run",
4848
"test:dev": "vitest",
49-
"bench": "npm run build && node benchmark/index.mjs",
49+
"bench": "pnpm run build && node benchmark/index.mjs",
5050
"watch": "rollup -cw"
5151
},
5252
"devDependencies": {
53-
"@eslint/js": "^9.35.0",
54-
"@rollup/plugin-node-resolve": "^16.0.1",
53+
"@eslint/js": "^9.38.0",
54+
"@rollup/plugin-node-resolve": "^16.0.3",
5555
"@rollup/plugin-replace": "^6.0.2",
5656
"benchmark": "^2.1.4",
57-
"bumpp": "^10.2.3",
57+
"bumpp": "^10.3.1",
5858
"conventional-changelog-cli": "^5.0.0",
59-
"eslint": "^9.35.0",
59+
"eslint": "^9.38.0",
6060
"prettier": "^3.6.2",
61-
"publint": "^0.3.12",
62-
"rollup": "^4.50.1",
61+
"publint": "^0.3.15",
62+
"rollup": "^4.52.5",
6363
"source-map-js": "^1.2.1",
6464
"source-map-support": "^0.5.21",
65-
"vitest": "^3.2.4"
65+
"vitest": "^4.0.2"
6666
},
6767
"dependencies": {
6868
"@jridgewell/sourcemap-codec": "^1.5.5"

0 commit comments

Comments
 (0)