|
2 | 2 | "name": "magic-string", |
3 | 3 | "version": "0.30.19", |
4 | 4 | "type": "commonjs", |
5 | | - "packageManager": "pnpm@10.15.1", |
| 5 | + "packageManager": "pnpm@10.19.0", |
6 | 6 | "description": "Modify strings, generate sourcemaps", |
7 | 7 | "keywords": [ |
8 | 8 | "string", |
|
40 | 40 | "format": "prettier --single-quote --print-width 100 --use-tabs --write .", |
41 | 41 | "lint": "eslint src test && publint", |
42 | 42 | "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", |
47 | 47 | "test": "vitest run", |
48 | 48 | "test:dev": "vitest", |
49 | | - "bench": "npm run build && node benchmark/index.mjs", |
| 49 | + "bench": "pnpm run build && node benchmark/index.mjs", |
50 | 50 | "watch": "rollup -cw" |
51 | 51 | }, |
52 | 52 | "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", |
55 | 55 | "@rollup/plugin-replace": "^6.0.2", |
56 | 56 | "benchmark": "^2.1.4", |
57 | | - "bumpp": "^10.2.3", |
| 57 | + "bumpp": "^10.3.1", |
58 | 58 | "conventional-changelog-cli": "^5.0.0", |
59 | | - "eslint": "^9.35.0", |
| 59 | + "eslint": "^9.38.0", |
60 | 60 | "prettier": "^3.6.2", |
61 | | - "publint": "^0.3.12", |
62 | | - "rollup": "^4.50.1", |
| 61 | + "publint": "^0.3.15", |
| 62 | + "rollup": "^4.52.5", |
63 | 63 | "source-map-js": "^1.2.1", |
64 | 64 | "source-map-support": "^0.5.21", |
65 | | - "vitest": "^3.2.4" |
| 65 | + "vitest": "^4.0.2" |
66 | 66 | }, |
67 | 67 | "dependencies": { |
68 | 68 | "@jridgewell/sourcemap-codec": "^1.5.5" |
|
0 commit comments