Skip to content

Commit 1c8221e

Browse files
committed
frontend: remove some redundant packages
1 parent 9fdcf27 commit 1c8221e

File tree

1 file changed

+2
-35
lines changed

1 file changed

+2
-35
lines changed

frontend/yarn.lock

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,14 +1348,7 @@
13481348
core-js-pure "^3.0.0"
13491349
regenerator-runtime "^0.13.4"
13501350

1351-
"@babel/runtime@^7.0.0":
1352-
version "7.6.3"
1353-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.6.3.tgz#935122c74c73d2240cafd32ddb5fc2a6cd35cf1f"
1354-
integrity sha512-kq6anf9JGjW8Nt5rYfEuGRaEAaH1mkv3Bbu6rYvLOpPh/RusSJXuKPEAoZ7L7gybZkchE8+NV5g9vKF4AGAtsA==
1355-
dependencies:
1356-
regenerator-runtime "^0.13.2"
1357-
1358-
"@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4":
1351+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4":
13591352
version "7.11.0"
13601353
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.0.tgz#f10245877042a815e07f7e693faff0ae9d3a2aac"
13611354
integrity sha512-qArkXsjJq7H+T86WrIFV0Fnu/tNOkZ4cgXmjkzAu3b/58D5mFIO8JH/y77t7C9q0OdDRdh9s7Ue5GasYssxtXw==
@@ -1535,23 +1528,7 @@
15351528
"@types/react" "*"
15361529
"@types/relay-runtime" "*"
15371530

1538-
"@types/react@*":
1539-
version "16.9.11"
1540-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.11.tgz#70e0b7ad79058a7842f25ccf2999807076ada120"
1541-
integrity sha512-UBT4GZ3PokTXSWmdgC/GeCGEJXE5ofWyibCcecRLUVN2ZBpXQGVgQGtG2foS7CrTKFKlQVVswLvf7Js6XA/CVQ==
1542-
dependencies:
1543-
"@types/prop-types" "*"
1544-
csstype "^2.2.0"
1545-
1546-
"@types/react@^16.9.31":
1547-
version "16.9.43"
1548-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.43.tgz#c287f23f6189666ee3bebc2eb8d0f84bcb6cdb6b"
1549-
integrity sha512-PxshAFcnJqIWYpJbLPriClH53Z2WlJcVZE+NP2etUtWQs2s7yIMj3/LDKZT/5CHJ/F62iyjVCDu2H3jHEXIxSg==
1550-
dependencies:
1551-
"@types/prop-types" "*"
1552-
csstype "^2.2.0"
1553-
1554-
"@types/react@^16.9.44":
1531+
"@types/react@*", "@types/react@^16.9.31", "@types/react@^16.9.44":
15551532
version "16.9.44"
15561533
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.44.tgz#da84b179c031aef67dc92c33bd3401f1da2fa3bc"
15571534
integrity sha512-BtLoJrXdW8DVZauKP+bY4Kmiq7ubcJq+H/aCpRfvPF7RAT3RwR73Sg8szdc2YasbAlWBDrQ6Q+AFM0KwtQY+WQ==
@@ -2777,11 +2754,6 @@ crypto-browserify@^3.11.0:
27772754
randombytes "^2.0.0"
27782755
randomfill "^1.0.3"
27792756

2780-
csstype@^2.2.0:
2781-
version "2.6.7"
2782-
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.7.tgz#20b0024c20b6718f4eda3853a1f5a1cce7f5e4a5"
2783-
integrity sha512-9Mcn9sFbGBAdmimWb2gLVDtFJzeKtDGIr76TUqmjZrw9LFXBMSU70lcs+C0/7fyCd6iBDqmksUcCOUIkisPHsQ==
2784-
27852757
csstype@^3.0.2:
27862758
version "3.0.2"
27872759
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.2.tgz#ee5ff8f208c8cd613b389f7b222c9801ca62b3f7"
@@ -5680,11 +5652,6 @@ regenerator-runtime@^0.11.0:
56805652
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
56815653
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
56825654

5683-
regenerator-runtime@^0.13.2:
5684-
version "0.13.3"
5685-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.3.tgz#7cf6a77d8f5c6f60eb73c5fc1955b2ceb01e6bf5"
5686-
integrity sha512-naKIZz2GQ8JWh///G7L3X6LaQUAMp2lvb1rvwwsURe/VXwD6VMfr+/1NuNw3ag8v2kY1aQ/go5SNn79O9JU7yw==
5687-
56885655
regenerator-runtime@^0.13.4:
56895656
version "0.13.7"
56905657
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55"

0 commit comments

Comments
 (0)