mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: fix gatsby cloud build (#2037)
This commit is contained in:
parent
821bd776f3
commit
5871760aaa
2 changed files with 3 additions and 0 deletions
|
@ -1012,6 +1012,7 @@ importers:
|
|||
'@reach/router': 1.3.4_react-dom@16.13.1+react@16.13.1
|
||||
babel-preset-gatsby: 0.4.12
|
||||
classnames: 2.2.6
|
||||
core-js: 2.6.10
|
||||
emotion-theming: 10.0.27_c989b1aa057905c7a8b69bf973f55a19
|
||||
event-source-polyfill: 1.0.17
|
||||
fontsource-roboto: 2.2.6
|
||||
|
@ -1064,6 +1065,7 @@ importers:
|
|||
'@types/react-helmet': ^5.0.16
|
||||
babel-preset-gatsby: ^0.4.12
|
||||
classnames: ^2.2.6
|
||||
core-js: ^2.6.5
|
||||
emotion-theming: 10.0.27
|
||||
event-source-polyfill: ^1.0.17
|
||||
fontsource-roboto: ^2.2.6
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
"fontsource-roboto": "^2.2.6",
|
||||
"gatsby": "^2.24.51",
|
||||
"gatsby-image": "^2.4.16",
|
||||
"core-js": "^2.6.5",
|
||||
"gatsby-legacy-polyfills": "0.0.3",
|
||||
"gatsby-link": "2.4.13",
|
||||
"gatsby-plugin-emotion": "4.3.1",
|
||||
|
|
Loading…
Reference in a new issue