|
14 | 14 | "compile": "tsc", |
15 | 15 | "preexample": "yarn run compile", |
16 | 16 | "example": "prettier --config ./examples/.prettierrc --plugin lib/src/index.js", |
17 | | - "test": "jest -i", |
| 17 | + "test": "yarn node --experimental-vm-modules $(yarn bin jest)", |
18 | 18 | "type-check": "tsc --noEmit", |
19 | 19 | "prepublishOnly": "npm run compile && npm run test" |
20 | 20 | }, |
|
33 | 33 | }, |
34 | 34 | "license": "Apache-2.0", |
35 | 35 | "dependencies": { |
36 | | - "@babel/generator": "7.17.7", |
37 | | - "@babel/parser": "^7.20.5", |
38 | | - "@babel/traverse": "7.23.2", |
39 | | - "@babel/types": "7.17.0", |
| 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 | 40 | "javascript-natural-sort": "0.7.1", |
41 | 41 | "lodash": "^4.17.21" |
42 | 42 | }, |
43 | 43 | "devDependencies": { |
44 | | - "@babel/core": "^7.20.7", |
45 | | - "@types/chai": "4.2.15", |
46 | | - "@types/jest": "26.0.20", |
47 | | - "@types/lodash": "4.14.168", |
48 | | - "@types/node": "20.8.6", |
49 | | - "@vue/compiler-sfc": "^3.2.41", |
50 | | - "jest": "26.6.3", |
51 | | - "prettier": "2.8", |
52 | | - "ts-jest": "26.5.3", |
53 | | - "typescript": "4.9.4" |
| 44 | + "@babel/core": "7.26.0", |
| 45 | + "@types/chai": "5.0.1", |
| 46 | + "@types/jest": "29.5.14", |
| 47 | + "@types/lodash": "4.17.13", |
| 48 | + "@types/node": "22.9.0", |
| 49 | + "@vue/compiler-sfc": "^3.5.12", |
| 50 | + "jest": "29.7.0", |
| 51 | + "prettier": "3.3.3", |
| 52 | + "ts-jest": "29.2.5", |
| 53 | + "typescript": "5.6.3" |
54 | 54 | }, |
55 | 55 | "peerDependencies": { |
56 | 56 | "@vue/compiler-sfc": "3.x", |
57 | 57 | "prettier": "2.x - 3.x" |
58 | 58 | }, |
| 59 | + "engines": { |
| 60 | + "node": ">18.12" |
| 61 | + }, |
59 | 62 | "peerDependenciesMeta": { |
60 | 63 | "@vue/compiler-sfc": { |
61 | 64 | "optional": true |
|
0 commit comments