|
44 | 44 | }, |
45 | 45 | "homepage": "https://github.com/pubkey/async-test-util#readme", |
46 | 46 | "devDependencies": { |
47 | | - "@babel/cli": "7.29.7", |
48 | | - "@babel/core": "7.29.7", |
49 | | - "@babel/plugin-external-helpers": "7.29.7", |
| 47 | + "@babel/cli": "8.0.1", |
| 48 | + "@babel/core": "8.0.1", |
| 49 | + "@babel/plugin-external-helpers": "8.0.1", |
50 | 50 | "@babel/plugin-proposal-class-properties": "7.18.6", |
51 | 51 | "@babel/plugin-proposal-object-rest-spread": "7.20.7", |
52 | | - "@babel/plugin-transform-literals": "7.29.7", |
53 | | - "@babel/plugin-transform-member-expression-literals": "7.29.7", |
54 | | - "@babel/plugin-transform-modules-commonjs": "7.29.7", |
55 | | - "@babel/plugin-transform-property-literals": "7.29.7", |
56 | | - "@babel/plugin-transform-runtime": "7.29.7", |
57 | | - "@babel/plugin-transform-spread": "7.29.7", |
58 | | - "@babel/plugin-transform-template-literals": "7.29.7", |
59 | | - "@babel/plugin-transform-typescript": "7.29.7", |
| 52 | + "@babel/plugin-transform-literals": "8.0.1", |
| 53 | + "@babel/plugin-transform-member-expression-literals": "8.0.1", |
| 54 | + "@babel/plugin-transform-modules-commonjs": "8.0.1", |
| 55 | + "@babel/plugin-transform-property-literals": "8.0.1", |
| 56 | + "@babel/plugin-transform-runtime": "8.0.1", |
| 57 | + "@babel/plugin-transform-spread": "8.0.1", |
| 58 | + "@babel/plugin-transform-template-literals": "8.0.1", |
| 59 | + "@babel/plugin-transform-typescript": "8.0.1", |
60 | 60 | "@babel/polyfill": "7.12.1", |
61 | | - "@babel/preset-env": "7.29.7", |
62 | | - "@babel/preset-typescript": "7.29.7", |
63 | | - "@babel/types": "7.29.7", |
| 61 | + "@babel/preset-env": "8.0.2", |
| 62 | + "@babel/preset-typescript": "8.0.1", |
| 63 | + "@babel/types": "8.0.0", |
64 | 64 | "assert": "2.1.0", |
65 | 65 | "cross-env": "10.1.0", |
66 | 66 | "eslint": "8.57.1", |
|
82 | 82 | "webpack": "5.108.1" |
83 | 83 | }, |
84 | 84 | "dependencies": { |
85 | | - "@babel/runtime": "7.29.7", |
| 85 | + "@babel/runtime": "8.0.0", |
86 | 86 | "@types/clone": "2.1.4", |
87 | 87 | "clone": "2.1.2", |
88 | 88 | "deep-equal": "2.2.3", |
|
0 commit comments