Skip to content

Commit 2888ff1

Browse files
committed
further checking gcm query params reading
1 parent 9a483ad commit 2888ff1

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
@@ -61,6 +61,7 @@
6161
},
6262
"devDependencies": {
6363
"@testing-library/react-hooks": "^3.3.0",
64+
"@types/qs": "^6.9.4",
6465
"@types/react-router-dom": "^5.1.5",
6566
"@types/styled-components": "^5.1.0",
6667
"@types/yup": "^0.28.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1565,6 +1565,11 @@
15651565
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
15661566
integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==
15671567

1568+
"@types/qs@^6.9.4":
1569+
version "6.9.4"
1570+
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.4.tgz#a59e851c1ba16c0513ea123830dd639a0a15cb6a"
1571+
integrity sha512-+wYo+L6ZF6BMoEjtf8zB2esQsqdV6WsjRK/GP9WOgLPrq87PbNWgIxS76dS5uvl/QXtHGakZmwTznIfcPXcKlQ==
1572+
15681573
"@types/react-dom@*", "@types/react-dom@^16.9.0":
15691574
version "16.9.7"
15701575
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.7.tgz#60844d48ce252d7b2dccf0c7bb937130e27c0cd2"

0 commit comments

Comments
 (0)