Skip to content

Commit

Permalink
chore(deps): update dependency cross-env to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 3, 2020
1 parent f362e5c commit 5f9bc9c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/crane-jsonschema-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"author": "Mark Jackson <[email protected]>",
"devDependencies": {
"cross-env": "6.0.3",
"cross-env": "7.0.0",
"rollup": "1.28.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/crane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@storybook/addon-knobs": "5.2.4",
"@storybook/addon-links": "5.2.4",
"@storybook/react": "5.2.4",
"cross-env": "6.0.3",
"cross-env": "7.0.0",
"react-json-view": "1.19.1",
"rollup": "1.28.0",
"styled-components": "4.4.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"devDependencies": {
"@babel/cli": "7.7.7",
"cross-env": "6.0.3",
"cross-env": "7.0.0",
"prop-types": "15.7.2",
"rollup": "1.28.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "Maarten Busstra <[email protected]>",
"license": "MIT",
"devDependencies": {
"cross-env": "6.0.3",
"cross-env": "7.0.0",
"rollup": "1.28.0"
},
"dependencies": {
Expand Down
7 changes: 0 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5909,13 +5909,6 @@ create-react-context@^0.3.0:
gud "^1.0.0"
warning "^4.0.3"

[email protected]:
version "6.0.3"
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-6.0.3.tgz#4256b71e49b3a40637a0ce70768a6ef5c72ae941"
integrity sha512-+KqxF6LCvfhWvADcDPqo64yVIB31gv/jQulX2NGzKS/g3GEVz6/pt4wjHFtFWsHMddebWD/sDthJemzM4MaAag==
dependencies:
cross-spawn "^7.0.0"

[email protected]:
version "7.0.0"
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.0.tgz#5a3b2ddce51ec713ea58f2fb79ce22e65b4f5479"
Expand Down

0 comments on commit 5f9bc9c

Please sign in to comment.