|
69 | 69 | "test": "echo 'A v2 addon does not have tests, run tests in test-app'" |
70 | 70 | }, |
71 | 71 | "dependencies": { |
72 | | - "@embroider/addon-shim": "^1.9.0" |
| 72 | + "@embroider/addon-shim": "^1.10.0" |
73 | 73 | }, |
74 | 74 | "devDependencies": { |
75 | | - "@babel/core": "^7.26.7", |
76 | | - "@babel/eslint-parser": "^7.26.5", |
77 | | - "@babel/plugin-transform-typescript": "^7.26.7", |
78 | | - "@babel/runtime": "^7.26.10", |
| 75 | + "@babel/core": "^7.28.0", |
| 76 | + "@babel/eslint-parser": "^7.28.0", |
| 77 | + "@babel/plugin-transform-typescript": "^7.28.0", |
| 78 | + "@babel/runtime": "^7.28.2", |
79 | 79 | "@ember/library-tsconfig": "^1.1.3", |
80 | 80 | "@embroider/addon-dev": "^7.1.1", |
81 | | - "@eslint/js": "^9.19.0", |
| 81 | + "@eslint/js": "^9.32.0", |
82 | 82 | "@fortawesome/fontawesome-svg-core": "^6.7.2", |
83 | 83 | "@glimmer/component": "^2.0.0", |
84 | 84 | "@glint/core": "^1.5.2", |
|
87 | 87 | "@glint/template": "^1.5.2", |
88 | 88 | "@rollup/plugin-babel": "^6.0.4", |
89 | 89 | "babel-plugin-ember-template-compilation": "^2.3.0", |
90 | | - "concurrently": "^9.1.2", |
91 | | - "ember-source": "^6.1.0", |
92 | | - "ember-template-lint": "^6.1.0", |
93 | | - "eslint": "^9.19.0", |
94 | | - "eslint-config-prettier": "^10.0.1", |
95 | | - "eslint-plugin-ember": "^12.3.3", |
96 | | - "eslint-plugin-import": "^2.31.0", |
97 | | - "eslint-plugin-n": "^17.15.1", |
98 | | - "globals": "^15.14.0", |
99 | | - "prettier": "^3.4.2", |
100 | | - "prettier-plugin-ember-template-tag": "^2.0.4", |
101 | | - "rollup": "^4.33.0", |
| 90 | + "concurrently": "^9.2.0", |
| 91 | + "ember-source": "^6.6.0", |
| 92 | + "ember-template-lint": "^7.9.1", |
| 93 | + "eslint": "^9.32.0", |
| 94 | + "eslint-config-prettier": "^10.1.8", |
| 95 | + "eslint-plugin-ember": "^12.7.0", |
| 96 | + "eslint-plugin-import": "^2.32.0", |
| 97 | + "eslint-plugin-n": "^17.21.3", |
| 98 | + "globals": "^16.3.0", |
| 99 | + "prettier": "^3.6.2", |
| 100 | + "prettier-plugin-ember-template-tag": "^2.1.0", |
| 101 | + "rollup": "^4.46.2", |
102 | 102 | "rollup-plugin-copy": "^3.5.0", |
103 | | - "typescript": "^5.7.3", |
104 | | - "typescript-eslint": "^8.22.0", |
105 | | - "webpack": "^5.97.1" |
| 103 | + "typescript": "^5.9.2", |
| 104 | + "typescript-eslint": "^8.38.0", |
| 105 | + "webpack": "^5.101.0" |
106 | 106 | }, |
107 | 107 | "peerDependencies": { |
108 | 108 | "@fortawesome/fontawesome-svg-core": "^6.6.0", |
|
0 commit comments