Skip to content

Commit

Permalink
bump node and yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-draeger committed Dec 7, 2018
1 parent 57210af commit def69aa
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 82 deletions.
18 changes: 9 additions & 9 deletions consumer-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "0.18.0",
"react": "16.6.3",
"react-dom": "16.6.3",
"react-scripts-parcel": "0.0.38"
"axios": "^0.18.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-scripts-parcel": "^0.0.38"
},
"scripts": {
"start": "react-scripts-parcel start",
Expand All @@ -32,10 +32,10 @@
]
},
"devDependencies": {
"@pact-foundation/pact": "7.0.3",
"@pact-foundation/pact-node": "6.20.0",
"babel-core": "6.26.3",
"npm-run-all": "4.1.3",
"wiremock-standalone": "2.19.0-1"
"@pact-foundation/pact": "^7.0.3",
"@pact-foundation/pact-node": "^6.20.0",
"babel-core": "^6.26.3",
"npm-run-all": "^4.1.3",
"wiremock-standalone": "^2.19.0-1"
}
}
4 changes: 2 additions & 2 deletions consumer-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<goal>install-node-and-yarn</goal>
</goals>
<configuration>
<nodeVersion>v8.11.3</nodeVersion>
<yarnVersion>v1.8.0</yarnVersion>
<nodeVersion>v10.14.1</nodeVersion>
<yarnVersion>v1.12.3</yarnVersion>
</configuration>
</execution>

Expand Down
96 changes: 25 additions & 71 deletions consumer-ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@
version "1.1.3"
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"

"@pact-foundation/pact-node@6.20.0", "@pact-foundation/pact-node@^6.16.1":
"@pact-foundation/pact-node@^6.20.0":
version "6.20.0"
resolved "https://registry.yarnpkg.com/@pact-foundation/pact-node/-/pact-node-6.20.0.tgz#77608a284730797478d733e82d97afd37b101e72"
dependencies:
Expand All @@ -704,11 +704,11 @@
unixify "1.0.0"
url-join "^4.0.0"

"@pact-foundation/pact@7.0.3":
version "7.0.3"
resolved "https://registry.yarnpkg.com/@pact-foundation/pact/-/pact-7.0.3.tgz#38ad0ff47d244a6ab99ee2ddecaf8298cf6fb058"
"@pact-foundation/pact@^7.0.3":
version "7.2.0"
resolved "https://registry.yarnpkg.com/@pact-foundation/pact/-/pact-7.2.0.tgz#82c32aa63c83a4be51400db931e2b78db6867176"
dependencies:
"@pact-foundation/pact-node" "^6.16.1"
"@pact-foundation/pact-node" "^6.20.0"
"@types/express" "^4.11.1"
body-parser "^1.18.2"
bunyan "^1.8.12"
Expand Down Expand Up @@ -1095,7 +1095,7 @@ aws4@^1.6.0, aws4@^1.8.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"

axios@0.18.0:
axios@^0.18.0:
version "0.18.0"
resolved "http://registry.npmjs.org/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102"
dependencies:
Expand All @@ -1110,7 +1110,7 @@ babel-code-frame@6.26.0, babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
esutils "^2.0.2"
js-tokens "^3.0.2"

babel-core@6.26.3, babel-core@^6.0.0, babel-core@^6.26.0, babel-core@^6.26.3:
babel-core@^6.0.0, babel-core@^6.26.0, babel-core@^6.26.3:
version "6.26.3"
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.3.tgz#b2e2f09e342d0f0c88e2f02e067794125e75c207"
dependencies:
Expand Down Expand Up @@ -2500,7 +2500,7 @@ cross-spawn@5.1.0, cross-spawn@^5.0.1, cross-spawn@^5.1.0:
shebang-command "^1.2.0"
which "^1.2.9"

cross-spawn@^6.0.4:
cross-spawn@^6.0.4, cross-spawn@^6.0.5:
version "6.0.5"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
dependencies:
Expand Down Expand Up @@ -3003,7 +3003,7 @@ duplexer2@~0.1.4:
dependencies:
readable-stream "^2.0.2"

duplexer@^0.1.1, duplexer@~0.1.1:
duplexer@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.1.tgz#ace6ff808c1ce66b57d1ebf97977acb02334cfc1"

Expand Down Expand Up @@ -3257,19 +3257,6 @@ event-emitter@^0.3.5:
d "1"
es5-ext "~0.10.14"

event-stream@~3.3.0:
version "3.3.6"
resolved "https://registry.yarnpkg.com/event-stream/-/event-stream-3.3.6.tgz#cac1230890e07e73ec9cacd038f60a5b66173eef"
dependencies:
duplexer "^0.1.1"
flatmap-stream "^0.1.0"
from "^0.1.7"
map-stream "0.0.7"
pause-stream "^0.0.11"
split "^1.0.1"
stream-combiner "^0.2.2"
through "^2.3.8"

events@^1.0.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/events/-/events-1.1.1.tgz#9ebdb7635ad099c70dcc4c2a1f5004288e8bd924"
Expand Down Expand Up @@ -3623,10 +3610,6 @@ flat-cache@^1.2.1:
rimraf "~2.6.2"
write "^0.2.1"

flatmap-stream@^0.1.0:
version "0.1.2"
resolved "https://registry.yarnpkg.com/flatmap-stream/-/flatmap-stream-0.1.2.tgz#b1da359a93f24f6d96e46f948552d997e3c2863d"

flatten@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"
Expand Down Expand Up @@ -3677,10 +3660,6 @@ fresh@0.5.2:
version "0.5.2"
resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7"

from@^0.1.7:
version "0.1.7"
resolved "https://registry.yarnpkg.com/from/-/from-0.1.7.tgz#83c60afc58b9c56997007ed1a768b3ab303a44fe"

fs-constants@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz#6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
Expand Down Expand Up @@ -5219,10 +5198,6 @@ map-cache@^0.2.2:
version "0.2.2"
resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf"

map-stream@0.0.7:
version "0.0.7"
resolved "https://registry.yarnpkg.com/map-stream/-/map-stream-0.0.7.tgz#8a1f07896d82b10926bd3744a2420009f88974a8"

map-visit@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f"
Expand Down Expand Up @@ -5640,16 +5615,16 @@ npm-packlist@^1.1.6:
ignore-walk "^3.0.1"
npm-bundled "^1.0.1"

npm-run-all@4.1.3:
version "4.1.3"
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.3.tgz#49f15b55a66bb4101664ce270cb18e7103f8f185"
npm-run-all@^4.1.3:
version "4.1.5"
resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.5.tgz#04476202a15ee0e2e214080861bff12a51d98fba"
dependencies:
ansi-styles "^3.2.0"
chalk "^2.1.0"
cross-spawn "^6.0.4"
ansi-styles "^3.2.1"
chalk "^2.4.1"
cross-spawn "^6.0.5"
memorystream "^0.3.1"
minimatch "^3.0.4"
ps-tree "^1.1.0"
pidtree "^0.3.0"
read-pkg "^3.0.0"
shell-quote "^1.6.1"
string.prototype.padend "^3.0.0"
Expand Down Expand Up @@ -6048,12 +6023,6 @@ path-type@^3.0.0:
dependencies:
pify "^3.0.0"

pause-stream@^0.0.11:
version "0.0.11"
resolved "https://registry.yarnpkg.com/pause-stream/-/pause-stream-0.0.11.tgz#fe5a34b0cbce12b5aa6a2b403ee2e73b602f1445"
dependencies:
through "~2.3"

pbkdf2@^3.0.3:
version "3.0.17"
resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.0.17.tgz#976c206530617b14ebb32114239f7b09336e93a6"
Expand All @@ -6076,6 +6045,10 @@ physical-cpu-count@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/physical-cpu-count/-/physical-cpu-count-2.0.0.tgz#18de2f97e4bf7a9551ad7511942b5496f7aba660"

pidtree@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/pidtree/-/pidtree-0.3.0.tgz#f6fada10fccc9f99bf50e90d0b23d72c9ebc2e6b"

pify@^2.0.0, pify@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
Expand Down Expand Up @@ -6681,12 +6654,6 @@ proxy-addr@~2.0.4:
forwarded "~0.1.2"
ipaddr.js "1.8.0"

ps-tree@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/ps-tree/-/ps-tree-1.1.0.tgz#b421b24140d6203f1ed3c76996b4427b08e8c014"
dependencies:
event-stream "~3.3.0"

pseudomap@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3"
Expand Down Expand Up @@ -6825,7 +6792,7 @@ react-dev-utils@^5.0.0:
strip-ansi "3.0.1"
text-table "0.2.0"

react-dom@16.6.3:
react-dom@^16.6.3:
version "16.6.3"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.6.3.tgz#8fa7ba6883c85211b8da2d0efeffc9d3825cccc0"
dependencies:
Expand All @@ -6838,7 +6805,7 @@ react-error-overlay@^4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-4.0.1.tgz#417addb0814a90f3a7082eacba7cee588d00da89"

react-scripts-parcel@0.0.38:
react-scripts-parcel@^0.0.38:
version "0.0.38"
resolved "https://registry.yarnpkg.com/react-scripts-parcel/-/react-scripts-parcel-0.0.38.tgz#1b1145fbe09f176cfe49725c97882c7e44411494"
dependencies:
Expand Down Expand Up @@ -6868,7 +6835,7 @@ react-scripts-parcel@0.0.38:
optionalDependencies:
fsevents "1.2.0"

react@16.6.3:
react@^16.6.3:
version "16.6.3"
resolved "https://registry.yarnpkg.com/react/-/react-16.6.3.tgz#25d77c91911d6bbdd23db41e70fb094cc1e0871c"
dependencies:
Expand Down Expand Up @@ -7549,12 +7516,6 @@ split-string@^3.0.1, split-string@^3.0.2:
dependencies:
extend-shallow "^3.0.0"

split@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/split/-/split-1.0.1.tgz#605bd9be303aa59fb35f9229fbea0ddec9ea07d9"
dependencies:
through "2"

sprintf-js@~1.0.2:
version "1.0.3"
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
Expand Down Expand Up @@ -7636,13 +7597,6 @@ stream-browserify@^2.0.1:
inherits "~2.0.1"
readable-stream "^2.0.2"

stream-combiner@^0.2.2:
version "0.2.2"
resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.2.2.tgz#aec8cbac177b56b6f4fa479ced8c1912cee52858"
dependencies:
duplexer "~0.1.1"
through "~2.3.4"

stream-http@^2.7.2:
version "2.8.3"
resolved "https://registry.yarnpkg.com/stream-http/-/stream-http-2.8.3.tgz#b2d242469288a5a27ec4fe8933acf623de6514fc"
Expand Down Expand Up @@ -7896,7 +7850,7 @@ through2@^2.0.0, through2@~2.0.3:
readable-stream "~2.3.6"
xtend "~4.0.1"

through@2, through@^2.3.6, through@^2.3.8, through@~2.3, through@~2.3.4:
through@^2.3.6:
version "2.3.8"
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"

Expand Down Expand Up @@ -8328,7 +8282,7 @@ winston@^2.3.1:
isstream "0.1.x"
stack-trace "0.0.x"

wiremock-standalone@2.19.0-1:
wiremock-standalone@^2.19.0-1:
version "2.19.0-1"
resolved "https://registry.yarnpkg.com/wiremock-standalone/-/wiremock-standalone-2.19.0-1.tgz#cfcddb047154bb3734c416dc7f00cf9a80367327"

Expand Down

0 comments on commit def69aa

Please sign in to comment.