Skip to content

Commit

Permalink
Merge pull request #1168 from NullVoxPopuli/update-internal-build-dep…
Browse files Browse the repository at this point in the history
…endencies

Upgrade auto-import and embroider related deps
  • Loading branch information
NullVoxPopuli authored Dec 27, 2024
2 parents 04856a4 + c714350 commit b032175
Show file tree
Hide file tree
Showing 6 changed files with 4,463 additions and 2,665 deletions.
6 changes: 3 additions & 3 deletions ember-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@babel/preset-typescript": "^7.17.12",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.2.2",
"@glint/core": "^1.5.0",
"@glint/template": "^1.2.2",
"@nullvoxpopuli/eslint-configs": "^3.2.0",
"@tsconfig/ember": "^3.0.3",
Expand All @@ -83,15 +83,15 @@
"ember-source": "^5.5.0",
"ember-template-lint": "5.13.0",
"eslint": "^8.35.0",
"eslint-plugin-ember": "github:ember-cli/eslint-plugin-ember#master",
"eslint-plugin-qunit": "^8.0.0",
"execa": "^8.0.0",
"expect-type": "^0.19.0",
"fix-bad-declaration-output": "^1.0.1",
"prettier": "^3.1.1",
"prettier-plugin-ember-template-tag": "^2.0.0",
"typescript": "~5.5.0",
"vite": "^5.0.11",
"eslint-plugin-ember": "^12.0.0",
"eslint-plugin-qunit": "^8.0.0",
"vite-plugin-dts": "^3.7.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion ember-resources/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions test-app-definitely-typed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"@ember/string": "^3.0.1",
"@ember/test-helpers": "^3.2.1",
"@embroider/compat": "^3.1.5",
"@embroider/core": "^3.1.3",
"@embroider/test-setup": "^3.0.1",
"@embroider/webpack": "^3.1.3",
"@glint/core": "^1.0.2",
"@embroider/core": "^3.4.20",
"@embroider/test-setup": "^4.0.0",
"@embroider/webpack": "^4.0.9",
"@glint/core": "^1.5.0",
"@glint/environment-ember-loose": "^1.0.2",
"@glint/environment-ember-template-imports": "^1.0.2",
"@glint/template": "^1.0.2",
Expand All @@ -60,7 +60,7 @@
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^8.0.0",
"ember-auto-import": "2.7.4",
"ember-cli": "~5.9.0",
"ember-cli": "~6.1.0",
"ember-cli-app-version": "^6.0.0",
"ember-cli-babel": "^8.2.0",
"ember-cli-dependency-checker": "^3.2.0",
Expand Down
Loading

0 comments on commit b032175

Please sign in to comment.