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 Jul 6, 2021
1 parent b36d924 commit 2e36aba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 34 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.14",
"@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.1",
"@types/rsvp": "4.0.3",
"babel-eslint": "10.1.0",
"broccoli-asset-rev": "3.0.0",
Expand Down
34 changes: 2 additions & 32 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,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 @@ -1549,31 +1549,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.2"
resolved "https://registry.yarnpkg.com/@types/ember__application/-/ember__application-3.16.2.tgz#32bab774a3da681f454372224aaeeed84b747e1b"
Expand Down Expand Up @@ -1817,16 +1792,11 @@
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.6.tgz#df9c3c8b31a247ec315e6996566be3171df4b3b1"
integrity sha512-0/HnwIfW4ki2D8L8c9GVcG5I72s9jP5GSLVF0VIXDW00kmIpA6O33G7a8n59Tmh7Nz0WUC3rSb7PTY/sdW2JzA==

"@types/qunit@*":
"@types/qunit@*", "@types/qunit@2.11.1":
version "2.11.1"
resolved "https://registry.yarnpkg.com/@types/qunit/-/qunit-2.11.1.tgz#3496d430d2bb0fa4761f00a27511f46020c6b410"
integrity sha512-vcM5+9O8LZuu5DYseaV4J7ehkYrhkv+aMIuxnF/OqMYlVEdv+odpCH1/5OVztiqxbCqTpQKWuELkMvG7OPycUQ==

"@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/range-parser@*":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.3.tgz#7ee330ba7caafb98090bece86a5ee44115904c2c"
Expand Down

0 comments on commit 2e36aba

Please sign in to comment.