|
62 | 62 | "test": "echo 'A v2 addon does not have tests, run tests in test-app'" |
63 | 63 | }, |
64 | 64 | "dependencies": { |
65 | | - "@embroider/addon-shim": "^1.10.0", |
66 | | - "@embroider/macros": "^1.19.0", |
| 65 | + "@embroider/addon-shim": "^1.10.2", |
| 66 | + "@embroider/macros": "^1.19.4", |
67 | 67 | "@embroider/util": "^1.13.4", |
68 | 68 | "decorator-transforms": "^2.3.0", |
69 | 69 | "ember-element-helper": "^0.8.8", |
|
72 | 72 | "ember-truth-helpers": "^4.0.3 || ^5.0.0" |
73 | 73 | }, |
74 | 74 | "devDependencies": { |
75 | | - "@babel/core": "^7.28.4", |
76 | | - "@babel/eslint-parser": "^7.28.4", |
77 | | - "@babel/plugin-transform-typescript": "^7.28.0", |
| 75 | + "@babel/core": "^7.28.5", |
| 76 | + "@babel/eslint-parser": "^7.28.5", |
| 77 | + "@babel/plugin-transform-typescript": "^7.28.5", |
78 | 78 | "@babel/runtime": "^7.28.4", |
79 | 79 | "@ember/library-tsconfig": "^1.1.3", |
80 | 80 | "@ember/string": "^4.0.1", |
81 | | - "@ember/test-helpers": "^5.3.0", |
| 81 | + "@ember/test-helpers": "^5.4.1", |
82 | 82 | "@embroider/addon-dev": "^7.1.1", |
83 | | - "@eslint/js": "^9.36.0", |
| 83 | + "@eslint/js": "^9.39.1", |
84 | 84 | "@glint/core": "^1.5.2", |
85 | 85 | "@glint/environment-ember-loose": "^1.5.2", |
86 | 86 | "@glint/environment-ember-template-imports": "^1.5.2", |
87 | 87 | "@glint/template": "1.5.2", |
88 | 88 | "@glimmer/component": "^2.0.0", |
89 | 89 | "@glimmer/tracking": "^1.1.2", |
90 | | - "@rollup/plugin-babel": "^6.0.4", |
| 90 | + "@rollup/plugin-babel": "^6.1.0", |
91 | 91 | "babel-plugin-ember-template-compilation": "^2.3.0", |
92 | 92 | "concurrently": "^9.2.1", |
93 | | - "ember-source": "^6.7.0", |
| 93 | + "ember-source": "^6.8.1", |
94 | 94 | "ember-template-lint": "^7.9.3", |
95 | | - "eslint": "^9.36.0", |
| 95 | + "eslint": "^9.39.1", |
96 | 96 | "eslint-config-prettier": "^10.1.8", |
97 | 97 | "eslint-plugin-ember": "^12.7.4", |
98 | 98 | "eslint-plugin-import": "^2.32.0", |
99 | 99 | "eslint-plugin-n": "^17.23.1", |
100 | 100 | "postcss": "^8.5.6", |
101 | | - "globals": "^16.4.0", |
| 101 | + "globals": "^16.5.0", |
102 | 102 | "prettier": "^3.6.2", |
103 | 103 | "prettier-plugin-ember-template-tag": "^2.1.0", |
104 | | - "rollup": "^4.52.3", |
| 104 | + "rollup": "^4.53.2", |
105 | 105 | "rollup-plugin-copy": "^3.5.0", |
106 | 106 | "rollup-plugin-sass": "^1.15.3", |
107 | 107 | "typescript": "~5.9.3", |
108 | | - "typescript-eslint": "^8.45.0", |
109 | | - "webpack": "^5.102.0" |
| 108 | + "typescript-eslint": "^8.46.4", |
| 109 | + "webpack": "^5.102.1" |
110 | 110 | }, |
111 | 111 | "peerDependencies": { |
112 | 112 | "@ember/test-helpers": "^2.9.4 || ^3.2.1 || ^4.0.2 || ^5.0.0", |
|
0 commit comments