Skip to content

Commit

Permalink
chore(deps): update dependency cross-env to v7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 13, 2020
1 parent 9ca375b commit 281a98d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@commitlint/cli": "8.2.0",
"@commitlint/config-conventional": "8.2.0",
"babel-eslint": "10.0.3",
"cross-env": "7.0.0",
"cross-env": "7.0.2",
"eslint": "6.5.1",
"eslint-config-airbnb": "18.0.1",
"eslint-plugin-import": "2.18.2",
Expand Down
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.2",
"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.2",
"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.2",
"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.2",
"rollup": "1.28.0"
},
"dependencies": {
Expand Down
15 changes: 4 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5961,17 +5961,10 @@ 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"
integrity sha512-rV6M9ldNgmwP7bx5u6rZsTbYidzwvrwIYZnT08hSGLcQCcggofgFW+sNe7IhA1SRauPS0QuLbbX+wdNtpqE5CQ==
[email protected]:
version "7.0.2"
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.2.tgz#bd5ed31339a93a3418ac4f3ca9ca3403082ae5f9"
integrity sha512-KZP/bMEOJEDCkDQAyRhu3RL2ZO/SUVrxQVI0G3YEQ+OLbRA3c6zgixe8Mq8a/z7+HKlNEjo8oiLUs8iRijY2Rw==
dependencies:
cross-spawn "^7.0.1"

Expand Down

0 comments on commit 281a98d

Please sign in to comment.