Skip to content

Commit

Permalink
Update build dependencies (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli authored Nov 28, 2024
1 parent 352d342 commit c5e54b3
Show file tree
Hide file tree
Showing 5 changed files with 2,480 additions and 3,866 deletions.
16 changes: 8 additions & 8 deletions addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"postpack": "ember ts:clean"
},
"dependencies": {
"@babel/core": "^7.24.5",
"@babel/core": "^7.26.0",
"@glimmer/env": "^0.1.7",
"ember-auto-import": "^2.7.2",
"ember-auto-import": "^2.10.0",
"ember-cli-babel": "^8.2.0",
"ember-cli-typescript": "^5.3.0",
"ember-cli-version-checker": "^5.1.2",
Expand All @@ -41,16 +41,16 @@
"devDependencies": {
"@babel/cli": "^7.25.9",
"@babel/preset-typescript": "^7.26.0",
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.0.1",
"@ember/optional-features": "^2.2.0",
"@ember/string": "^4.0.0",
"@eslint/js": "^9.15.0",
"@types/qunit": "^2.19.9",
"@types/rsvp": "^4.0.4",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"co": "^4.6.0",
"ember-cli": "^4.10.0",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli": "^6.0.1",
"ember-cli-dependency-checker": "^3.3.3",
"ember-cli-htmlbars": "^6.3.0",
"ember-cli-inject-live-reload": "^2.1.0",
"ember-cli-uglify": "^3.0.0",
Expand All @@ -72,9 +72,9 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.4.1",
"qunit": "^2.20.0",
"typescript": "~5.0.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.16.0",
"webpack": "^5.0.0"
"webpack": "^5.96.1"
},
"engines": {
"node": "10.* || 12.* || >= 14.*"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "pnpm --filter '*' test"
},
"devDependencies": {
"concurrently": "^8.2.1",
"concurrently": "^9.1.0",
"release-plan": "^0.11.0"
},
"packageManager": "pnpm@9.14.2",
Expand Down
Loading

0 comments on commit c5e54b3

Please sign in to comment.