Skip to content

Commit

Permalink
Merge 703e090 into 44655a9
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored Apr 16, 2019
2 parents 44655a9 + 703e090 commit 799a433
Show file tree
Hide file tree
Showing 14 changed files with 352 additions and 1,187 deletions.
1,513 changes: 339 additions & 1,174 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"mini-css-extract-plugin": "0.6.0",
"mocha": "6.1.3",
"mock-local-storage": "1.1.8",
"nyc": "13.3.0",
"nyc": "14.0.0",
"optimize-css-assets-webpack-plugin": "5.0.1",
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@babel/cli": "7.4.3",
"gulp": "4.0.0",
"mocha": "6.1.3",
"nyc": "13.3.0"
"nyc": "14.0.0"
},
"directories": {
"lib": "./src/lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/job-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/cli": "7.4.3",
"gulp": "4.0.0",
"mocha": "6.1.3",
"nyc": "13.3.0"
"nyc": "14.0.0"
},
"directories": {
"lib": "./src/lib"
Expand Down
2 changes: 1 addition & 1 deletion packages/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@babel/cli": "7.4.3",
"gulp": "4.0.0",
"mocha": "6.1.3",
"nyc": "13.3.0"
"nyc": "14.0.0"
},
"directories": {
"lib": "./src/lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@babel/cli": "7.4.3",
"gulp": "4.0.0",
"mocha": "6.1.3",
"nyc": "13.3.0",
"nyc": "14.0.0",
"webpack": "4.30.0",
"webpack-bundle-analyzer": "3.3.2",
"webpack-serve": "3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/lambda-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/cli": "7.4.3",
"gulp": "4.0.0",
"mocha": "6.1.3",
"nyc": "13.3.0"
"nyc": "14.0.0"
},
"directories": {
"lib": "./src/lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/letter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@babel/cli": "7.4.3",
"gulp": "4.0.0",
"mocha": "6.1.3",
"nyc": "13.3.0",
"nyc": "14.0.0",
"webpack": "4.30.0",
"webpack-bundle-analyzer": "3.3.2",
"webpack-serve": "3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/printables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@babel/cli": "7.4.3",
"gulp": "4.0.0",
"mocha": "6.1.3",
"nyc": "13.3.0"
"nyc": "14.0.0"
},
"directories": {
"lib": "./src/lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@babel/cli": "7.4.3",
"gulp": "4.0.0",
"mocha": "6.1.3",
"nyc": "13.3.0"
"nyc": "14.0.0"
},
"directories": {
"lib": "./src/lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/resume/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@babel/cli": "7.4.3",
"gulp": "4.0.0",
"mocha": "6.1.3",
"nyc": "13.3.0",
"nyc": "14.0.0",
"webpack": "4.30.0",
"webpack-bundle-analyzer": "3.3.2",
"webpack-serve": "3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/serverless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@babel/cli": "7.4.3",
"gulp": "4.0.0",
"mocha": "6.1.3",
"nyc": "13.3.0"
"nyc": "14.0.0"
},
"directories": {
"lib": "./src/lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/cli": "7.4.3",
"gulp": "4.0.0",
"mocha": "6.1.3",
"nyc": "13.3.0",
"nyc": "14.0.0",
"serverless": "1.40.0",
"webpack": "4.30.0",
"webpack-cli": "3.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@babel/cli": "7.4.3",
"gulp": "4.0.0",
"mocha": "6.1.3",
"nyc": "13.3.0",
"nyc": "14.0.0",
"webpack": "4.30.0",
"webpack-bundle-analyzer": "3.3.2",
"webpack-serve": "3.1.0"
Expand Down

0 comments on commit 799a433

Please sign in to comment.