mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
Fix some peer dependency warnings (#20992)
This commit is contained in:
parent
311edb2aa7
commit
6e2b95e461
@ -120,9 +120,11 @@
|
||||
"@storybook/addon-storyshots-puppeteer": "^6.2.9",
|
||||
"@storybook/addon-toolbars": "^6.2.9",
|
||||
"@storybook/addons": "^6.2.9",
|
||||
"@storybook/api": "^6.2.9",
|
||||
"@storybook/client-api": "^6.2.9",
|
||||
"@storybook/components": "^6.2.9",
|
||||
"@storybook/core": "^6.2.9",
|
||||
"@storybook/core-events": "^6.2.9",
|
||||
"@storybook/react": "^6.2.9",
|
||||
"@storybook/theming": "^6.2.9",
|
||||
"@terminus-term/to-string-loader": "^1.1.7-beta.1",
|
||||
@ -346,6 +348,7 @@
|
||||
"nice-ticks": "^1.0.1",
|
||||
"open-color": "^1.8.0",
|
||||
"pretty-bytes": "^5.3.0",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.14.0",
|
||||
"react-circular-progressbar": "^2.0.3",
|
||||
"react-dom": "^16.14.0",
|
||||
|
||||
@ -1269,7 +1269,7 @@
|
||||
dependencies:
|
||||
regenerator-runtime "^0.13.4"
|
||||
|
||||
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.1.5", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.0", "@babel/runtime@^7.13.10", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2", "@babel/runtime@^7.9.6":
|
||||
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.1.5", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.0", "@babel/runtime@^7.13.10", "@babel/runtime@^7.2.0", "@babel/runtime@^7.3.1", "@babel/runtime@^7.4.4", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.4", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2", "@babel/runtime@^7.9.6":
|
||||
version "7.14.0"
|
||||
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6"
|
||||
integrity sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==
|
||||
@ -3151,7 +3151,7 @@
|
||||
global "^4.4.0"
|
||||
regenerator-runtime "^0.13.7"
|
||||
|
||||
"@storybook/api@6.2.9":
|
||||
"@storybook/api@6.2.9", "@storybook/api@^6.2.9":
|
||||
version "6.2.9"
|
||||
resolved "https://registry.npmjs.org/@storybook/api/-/api-6.2.9.tgz#a9b46569192ad5d8da6435c9d63dc4b0c8463b51"
|
||||
integrity sha512-okkA3HAScE9tGnYBrjTOcgzT+L1lRHNoEh3ZfGgh1u/XNEyHGNkj4grvkd6nX7BzRcYQ/l2VkcKCqmOjUnSkVQ==
|
||||
@ -3413,7 +3413,7 @@
|
||||
util-deprecate "^1.0.2"
|
||||
webpack "4"
|
||||
|
||||
"@storybook/core-events@6.2.9":
|
||||
"@storybook/core-events@6.2.9", "@storybook/core-events@^6.2.9":
|
||||
version "6.2.9"
|
||||
resolved "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.2.9.tgz#4f12947cd15d1eb3c4109923657c012feef521cd"
|
||||
integrity sha512-xQmbX/oYQK1QsAGN8hriXX5SUKOoTUe3L4dVaVHxJqy7MReRWJpprJmCpbAPJzWS6WCbDFfCM5kVEexHLOzJlQ==
|
||||
|
||||
Loading…
Reference in New Issue
Block a user