Skip to content

Commit

Permalink
Update dependency qunit-dom to ^1.3.0 (#2072)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jul 30, 2020
1 parent 3240253 commit c55ffa4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"node-sass": "^4.14.1",
"prettier": "2.0.5",
"qunit-console-grouper": "^0.2.0",
"qunit-dom": "^1.2.0"
"qunit-dom": "^1.3.0"
},
"engines": {
"node": "^12.18.0"
Expand Down
12 changes: 6 additions & 6 deletions ember/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3186,7 +3186,7 @@ broccoli-funnel@^1.0.1:
symlink-or-copy "^1.0.0"
walk-sync "^0.3.1"

broccoli-funnel@^3.0.0, broccoli-funnel@^3.0.2:
broccoli-funnel@^3.0.0, broccoli-funnel@^3.0.2, broccoli-funnel@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/broccoli-funnel/-/broccoli-funnel-3.0.3.tgz#26fd42632471f67a91f4770d1987118087219937"
integrity sha512-LPzZ91BwStoHZXdXHQAJeYORl189OrRKM5NdIi86SDU9wZ4s/3lV1PRFOiobDT/jKM10voM7CDzfvicHbCYxAQ==
Expand Down Expand Up @@ -11986,12 +11986,12 @@ qunit-console-grouper@^0.2.0:
dependencies:
broccoli-funnel "^2.0.2"

qunit-dom@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/qunit-dom/-/qunit-dom-1.2.0.tgz#464cca19e9976c4cee4b14b06da6645c03026880"
integrity sha512-8UqSimcDIo19nokb3eh+Z5hov07xDeLnwsWAgCYPFGcpUF/eiZAIHbLDPCixH0SM1YqCm4YGCLVCojY6sJD5xQ==
qunit-dom@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/qunit-dom/-/qunit-dom-1.3.0.tgz#6f36b842ea70ac97ed5d17ca4e14b2f9fdb4f602"
integrity sha512-KrwTapBgcAXeCvBnjv/t5ykVCdUM9HMOQKlJxLfHq0R7B51J3ZvQnLVEOsihEpmEarMarZSfB7euohbcq2un8Q==
dependencies:
broccoli-funnel "^3.0.2"
broccoli-funnel "^3.0.3"
broccoli-merge-trees "^4.2.0"

qunit@^2.9.3:
Expand Down

0 comments on commit c55ffa4

Please sign in to comment.