|
47 | 47 | "node-fetch": "^2.6.7", |
48 | 48 | "whatwg-fetch": "^3.6.2" |
49 | 49 | }, |
| 50 | + "resolutions": { |
| 51 | + "@babel/traverse": "^7.25.9" |
| 52 | + }, |
50 | 53 | "devDependencies": { |
51 | | - "@babel/core": "^7.0.0-0", |
| 54 | + "@babel/core": "^7.26.0", |
52 | 55 | "@babel/eslint-parser": "^7.21.3", |
| 56 | + "@babel/helper-explode-assignable-expression": "^7.18.6", |
| 57 | + "@babel/helper-get-function-arity": "^7.16.7", |
| 58 | + "@babel/helper-function-name": "^7.24.7", |
| 59 | + "@babel/helper-hoist-variables": "^7.24.7", |
53 | 60 | "@babel/plugin-proposal-decorators": "^7.21.0", |
54 | 61 | "@ember/optional-features": "^2.0.0", |
55 | 62 | "@ember/string": "^3.0.1", |
56 | | - "@ember/test-helpers": "^2.9.3", |
| 63 | + "@ember/test-helpers": "^2.9.4", |
57 | 64 | "@embroider/test-setup": "^2.1.1", |
58 | 65 | "@glimmer/component": "^1.1.2", |
59 | 66 | "@glimmer/tracking": "^1.1.2", |
|
94 | 101 | "chai": "^4.3.4", |
95 | 102 | "chai-fs": "^2.0.0", |
96 | 103 | "concurrently": "^8.0.1", |
97 | | - "ember-auto-import": "^2.6.3", |
| 104 | + "ember-auto-import": "^2.9.0", |
98 | 105 | "ember-cli": "~4.12.1", |
99 | 106 | "ember-cli-addon-tests": "^0.11.1", |
100 | 107 | "ember-cli-dependency-checker": "^3.3.1", |
|
132 | 139 | "stylelint": "^15.4.0", |
133 | 140 | "stylelint-config-standard": "^32.0.0", |
134 | 141 | "stylelint-prettier": "^3.0.0", |
| 142 | + "to-fast-properties": "^4.0.0", |
135 | 143 | "typescript": "^5.2.2", |
136 | 144 | "webpack": "^5.78.0" |
137 | 145 | }, |
|
0 commit comments