Skip to content

Commit

Permalink
chore(deps): update ember testing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent 460afcd commit 3c7fd31
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 31 deletions.
2 changes: 1 addition & 1 deletion ember-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@types/qunit": "^2.19.10",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"concurrently": "^9.1.0",
"concurrently": "^9.1.1",
"ember-source": "^6.0.1",
"eslint": "^8.56.0",
"eslint-plugin-ember": "^12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"start:test-app": "pnpm --filter test-app start"
},
"devDependencies": {
"concurrently": "^9.1.0",
"concurrently": "^9.1.1",
"release-plan": "^0.10.0",
"vitepress": "^1.5.0"
},
Expand Down
60 changes: 34 additions & 26 deletions pnpm-lock.yaml

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

6 changes: 3 additions & 3 deletions test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"ember-cli-terser": "^4.0.2",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-load-initializers": "^3.0.1",
"ember-qunit": "^8.0.2",
"ember-qunit": "^8.1.1",
"ember-resolver": "^13.0.2",
"ember-sinon-qunit": "^7.5.0",
"ember-source": "^6.0.1",
Expand All @@ -76,8 +76,8 @@
"eslint-plugin-qunit": "^8.0.1",
"loader.js": "^4.7.0",
"p-defer": "~3.0.0",
"qunit": "^2.20.0",
"qunit-dom": "^3.0.0",
"qunit": "^2.23.1",
"qunit-dom": "^3.4.0",
"sinon": "^19.0.2",
"typescript": "^5.6.3",
"webpack": "^5.96.1"
Expand Down

0 comments on commit 3c7fd31

Please sign in to comment.