Skip to content

Commit 7098f98

Browse files
authored
Merge pull request #1401 from typed-ember/fix_qunit_types_again
Fix qunit types... again
2 parents feea3d8 + fe7258c commit 7098f98

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@types/got": "9.6.11",
7373
"@types/mocha": "8.0.4",
7474
"@types/node": "14.14.8",
75-
"@types/qunit": "2.9.6",
75+
"@types/qunit": "2.11.1",
7676
"@types/resolve": "1.17.1",
7777
"@types/semver": "7.3.4",
7878
"@typescript-eslint/eslint-plugin": "4.8.1",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1580,10 +1580,10 @@
15801580
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.3.tgz#b755a0934564a200d3efdf88546ec93c369abd03"
15811581
integrity sha512-7s9EQWupR1fTc2pSMtXRQ9w9gLOcrJn+h7HOXw4evxyvVqMi4f+q7d2tnFe3ng3SNHjtK+0EzGMGFUQX4/AQRA==
15821582

1583-
"@types/qunit@*", "@types/qunit@2.9.6":
1584-
version "2.9.6"
1585-
resolved "https://registry.yarnpkg.com/@types/qunit/-/qunit-2.9.6.tgz#5d6ba092920edf9dc7377f5091e36eb448743a02"
1586-
integrity sha512-FfKb3sBW9sdjj8mPzAXtsKn53sOHpzi4PZj0H7P5G24VruwaOmvi0L2kJpuYARQjOKRl/YVlZQ6JWPnspWOkZA==
1583+
"@types/qunit@*", "@types/qunit@2.11.1":
1584+
version "2.11.1"
1585+
resolved "https://registry.yarnpkg.com/@types/qunit/-/qunit-2.11.1.tgz#3496d430d2bb0fa4761f00a27511f46020c6b410"
1586+
integrity sha512-vcM5+9O8LZuu5DYseaV4J7ehkYrhkv+aMIuxnF/OqMYlVEdv+odpCH1/5OVztiqxbCqTpQKWuELkMvG7OPycUQ==
15871587

15881588
"@types/range-parser@*":
15891589
version "1.2.3"

0 commit comments

Comments
 (0)