Skip to content

Commit

Permalink
chore(deps): update testing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 11, 2024
1 parent 4337832 commit 21df8cc
Show file tree
Hide file tree
Showing 10 changed files with 1,087 additions and 56 deletions.
2 changes: 1 addition & 1 deletion client/web/addons/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"ember-source-channel-url": "^3.0.0",
"ember-try": "^1.4.0",
"loader.js": "^4.7.0",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^5.0.0",
"qunit-dom": "1.6.0",
"typescript": "4.3.4"
},
Expand Down
2 changes: 1 addition & 1 deletion client/web/addons/encoding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"ember-source-channel-url": "^3.0.0",
"ember-try": "^1.4.0",
"loader.js": "^4.7.0",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^5.0.0",
"qunit-dom": "1.6.0",
"typescript": "4.3.4"
},
Expand Down
2 changes: 1 addition & 1 deletion client/web/addons/local-account/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"ember-source-channel-url": "^3.0.0",
"ember-try": "^1.4.0",
"loader.js": "^4.7.0",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^5.0.0",
"qunit-assertions-extra": "0.8.5",
"qunit-dom": "1.6.0",
"typescript": "4.3.4"
Expand Down
2 changes: 1 addition & 1 deletion client/web/addons/networking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"ember-source-channel-url": "^3.0.0",
"ember-try": "^1.4.0",
"loader.js": "^4.7.0",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^5.0.0",
"qunit-dom": "1.6.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion client/web/addons/test-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"ember-source-channel-url": "^3.0.0",
"ember-try": "^1.4.0",
"loader.js": "^4.7.0",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^5.0.0",
"qunit-dom": "1.6.0",
"typescript": "4.3.4"
},
Expand Down
2 changes: 1 addition & 1 deletion client/web/addons/tracked-local-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"ember-source-channel-url": "^3.0.0",
"ember-try": "^1.4.0",
"loader.js": "^4.7.0",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^5.0.0",
"qunit-dom": "1.6.0",
"typescript": "4.3.4"
},
Expand Down
4 changes: 2 additions & 2 deletions client/web/addons/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"ember-cli": "3.26.1",
"ember-cli-dependency-checker": "3.2.0",
"ember-cli-inject-live-reload": "2.1.0",
"ember-cli-page-object": "1.17.7",
"ember-cli-page-object": "1.17.12",
"ember-cli-sri": "2.1.1",
"ember-cli-terser": "4.0.2",
"ember-disable-prototype-extensions": "1.1.3",
Expand All @@ -74,7 +74,7 @@
"ember-resolver": "8.0.2",
"ember-source": "3.26.1",
"loader.js": "4.7.0",
"npm-run-all": "4.1.5",
"npm-run-all2": "5.0.0",
"qunit-dom": "1.6.0",
"testem-failure-only-reporter": "0.0.1",
"typescript": "4.3.4"
Expand Down
4 changes: 2 additions & 2 deletions client/web/emberclear/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"@types/showdown": "1.9.3",
"@types/sinon": "10.0.2",
"@types/url-parse": "1.4.3",
"@xstate/test": "0.4.2",
"@xstate/test": "0.5.1",
"autoprefixer": "10.2.6",
"broccoli-asset-rev": "3.0.0",
"broccoli-concat-analyser": "5.0.0",
Expand All @@ -147,7 +147,7 @@
"ember-cli-deprecation-workflow": "1.0.1",
"ember-cli-htmlbars": "5.7.1",
"ember-cli-inject-live-reload": "2.1.0",
"ember-cli-page-object": "1.17.7",
"ember-cli-page-object": "1.17.12",
"ember-cli-postcss": "7.0.2",
"ember-cli-sri": "2.1.1",
"ember-cli-terser": "4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions client/web/pinochle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
"ember-resolver": "8.0.2",
"ember-source": "3.26.1",
"ember-template-lint": "3.5.0",
"fractal-page-object": "0.1.0",
"fractal-page-object": "0.5.0",
"husky": "4.3.8",
"loader.js": "4.7.0",
"npm-run-all": "4.1.5",
"npm-run-all2": "5.0.0",
"qunit-console-grouper": "0.3.0",
"qunit-dom": "1.6.0",
"stylelint": "13.13.1"
Expand Down
1,119 changes: 1,075 additions & 44 deletions client/web/yarn.lock

Large diffs are not rendered by default.

0 comments on commit 21df8cc

Please sign in to comment.