Skip to content

Commit 0d1a7c3

Browse files
committed
v0.5.2
1 parent 2ab6621 commit 0d1a7c3

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "ts-lib-scripts-example",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"private": true,
55
"dependencies": {
6-
"ts-lib-tools": "^0.5.1"
6+
"ts-lib-tools": "^0.5.2"
77
},
88
"scripts": {
99
"start": "ts-lib-tools watch",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages": [
55
"packages/*"
66
],
7-
"version": "0.5.1"
7+
"version": "0.5.2"
88
}

packages/eslint-config-ts-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-config-ts-lib",
33
"description": "ts-lib-scripts创建的ts库项目使用的ESLint配置",
4-
"version": "0.5.0",
4+
"version": "0.5.2",
55
"main": "index.js",
66
"license": "MIT",
77
"homepage": "https://github.com/sinoui/ts-lib-scripts",

packages/ts-lib-jsdom-polyfill/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-lib-jsdom-polyfill",
33
"description": "ts库的 jsdom polyfill",
4-
"version": "0.5.1",
4+
"version": "0.5.2",
55
"main": "index.js",
66
"license": "MIT",
77
"homepage": "https://github.com/sinoui/ts-lib-scripts",

packages/ts-lib-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-lib-scripts",
3-
"version": "0.5.0",
3+
"version": "0.5.2",
44
"description": "一个以 🚀 速度创建零配置 TypeScript 库项目的命令行工具",
55
"license": "MIT",
66
"homepage": "https://github.com/sinoui/ts-lib-scripts",

packages/ts-lib-tools/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-lib-tools",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "ts-lib-scripts创建的ts项目使用的开箱即用命令和配置。",
55
"license": "MIT",
66
"homepage": "https://github.com/sinoui/ts-lib-scripts",
@@ -38,7 +38,7 @@
3838
"eslint": "6.2.1",
3939
"eslint-config-airbnb": "18.0.1",
4040
"eslint-config-prettier": "^6.1.0",
41-
"eslint-config-ts-lib": "^0.5.0",
41+
"eslint-config-ts-lib": "^0.5.2",
4242
"eslint-import-resolver-typescript": "^1.1.1",
4343
"eslint-plugin-import": "2.18.2",
4444
"eslint-plugin-jsx-a11y": "6.2.3",
@@ -64,10 +64,10 @@
6464
"rollup-plugin-sourcemaps": "^0.4.2",
6565
"rollup-plugin-terser": "^5.1.1",
6666
"rollup-plugin-typescript2": "^0.22.1",
67+
"ts-lib-jsdom-polyfill": "^0.5.2",
6768
"ts-lib-scripts-utils": "^0.5.0",
6869
"tsconfig-paths": "^3.8.0",
69-
"tslib": "^1.10.0",
70-
"ts-lib-jsdom-polyfill": "^0.5.1"
70+
"tslib": "^1.10.0"
7171
},
7272
"devDependencies": {
7373
"@types/chalk": "^2.2.0",

0 commit comments

Comments
 (0)