Skip to content

Commit

Permalink
chore: Update dependencies (#488)
Browse files Browse the repository at this point in the history
All except source-map which requires API changes.
  • Loading branch information
coreyfarrell committed Oct 6, 2019
1 parent ae81432 commit 68d95d2
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 37 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -26,16 +26,16 @@
},
"homepage": "https://github.com/istanbuljs/istanbuljs",
"devDependencies": {
"babel-eslint": "^10.0.2",
"coveralls": "^3.0.4",
"cross-env": "^6.0.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"babel-eslint": "^10.0.3",
"coveralls": "^3.0.6",
"cross-env": "^6.0.3",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"glob": "^7.1.4",
"lerna": "^3.16.2",
"lerna": "^3.16.4",
"nyc": "^14.1.1",
"prettier": "^1.18.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/istanbul-lib-coverage/package.json
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4",
"mocha": "^6.2.1",
"nyc": "^14.1.1"
},
"karmaDeps": {
Expand Down
2 changes: 1 addition & 1 deletion packages/istanbul-lib-hook/package.json
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4",
"mocha": "^6.2.1",
"nyc": "^14.1.1"
},
"repository": {
Expand Down
24 changes: 12 additions & 12 deletions packages/istanbul-lib-instrument/package.json
Expand Up @@ -13,26 +13,26 @@
"prepublish": "npm run release"
},
"dependencies": {
"@babel/generator": "^7.4.4",
"@babel/parser": "^7.4.5",
"@babel/template": "^7.4.4",
"@babel/traverse": "^7.4.5",
"@babel/types": "^7.4.4",
"@babel/generator": "^7.6.2",
"@babel/parser": "^7.6.2",
"@babel/template": "^7.6.0",
"@babel/traverse": "^7.6.2",
"@babel/types": "^7.6.1",
"@istanbuljs/schema": "^0.1.0",
"istanbul-lib-coverage": "^3.0.0-alpha.0",
"semver": "^6.1.1"
"semver": "^6.3.0"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@babel/register": "^7.4.4",
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"@babel/register": "^7.6.2",
"chai": "^4.2.0",
"clone": "^2.1.2",
"debug": "^4.1.1",
"documentation": "^12.0.0",
"documentation": "^12.1.2",
"js-yaml": "^3.13.1",
"mocha": "^6.1.4",
"mocha": "^6.2.1",
"nopt": "^4.0.1",
"nyc": "^14.1.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/istanbul-lib-report/package.json
Expand Up @@ -14,11 +14,11 @@
"dependencies": {
"istanbul-lib-coverage": "^3.0.0-alpha.0",
"make-dir": "^3.0.0",
"supports-color": "^7.0.0"
"supports-color": "^7.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4",
"mocha": "^6.2.1",
"nyc": "^14.1.1",
"rimraf": "^3.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/istanbul-lib-source-maps/package.json
Expand Up @@ -18,9 +18,9 @@
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4",
"mocha": "^6.2.1",
"nyc": "^14.1.1",
"ts-node": "^8.3.0"
"ts-node": "^8.4.1"
},
"license": "BSD-3-Clause",
"bugs": {
Expand Down
16 changes: 8 additions & 8 deletions packages/istanbul-reports/package.json
Expand Up @@ -14,23 +14,23 @@
"prepare:watch": "webpack --config lib/html-spa/webpack.config.js --watch --mode development"
},
"dependencies": {
"handlebars": "^4.1.2"
"handlebars": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"chai": "^4.2.0",
"is-windows": "^1.0.2",
"istanbul-lib-coverage": "^3.0.0-alpha.0",
"istanbul-lib-report": "^3.0.0-alpha.0",
"mocha": "^6.1.4",
"mocha": "^6.2.1",
"nyc": "^14.1.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5"
"react": "^16.10.2",
"react-dom": "^16.10.2",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
},
"license": "BSD-3-Clause",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/nyc-config-hook-run-in-this-context/package.json
Expand Up @@ -31,11 +31,11 @@
"access": "public"
},
"dependencies": {
"semver": "^6.1.1"
"semver": "^6.3.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4",
"mocha": "^6.2.1",
"nyc": "^14.1.1"
},
"engines": {
Expand Down

0 comments on commit 68d95d2

Please sign in to comment.