|
40 | 40 | "test:node:debug": "mocha debug node-tests" |
41 | 41 | }, |
42 | 42 | "dependencies": { |
43 | | - "@babel/helper-compilation-targets": "^7.20.7", |
44 | | - "@babel/plugin-proposal-decorators": "^7.20.13", |
45 | | - "@babel/plugin-transform-class-properties": "^7.16.5", |
46 | | - "@babel/plugin-transform-class-static-block": "^7.22.11", |
47 | | - "@babel/plugin-transform-modules-amd": "^7.20.11", |
48 | | - "@babel/plugin-transform-private-methods": "^7.16.5", |
49 | | - "@babel/plugin-transform-private-property-in-object": "^7.20.5", |
50 | | - "@babel/plugin-transform-runtime": "^7.13.9", |
51 | | - "@babel/plugin-transform-typescript": "^7.20.13", |
52 | | - "@babel/preset-env": "^7.20.2", |
| 43 | + "@babel/helper-compilation-targets": "^7.28.6", |
| 44 | + "@babel/plugin-proposal-decorators": "^7.29.0", |
| 45 | + "@babel/plugin-transform-class-properties": "^7.28.6", |
| 46 | + "@babel/plugin-transform-class-static-block": "^7.28.6", |
| 47 | + "@babel/plugin-transform-modules-amd": "^7.27.1", |
| 48 | + "@babel/plugin-transform-private-methods": "^7.28.6", |
| 49 | + "@babel/plugin-transform-private-property-in-object": "^7.28.6", |
| 50 | + "@babel/plugin-transform-runtime": "^7.29.0", |
| 51 | + "@babel/plugin-transform-typescript": "^7.28.6", |
| 52 | + "@babel/preset-env": "^7.29.0", |
53 | 53 | "@babel/runtime": "7.28.6", |
54 | 54 | "amd-name-resolver": "^1.3.1", |
55 | | - "babel-plugin-debug-macros": "^0.3.4", |
| 55 | + "babel-plugin-debug-macros": "^2.0.0", |
56 | 56 | "babel-plugin-ember-data-packages-polyfill": "^0.1.2", |
57 | 57 | "babel-plugin-ember-modules-api-polyfill": "^3.5.0", |
58 | 58 | "babel-plugin-module-resolver": "^5.0.0", |
|
69 | 69 | "semver": "^7.3.8" |
70 | 70 | }, |
71 | 71 | "devDependencies": { |
72 | | - "@babel/core": "^7.22.10", |
| 72 | + "@babel/core": "^7.29.0", |
73 | 73 | "@ember/optional-features": "^2.0.0", |
74 | 74 | "@ember/string": "^3.1.1", |
75 | 75 | "@ember/test-helpers": "^3.2.0", |
|
0 commit comments