Skip to content

Commit

Permalink
chore(deps): ambient types
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 19, 2021
1 parent 9b060cb commit 2830f92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 32 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"@mike-north/js-lib-semantic-release-config": "1.0.1",
"@semantic-release/exec": "3.3.8",
"@semantic-release/git": "7.0.18",
"@types/ember": "3.1.2",
"@types/ember": "3.16.5",
"@types/ember-qunit": "3.4.15",
"@types/ember-test-helpers": "1.0.10",
"@types/ember-testing-helpers": "0.0.4",
"@types/ember__test-helpers": "0.7.12",
"@types/mocha": "5.2.7",
"@types/qunit": "2.9.6",
"@types/qunit": "2.11.3",
"@types/rsvp": "4.0.4",
"babel-eslint": "10.1.0",
"broccoli-asset-rev": "3.0.0",
Expand Down
35 changes: 5 additions & 30 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,7 @@
"@types/jquery" "*"
"@types/rsvp" "*"

"@types/ember@*":
"@types/ember@*", "@types/ember@3.16.5":
version "3.16.5"
resolved "https://registry.yarnpkg.com/@types/ember/-/ember-3.16.5.tgz#c2d6b0f178761c0c2fbc6fc39b4b6958c256d0ac"
integrity sha512-8BzT1g8r7xQsN2p7qIUZ0AXWEVpJ5LmaRWP3iT79PLyIQfTAYvHSueUl14lrB8renETjwr4+ZvVPKurn9TKxNA==
Expand All @@ -1547,31 +1547,6 @@
"@types/jquery" "*"
"@types/rsvp" "*"

"@types/ember@3.1.2":
version "3.1.2"
resolved "https://registry.yarnpkg.com/@types/ember/-/ember-3.1.2.tgz#b795e41f4a5569447c006e293195e62dc139cced"
integrity sha512-Z4jxklUlnoWEkenLaMDDmzguL3UUcAIaCiu28nNYlIovWTGmvKuJgUKSqd+03j4jjzaz+yz0fepM408XULew/A==
dependencies:
"@types/ember__application" "*"
"@types/ember__array" "*"
"@types/ember__component" "*"
"@types/ember__controller" "*"
"@types/ember__debug" "*"
"@types/ember__engine" "*"
"@types/ember__error" "*"
"@types/ember__object" "*"
"@types/ember__polyfills" "*"
"@types/ember__routing" "*"
"@types/ember__runloop" "*"
"@types/ember__service" "*"
"@types/ember__string" "*"
"@types/ember__template" "*"
"@types/ember__test" "*"
"@types/ember__utils" "*"
"@types/htmlbars-inline-precompile" "*"
"@types/jquery" "*"
"@types/rsvp" "*"

"@types/ember__application@*":
version "3.16.3"
resolved "https://registry.yarnpkg.com/@types/ember__application/-/ember__application-3.16.3.tgz#f16e852b3200d5601b6f073be5a030cfadebb778"
Expand Down Expand Up @@ -1820,10 +1795,10 @@
resolved "https://registry.yarnpkg.com/@types/qunit/-/qunit-2.11.2.tgz#4cb99ae3ea6afe94b9c4cfd3ab715a285729ca9c"
integrity sha512-Bt0fz9l8sWxqP+cjoqWQyNVyOPPK+7GPhKIKLLTi7llR0FV+pyd50FXTXafZeZnsFVUgXw4pdupydz75E6vxjQ==

"@types/qunit@2.9.6":
version "2.9.6"
resolved "https://registry.yarnpkg.com/@types/qunit/-/qunit-2.9.6.tgz#5d6ba092920edf9dc7377f5091e36eb448743a02"
integrity sha512-FfKb3sBW9sdjj8mPzAXtsKn53sOHpzi4PZj0H7P5G24VruwaOmvi0L2kJpuYARQjOKRl/YVlZQ6JWPnspWOkZA==
"@types/qunit@2.11.3":
version "2.11.3"
resolved "https://registry.yarnpkg.com/@types/qunit/-/qunit-2.11.3.tgz#2900adb58eee250c96b2d33a923cc4eae70d72ba"
integrity sha512-UF/4jDehcpRlMXzKXi2Z59Id48/uYlMeUDhYdjFrVVwy30Eud/e60Ok3yVjSPlHprafj3B315uFTrF6eqQTeSw==

"@types/range-parser@*":
version "1.2.4"
Expand Down

0 comments on commit 2830f92

Please sign in to comment.