Skip to content

Commit

Permalink
Merge pull request #715 from webpack/revert-711-deps
Browse files Browse the repository at this point in the history
Revert "chore(deps): pin dependencies"
  • Loading branch information
evenstensberg authored Dec 17, 2018
2 parents 62322d5 + 747d71b commit a5a867a
Show file tree
Hide file tree
Showing 17 changed files with 1,914 additions and 2,117 deletions.
3,573 changes: 1,731 additions & 1,842 deletions package-lock.json

Large diffs are not rendered by default.

86 changes: 43 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,55 +106,55 @@
}
},
"dependencies": {
"chalk": "2.4.1",
"cross-spawn": "6.0.5",
"enhanced-resolve": "4.1.0",
"global-modules": "1.0.0",
"global-modules-path": "2.3.0",
"import-local": "2.0.0",
"interpret": "1.1.0",
"loader-utils": "1.1.0",
"supports-color": "5.5.0",
"v8-compile-cache": "2.0.2",
"yargs": "12.0.4"
"chalk": "^2.4.1",
"cross-spawn": "^6.0.5",
"enhanced-resolve": "^4.1.0",
"global-modules": "^1.0.0",
"global-modules-path": "^2.3.0",
"import-local": "^2.0.0",
"interpret": "^1.1.0",
"loader-utils": "^1.1.0",
"supports-color": "^5.5.0",
"v8-compile-cache": "^2.0.2",
"yargs": "^12.0.4"
},
"peerDependencies": {
"webpack": "4.x.x"
},
"devDependencies": {
"@commitlint/cli": "7.2.1",
"@commitlint/config-lerna-scopes": "7.2.1",
"@commitlint/prompt-cli": "7.2.1",
"@commitlint/travis-cli": "7.2.1",
"@types/jest": "23.3.9",
"@types/node": "10.12.9",
"babel-preset-env": "1.7.0",
"bundlesize": "0.17.0",
"codecov": "3.1.0",
"commitizen": "3.0.4",
"commitlint-config-cz": "0.10.1",
"conventional-changelog-cli": "2.0.11",
"cz-customizable": "5.3.0",
"eslint": "5.9.0",
"eslint-plugin-node": "8.0.0",
"execa": "1.0.0",
"husky": "1.1.4",
"jest": "23.6.0",
"jest-cli": "23.6.0",
"jest-junit": "5.0.0",
"lerna": "3.4.3",
"@commitlint/cli": "^7.2.1",
"@commitlint/config-lerna-scopes": "^7.2.1",
"@commitlint/prompt-cli": "^7.2.1",
"@commitlint/travis-cli": "^7.2.1",
"@types/jest": "^23.3.9",
"@types/node": "^10.12.9",
"babel-preset-env": "^1.7.0",
"bundlesize": "^0.17.0",
"codecov": "^3.1.0",
"commitizen": "^3.0.4",
"commitlint-config-cz": "^0.10.1",
"conventional-changelog-cli": "^2.0.11",
"cz-customizable": "^5.3.0",
"eslint": "^5.9.0",
"eslint-plugin-node": "^8.0.0",
"execa": "^1.0.0",
"husky": "^1.1.4",
"jest": "^23.6.0",
"jest-cli": "^23.6.0",
"jest-junit": "^5.0.0",
"lerna": "^3.4.3",
"lint-staged": "7.x.x",
"nyc": "13.1.0",
"prettier-eslint-cli": "4.7.1",
"readable-stream": "3.0.6",
"rimraf": "2.6.2",
"schema-utils": "1.0.0",
"ts-jest": "23.10.4",
"tslint": "5.11.0",
"typedoc": "0.13.0",
"typedoc-plugin-monorepo": "0.1.0",
"typescript": "3.1.6",
"nyc": "^13.1.0",
"prettier-eslint-cli": "^4.7.1",
"readable-stream": "^3.0.6",
"rimraf": "^2.6.2",
"schema-utils": "^1.0.0",
"ts-jest": "^23.10.4",
"tslint": "^5.11.0",
"typedoc": "^0.13.0",
"typedoc-plugin-monorepo": "^0.1.0",
"typescript": "^3.1.6",
"webpack": "4.x.x",
"webpack-dev-server": "3.1.10"
"webpack-dev-server": "^3.1.10"
}
}
8 changes: 4 additions & 4 deletions packages/add/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"access": "public"
},
"dependencies": {
"@webpack-cli/generators": "0.1.2",
"@webpack-cli/utils": "0.1.2"
"@webpack-cli/generators": "^0.1.2",
"@webpack-cli/utils": "^0.1.2"
},
"devDependencies": {
"@types/node": "10.12.9",
"typescript": "3.1.6"
"@types/node": "^10.12.9",
"typescript": "^3.1.6"
},
"scripts": {
"build": "tsc",
Expand Down
8 changes: 4 additions & 4 deletions packages/generate-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"author": "",
"license": "MIT",
"dependencies": {
"@webpack-cli/generators": "0.1.2",
"yeoman-environment": "2.3.4"
"@webpack-cli/generators": "^0.1.2",
"yeoman-environment": "^2.3.4"
},
"devDependencies": {
"@types/node": "10.12.9",
"typescript": "3.1.6"
"@types/node": "^10.12.9",
"typescript": "^3.1.6"
},
"scripts": {
"build": "tsc",
Expand Down
8 changes: 4 additions & 4 deletions packages/generate-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"author": "",
"license": "MIT",
"dependencies": {
"@webpack-cli/generators": "0.1.2",
"yeoman-environment": "2.3.4"
"@webpack-cli/generators": "^0.1.2",
"yeoman-environment": "^2.3.4"
},
"devDependencies": {
"@types/node": "10.12.9",
"typescript": "3.1.6"
"@types/node": "^10.12.9",
"typescript": "^3.1.6"
},
"scripts": {
"build": "tsc",
Expand Down
34 changes: 17 additions & 17 deletions packages/generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,29 @@
"access": "public"
},
"dependencies": {
"@webpack-cli/utils": "0.1.2",
"@webpack-cli/webpack-scaffold": "0.1.2",
"chalk": "2.4.1",
"glob-all": "3.1.0",
"inquirer-autocomplete-prompt": "1.0.1",
"lodash": "4.17.11",
"log-symbols": "2.2.0",
"mkdirp": "0.5.1",
"@webpack-cli/utils": "^0.1.2",
"@webpack-cli/webpack-scaffold": "^0.1.2",
"chalk": "^2.4.1",
"glob-all": "^3.1.0",
"inquirer-autocomplete-prompt": "^1.0.1",
"lodash": "^4.17.11",
"log-symbols": "^2.2.0",
"mkdirp": "^0.5.1",
"webpack": "4.x.x",
"webpack-addons": "1.1.5",
"webpack-dev-server": "3.1.10",
"yeoman-generator": "3.1.1"
"webpack-addons": "^1.1.5",
"webpack-dev-server": "^3.1.10",
"yeoman-generator": "^3.1.1"
},
"peerDependencies": {
"webpack": "4.x.x"
},
"devDependencies": {
"@types/lodash": "4.14.118",
"@types/log-symbols": "2.0.0",
"@types/mkdirp": "0.5.2",
"@types/node": "10.12.9",
"@types/webpack-dev-server": "3.1.1",
"typescript": "3.1.6"
"@types/lodash": "^4.14.118",
"@types/log-symbols": "^2.0.0",
"@types/mkdirp": "^0.5.2",
"@types/node": "^10.12.9",
"@types/webpack-dev-server": "^3.1.1",
"typescript": "^3.1.6"
},
"scripts": {
"build": "tsc",
Expand Down
6 changes: 3 additions & 3 deletions packages/info/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"access": "public"
},
"dependencies": {
"envinfo": "5.12.1"
"envinfo": "^5.12.1"
},
"devDependencies": {
"@types/node": "10.5.1",
"typescript": "3.1.6"
"@types/node": "^10.5.1",
"typescript": "^3.1.6"
},
"scripts": {
"build": "tsc",
Expand Down
16 changes: 8 additions & 8 deletions packages/init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"access": "public"
},
"dependencies": {
"@webpack-cli/generators": "0.1.2",
"@webpack-cli/utils": "0.1.2",
"chalk": "2.4.1",
"jscodeshift": "0.5.1",
"p-each-series": "1.0.0"
"@webpack-cli/generators": "^0.1.2",
"@webpack-cli/utils": "^0.1.2",
"chalk": "^2.4.1",
"jscodeshift": "^0.5.1",
"p-each-series": "^1.0.0"
},
"devDependencies": {
"@types/node": "10.12.9",
"@types/p-each-series": "1.0.0",
"typescript": "3.1.6"
"@types/node": "^10.12.9",
"@types/p-each-series": "^1.0.0",
"typescript": "^3.1.6"
},
"scripts": {
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion packages/make/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"license": "MIT",
"devDependencies": {
"typescript": "3.1.6"
"typescript": "^3.1.6"
},
"scripts": {
"build": "tsc",
Expand Down
Loading

0 comments on commit a5a867a

Please sign in to comment.