Skip to content

Commit 85e5976

Browse files
author
罗学
committed
v1.4.18
1 parent 551253e commit 85e5976

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
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.17",
4+
"version": "1.4.18",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@pkb/cli",
3-
"version": "1.4.15",
3+
"version": "1.4.18",
44
"bin": {
55
"pk": "bin/index.js"
66
},
77
"description": "全局脚手架,用于全局操作项目,项目配置检查、生成项目、添加插件等等",
88
"author": "luoxue",
99
"main": "index.js",
1010
"dependencies": {
11-
"@pkb/plugin-eslint": "^1.2.16",
11+
"@pkb/plugin-eslint": "^1.4.18",
1212
"@pkb/shared-utils": "^1.2.16",
1313
"boxen": "^4.1.0",
1414
"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.2.16",
3+
"version": "1.4.18",
44
"description": "webpack-box 插件,配置 eslint 及修复",
55
"author": "luoxue",
66
"main": "index.js",

packages/rollup-box/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pkb/rollup-box",
3-
"version": "1.4.17",
3+
"version": "1.4.18",
44
"description": "使用 rollup 打包",
55
"author": "luoxue",
66
"main": "index.js",

packages/tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pkb/tools",
3-
"version": "1.3.3",
3+
"version": "1.4.18",
44
"bin": {
55
"tls": "bin/index.js"
66
},

packages/webpack-box/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/webpack-box/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pkb/webpack-box",
3-
"version": "1.4.17",
3+
"version": "1.4.18",
44
"description": "一个开箱即用的 webpack 打包器配置",
55
"main": "index.js",
66
"bin": {
@@ -34,7 +34,7 @@
3434
"@babel/preset-typescript": "^7.6.0",
3535
"@babel/register": "^7.7.4",
3636
"@pkb/shared-utils": "^1.2.16",
37-
"@pkb/tools": "^1.3.3",
37+
"@pkb/tools": "^1.4.18",
3838
"@soda/friendly-errors-webpack-plugin": "^1.7.1",
3939
"@types/case-sensitive-paths-webpack-plugin": "^2.1.4",
4040
"acorn": "^7.1.0",

0 commit comments

Comments
 (0)