|
16 | 16 | "example": "prettier --config ./examples/.prettierrc --plugin lib/src/index.js",
|
17 | 17 | "test": "yarn node --experimental-vm-modules $(yarn bin jest)",
|
18 | 18 | "type-check": "tsc --noEmit",
|
19 |
| - "prepublishOnly": "npm run compile && npm run test", |
20 |
| - "postinstall": "patch-package" |
| 19 | + "prepublishOnly": "npm run compile && npm run test" |
21 | 20 | },
|
22 | 21 | "keywords": [
|
23 | 22 | "prettier",
|
|
34 | 33 | },
|
35 | 34 | "license": "Apache-2.0",
|
36 | 35 | "dependencies": {
|
37 |
| - "@babel/generator": "7.26.2", |
38 |
| - "@babel/parser": "7.26.2", |
39 |
| - "@babel/traverse": "7.25.9", |
40 |
| - "@babel/types": "7.26.0", |
41 |
| - "javascript-natural-sort": "0.7.1", |
| 36 | + "@babel/generator": "^7.26.2", |
| 37 | + "@babel/parser": "^7.26.2", |
| 38 | + "@babel/traverse": "^7.25.9", |
| 39 | + "@babel/types": "^7.26.0", |
| 40 | + "javascript-natural-sort": "^0.7.1", |
42 | 41 | "lodash": "^4.17.21"
|
43 | 42 | },
|
44 | 43 | "devDependencies": {
|
45 | 44 | "@babel/core": "^7.26.0",
|
46 |
| - "@types/chai": "5.0.1", |
47 |
| - "@types/jest": "29.5.14", |
48 |
| - "@types/lodash": "4.17.13", |
49 |
| - "@types/node": "22.9.1", |
| 45 | + "@types/chai": "^5.0.1", |
| 46 | + "@types/jest": "^29.5.14", |
| 47 | + "@types/lodash": "^4.17.13", |
| 48 | + "@types/node": "^22.9.1", |
50 | 49 | "@vue/compiler-sfc": "^3.5.13",
|
51 |
| - "jest": "29.7.0", |
52 |
| - "patch-package": "^8.0.0", |
53 |
| - "postinstall-postinstall": "^2.1.0", |
54 |
| - "prettier": "3.3.3", |
55 |
| - "prettier-plugin-svelte": "3.3.1", |
| 50 | + "jest": "^29.7.0", |
| 51 | + "prettier": "^3.3.3", |
| 52 | + "prettier-plugin-svelte": "^3.3.1", |
56 | 53 | "svelte": "^4.2.19",
|
57 |
| - "ts-jest": "29.2.5", |
58 |
| - "typescript": "5.6.3" |
| 54 | + "ts-jest": "^29.2.5", |
| 55 | + "typescript": "^5.6.3" |
59 | 56 | },
|
60 | 57 | "peerDependencies": {
|
61 | 58 | "@vue/compiler-sfc": "3.x",
|
|
0 commit comments