Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxue committed Dec 24, 2019
1 parent 889c2cc commit 5bac953
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "npm",
"useWorkspaces": true,
"version": "1.2.1",
"version": "1.2.2",
"packages": [
"packages/packages-cli"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/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/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@pkb/cli",
"version": "1.2.1",
"version": "1.2.2",
"bin": {
"pk": "bin/index.js"
},
"description": "各种模块自动化打包脚手架",
"author": "luoxue",
"main": "index.js",
"dependencies": {
"@pkb/shared-utils": "^1.2.1",
"@pkb/shared-utils": "^1.2.2",
"boxen": "^4.1.0",
"chalk": "^3.0.0",
"commander": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/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/eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "pk-cli-plugin-eslint",
"version": "1.2.1",
"version": "1.2.2",
"description": "eslint",
"author": "luoxue",
"main": "index.js",
"dependencies": {
"@pkb/shared-utils": "^1.2.1",
"@pkb/shared-utils": "^1.2.2",
"@typescript-eslint/parser": "^2.10.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-utils/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/shared-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkb/shared-utils",
"version": "1.2.1",
"version": "1.2.2",
"description": "公共utils",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tslint/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/tslint/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "pk-cli-plugin-tslint",
"version": "1.2.1",
"version": "1.2.2",
"description": "tslint",
"author": "luoxue",
"main": "index.js",
"dependencies": {
"@pkb/shared-utils": "^1.2.1",
"@pkb/shared-utils": "^1.2.2",
"globby": "^10.0.1",
"tslint": "^5.20.1",
"typescript": "^3.7.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-box/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/webpack-box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-box",
"version": "1.2.1",
"version": "1.2.2",
"description": "webpack打包器",
"main": "index.js",
"bin": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"@babel/preset-stage-3": "^7.0.0",
"@babel/preset-typescript": "^7.6.0",
"@babel/register": "^7.7.4",
"@pkb/shared-utils": "^1.2.1",
"@pkb/shared-utils": "^1.2.2",
"@soda/friendly-errors-webpack-plugin": "^1.7.1",
"@types/case-sensitive-paths-webpack-plugin": "^2.1.4",
"acorn": "^7.1.0",
Expand Down Expand Up @@ -74,9 +74,9 @@
"mockjs": "^1.1.0",
"mongoose": "^5.2.15",
"ora": "^4.0.3",
"pk-cli-plugin-eslint": "^1.2.1",
"pk-cli-plugin-eslint": "^1.2.2",
"pk-cli-plugin-stylelint": "^1.2.1",
"pk-cli-plugin-tslint": "^1.2.1",
"pk-cli-plugin-tslint": "^1.2.2",
"postcss-loader": "^3.0.0",
"postcss-px-to-viewport": "^1.1.1",
"preload-webpack-plugin": "^3.0.0-beta.4",
Expand Down

0 comments on commit 5bac953

Please sign in to comment.