File tree 3 files changed +9
-15
lines changed
3 files changed +9
-15
lines changed Original file line number Diff line number Diff line change 16
16
"babel-plugin-inferno" : " ^6.1.1" ,
17
17
"babel-plugin-transform-class-properties" : " ^6.23.0" ,
18
18
"babel-plugin-transform-flow-strip-types" : " ^6.22.0" ,
19
- "babel-plugin-transform-object-rest-spread" : " ^6.23.0" ,
20
19
"html-webpack-plugin" : " ^4.3.0" ,
21
- "url-pattern" : " ^1.0.3" ,
22
20
"webpack" : " ^4.43.0" ,
23
21
"webpack-dev-server" : " ^3.11.0"
24
22
},
25
23
"dependencies" : {
26
24
"history" : " ^4.5.1" ,
25
+ "qs" : " ^6.9.4" ,
27
26
"react" : " ^16.13.1" ,
28
27
"react-dom" : " ^16.13.1" ,
29
28
"react-redux" : " ^7.2.0" ,
30
- "redux" : " ^4.0.5"
29
+ "redux" : " ^4.0.5" ,
30
+ "url-pattern" : " ^1.0.3"
31
31
}
32
32
}
Original file line number Diff line number Diff line change @@ -1332,10 +1332,6 @@ babel-plugin-syntax-flow@^6.18.0:
1332
1332
version "6.18.0"
1333
1333
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-6.18.0.tgz#4c3ab20a2af26aa20cd25995c398c4eb70310c8d"
1334
1334
1335
- babel-plugin-syntax-object-rest-spread@^6.8.0 :
1336
- version "6.13.0"
1337
- resolved "https://registry.yarnpkg.com/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz#fd6536f2bce13836ffa3a5458c4903a597bb3bf5"
1338
-
1339
1335
babel-plugin-transform-class-properties@^6.23.0 :
1340
1336
version "6.23.0"
1341
1337
resolved "https://registry.yarnpkg.com/babel-plugin-transform-class-properties/-/babel-plugin-transform-class-properties-6.23.0.tgz#187b747ee404399013563c993db038f34754ac3b"
@@ -1352,13 +1348,6 @@ babel-plugin-transform-flow-strip-types@^6.22.0:
1352
1348
babel-plugin-syntax-flow "^6.18.0"
1353
1349
babel-runtime "^6.22.0"
1354
1350
1355
- babel-plugin-transform-object-rest-spread@^6.23.0 :
1356
- version "6.23.0"
1357
- resolved "https://registry.yarnpkg.com/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.23.0.tgz#875d6bc9be761c58a2ae3feee5dc4895d8c7f921"
1358
- dependencies :
1359
- babel-plugin-syntax-object-rest-spread "^6.8.0"
1360
- babel-runtime "^6.22.0"
1361
-
1362
1351
babel-runtime@^6.22.0 :
1363
1352
version "6.23.0"
1364
1353
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b"
4112
4101
resolved "https://registry.yarnpkg.com/qs/-/qs-6.7.0.tgz#41dc1a015e3d581f1621776be31afb2876a9b1bc"
4113
4102
integrity sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==
4114
4103
4104
+ qs@^6.9.4 :
4105
+ version "6.9.4"
4106
+ resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.4.tgz#9090b290d1f91728d3c22e54843ca44aea5ab687"
4107
+ integrity sha512-A1kFqHekCTM7cz0udomYUoYNWjBebHm/5wzU/XqrBRBNWectVH0QIiN+NEcZ0Dte5hvzHwbr8+XQmguPhJ6WdQ==
4108
+
4115
4109
querystring-es3@^0.2.0 :
4116
4110
version "0.2.1"
4117
4111
resolved "https://registry.yarnpkg.com/querystring-es3/-/querystring-es3-0.2.1.tgz#9ec61f79049875707d69414596fd907a4d711e73"
Original file line number Diff line number Diff line change 29
29
],
30
30
"dependencies" : {
31
31
"history" : " >=3.0.0" ,
32
- "qs" : " >=6.9 .0" ,
32
+ "qs" : " >=6.0 .0" ,
33
33
"url-pattern" : " ^1.0.3"
34
34
},
35
35
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments