Skip to content

Commit

Permalink
chore(deps): update dependency cross-env to v7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 16, 2020
1 parent cd2baf8 commit 4e6d214
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"babel-plugin-require-context-hook": "1.0.0",
"babel-plugin-styled-components": "1.10.7",
"change-case": "4.1.1",
"cross-env": "7.0.0",
"cross-env": "7.0.3",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"enzyme-to-json": "3.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/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.3",
"eslint": "6.5.1",
"react-json-view": "1.19.1",
"rollup": "1.28.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/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.3",
"eslint": "6.5.1",
"rollup": "1.28.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mobiledoc-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@babel/runtime": "^7.7.7"
},
"devDependencies": {
"cross-env": "6.0.3",
"cross-env": "7.0.3",
"rollup": "1.28.0"
},
"peerDependencies": {
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.3",
"eslint": "6.5.1",
"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.3",
"eslint": "6.5.1",
"rollup": "1.28.0"
},
Expand Down
15 changes: 4 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6676,17 +6676,10 @@ [email protected], 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.3"
resolved "https://registry.yarnpkg.com/cross-env/-/cross-env-7.0.3.tgz#865264b29677dc015ba8418918965dd232fc54cf"
integrity sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==
dependencies:
cross-spawn "^7.0.1"

Expand Down

0 comments on commit 4e6d214

Please sign in to comment.