Skip to content

Commit a354411

Browse files
author
罗学
committed
v1.4.21
1 parent 4baa9ca commit a354411

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "npm",
33
"useWorkspaces": true,
4-
"version": "1.4.20",
4+
"version": "1.4.21",
55
"packages": [
66
"packages/packages-cli"
77
],

packages/cli/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@pkb/cli",
3-
"version": "1.4.19",
3+
"version": "1.4.21",
44
"bin": {
55
"pk": "bin/index.js"
66
},
77
"description": "全局脚手架,用于全局操作项目,项目配置检查、生成项目、添加插件等等",
88
"author": "luoxue",
99
"main": "index.js",
1010
"dependencies": {
11-
"@pkb/plugin-eslint": "^1.4.19",
12-
"@pkb/plugin-stylelint": "^1.2.10",
11+
"@pkb/plugin-eslint": "^1.4.21",
12+
"@pkb/plugin-stylelint": "^1.4.21",
1313
"@pkb/shared-utils": "^1.2.16",
1414
"boxen": "^4.1.0",
1515
"chalk": "^3.0.0",

packages/eslint/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pkb/plugin-eslint",
3-
"version": "1.4.19",
3+
"version": "1.4.21",
44
"description": "webpack-box 插件,配置 eslint 及修复",
55
"author": "luoxue",
66
"main": "index.js",

packages/stylelint/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/stylelint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pkb/plugin-stylelint",
3-
"version": "1.2.10",
3+
"version": "1.4.21",
44
"description": "webpack-box 插件,配置 stylelint 及修复",
55
"author": "luoxue",
66
"main": "index.js",

0 commit comments

Comments
 (0)