Skip to content

Commit

Permalink
chore: Bump dependencies (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell committed Dec 7, 2019
1 parent 5afe203 commit 03e7a11
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 38 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -27,16 +27,16 @@
"homepage": "https://github.com/istanbuljs/istanbuljs",
"devDependencies": {
"babel-eslint": "^10.0.3",
"coveralls": "^3.0.6",
"coveralls": "^3.0.9",
"cross-env": "^6.0.3",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.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.4",
"nyc": "^14.1.1",
"eslint-plugin-react": "^7.17.0",
"glob": "^7.1.6",
"lerna": "^3.19.0",
"nyc": "^15.0.0-beta.2",
"prettier": "=1.18.2"
},
"nyc": {
Expand Down
4 changes: 2 additions & 2 deletions packages/istanbul-lib-coverage/package.json
Expand Up @@ -13,8 +13,8 @@
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.1",
"nyc": "^14.1.1"
"mocha": "^6.2.2",
"nyc": "^15.0.0-beta.2"
},
"karmaDeps": {
"browserify-istanbul": "^0.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/istanbul-lib-hook/package.json
Expand Up @@ -16,8 +16,8 @@
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.1",
"nyc": "^14.1.1"
"mocha": "^6.2.2",
"nyc": "^15.0.0-beta.2"
},
"repository": {
"type": "git",
Expand Down
22 changes: 11 additions & 11 deletions packages/istanbul-lib-instrument/package.json
Expand Up @@ -13,26 +13,26 @@
"prepublish": "npm run release"
},
"dependencies": {
"@babel/core": "^7.6.2",
"@babel/parser": "^7.6.2",
"@babel/template": "^7.6.0",
"@babel/traverse": "^7.6.2",
"@istanbuljs/schema": "^0.1.0",
"@babel/core": "^7.7.5",
"@babel/parser": "^7.7.5",
"@babel/template": "^7.7.4",
"@babel/traverse": "^7.7.4",
"@istanbuljs/schema": "^0.1.2",
"istanbul-lib-coverage": "^3.0.0-alpha.1",
"semver": "^6.3.0"
},
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"@babel/register": "^7.6.2",
"@babel/cli": "^7.7.5",
"@babel/plugin-transform-modules-commonjs": "^7.7.5",
"@babel/register": "^7.7.4",
"chai": "^4.2.0",
"clone": "^2.1.2",
"debug": "^4.1.1",
"documentation": "^12.1.2",
"documentation": "^12.1.4",
"js-yaml": "^3.13.1",
"mocha": "^6.2.1",
"mocha": "^6.2.2",
"nopt": "^4.0.1",
"nyc": "^14.1.1"
"nyc": "^15.0.0-beta.2"
},
"license": "BSD-3-Clause",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/istanbul-lib-report/package.json
Expand Up @@ -18,8 +18,8 @@
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.1",
"nyc": "^14.1.1",
"mocha": "^6.2.2",
"nyc": "^15.0.0-beta.2",
"rimraf": "^3.0.0"
},
"license": "BSD-3-Clause",
Expand Down
6 changes: 3 additions & 3 deletions packages/istanbul-lib-source-maps/package.json
Expand Up @@ -18,9 +18,9 @@
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.1",
"nyc": "^14.1.1",
"ts-node": "^8.4.1"
"mocha": "^6.2.2",
"nyc": "^15.0.0-beta.2",
"ts-node": "^8.5.4"
},
"license": "BSD-3-Clause",
"bugs": {
Expand Down
18 changes: 9 additions & 9 deletions packages/istanbul-reports/package.json
Expand Up @@ -18,19 +18,19 @@
"istanbul-lib-report": "^3.0.0-alpha.1"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.5",
"@babel/preset-react": "^7.7.4",
"babel-loader": "^8.0.6",
"chai": "^4.2.0",
"is-windows": "^1.0.2",
"istanbul-lib-coverage": "^3.0.0-alpha.1",
"mocha": "^6.2.1",
"nyc": "^14.1.1",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
"mocha": "^6.2.2",
"nyc": "^15.0.0-beta.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"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 @@ -35,8 +35,8 @@
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.1",
"nyc": "^14.1.1"
"mocha": "^6.2.2",
"nyc": "^15.0.0-beta.2"
},
"engines": {
"node": ">=8"
Expand Down

0 comments on commit 03e7a11

Please sign in to comment.