Skip to content

Commit

Permalink
chore(deps): update major versions (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvdutt authored and ematipico committed Jun 22, 2019
1 parent 6105ef1 commit 313e83e
Show file tree
Hide file tree
Showing 21 changed files with 2,481 additions and 3,055 deletions.
3,289 changes: 1,459 additions & 1,830 deletions package-lock.json

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions package.json
Expand Up @@ -119,61 +119,61 @@
"chalk": "2.4.2",
"cross-spawn": "6.0.5",
"enhanced-resolve": "4.1.0",
"findup-sync": "2.0.0",
"global-modules": "1.0.0",
"findup-sync": "3.0.0",
"global-modules": "2.0.0",
"import-local": "2.0.0",
"interpret": "1.2.0",
"loader-utils": "1.2.3",
"supports-color": "5.5.0",
"supports-color": "6.1.0",
"v8-compile-cache": "2.0.3",
"yargs": "12.0.5"
"yargs": "13.2.4"
},
"peerDependencies": {
"webpack": "4.x.x"
},
"devDependencies": {
"@babel/preset-env": "7.4.5",
"@babel/register": "7.4.4",
"@commitlint/cli": "7.2.1",
"@commitlint/config-lerna-scopes": "7.2.1",
"@commitlint/prompt-cli": "7.5.0",
"@commitlint/travis-cli": "7.2.1",
"@commitlint/cli": "8.0.0",
"@commitlint/config-lerna-scopes": "8.0.0",
"@commitlint/prompt-cli": "8.0.0",
"@commitlint/travis-cli": "8.0.0",
"@strictsoftware/typedoc-plugin-monorepo": "0.2.1",
"@types/jest": "23.3.14",
"@types/node": "10.12.9",
"@types/jest": "24.0.15",
"@types/node": "12.0.8",
"@typescript-eslint/eslint-plugin": "1.10.2",
"@typescript-eslint/parser": "1.10.2",
"babel-preset-env": "1.7.0",
"babel-preset-jest": "24.6.0",
"codecov": "3.5.0",
"commitizen": "3.1.1",
"commitlint-config-cz": "0.11.1",
"commitlint-config-cz": "0.12.0",
"conventional-changelog-cli": "2.0.21",
"cz-customizable": "5.3.0",
"cz-customizable": "6.2.0",
"eslint": "5.16.0",
"eslint-config-prettier": "4.3.0",
"eslint-plugin-node": "8.0.1",
"eslint-config-prettier": "5.0.0",
"eslint-plugin-node": "9.1.0",
"eslint-plugin-prettier": "3.1.0",
"esm": "3.2.25",
"execa": "1.0.0",
"husky": "1.1.4",
"husky": "2.4.1",
"jest": "24.8.0",
"jest-cli": "24.8.0",
"jest-junit": "6.4.0",
"lerna": "3.15.0",
"lint-staged": "7.3.0",
"lint-staged": "8.2.1",
"nyc": "14.1.1",
"prettier": "1.18.2",
"prettier-eslint-cli": "4.7.1",
"prettier-eslint-cli": "5.0.0",
"readable-stream": "3.4.0",
"rimraf": "2.6.3",
"schema-utils": "1.0.0",
"ts-jest": "23.10.5",
"ts-node": "7.0.1",
"ts-jest": "24.0.2",
"ts-node": "8.3.0",
"typedoc": "0.14.2",
"typescript": "3.5.1",
"typescript": "3.5.2",
"webpack": "4.x.x",
"webpack-dev-server": "3.7.1"
"webpack-dev-server": "3.7.2"
},
"collective": {
"type": "opencollective",
Expand Down
30 changes: 15 additions & 15 deletions packages/generate-loader/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/generate-loader/package.json
Expand Up @@ -18,8 +18,8 @@
"yeoman-environment": "2.3.4"
},
"devDependencies": {
"@types/node": "10.12.9",
"typescript": "3.5.1"
"@types/node": "12.0.8",
"typescript": "3.5.2"
},
"scripts": {
"build": "tsc",
Expand Down
30 changes: 15 additions & 15 deletions packages/generate-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/generate-plugin/package.json
Expand Up @@ -18,8 +18,8 @@
"yeoman-environment": "2.3.4"
},
"devDependencies": {
"@types/node": "10.12.9",
"typescript": "3.5.1"
"@types/node": "12.0.8",
"typescript": "3.5.2"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 313e83e

Please sign in to comment.