Skip to content

Commit 634c06f

Browse files
committed
Add RSVP types
1 parent 6b3d9c9 commit 634c06f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
4141
"@types/node": "^14.14.6",
4242
"@types/qunit": "^2.9.6",
43+
"@types/rsvp": "^4.0.4",
4344
"@typescript-eslint/eslint-plugin": "^5.10.2",
4445
"@typescript-eslint/parser": "^5.10.2",
4546
"babel-plugin-debug-macros": "^0.3.3",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,11 @@
540540
"@types/glob" "*"
541541
"@types/node" "*"
542542

543+
"@types/rsvp@^4.0.4":
544+
version "4.0.4"
545+
resolved "https://registry.yarnpkg.com/@types/rsvp/-/rsvp-4.0.4.tgz#55e93e7054027f1ad4b4ebc1e60e59eb091e2d32"
546+
integrity sha512-J3Ol++HCC7/hwZhanDvggFYU/GtxHxE/e7cGRWxR04BF7Tt3TqJZ84BkzQgDxmX0uu8IagiyfmfoUlBACh2Ilg==
547+
543548
"@types/serve-static@*":
544549
version "1.13.4"
545550
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.4.tgz#6662a93583e5a6cabca1b23592eb91e12fa80e7c"

0 commit comments

Comments
 (0)