Skip to content

Commit d1abae8

Browse files
committed
v0.13.10
1 parent 548c773 commit d1abae8

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "ts-lib-scripts-example",
3-
"version": "0.13.9",
3+
"version": "0.13.10",
44
"private": true,
55
"dependencies": {
66
"@babel/cli": "^7.7.7",
77
"rc-pagination": "^1.20.11",
8-
"ts-lib-tools": "^0.13.9"
8+
"ts-lib-tools": "^0.13.10"
99
},
1010
"scripts": {
1111
"test": "ts-lib-tools test",

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.13.9"
7+
"version": "0.13.10"
88
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-config-ts-lib-fast",
33
"description": "ts-lib-scripts创建的ts库项目使用的ESLint配置(快速版)",
4-
"version": "0.13.9",
4+
"version": "0.13.10",
55
"main": "index.js",
66
"license": "MIT",
77
"homepage": "https://github.com/sinoui/ts-lib-scripts",
@@ -16,6 +16,6 @@
1616
"index.js"
1717
],
1818
"dependencies": {
19-
"eslint-config-ts-lib": "^0.13.9"
19+
"eslint-config-ts-lib": "^0.13.10"
2020
}
2121
}

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.13.9",
4+
"version": "0.13.10",
55
"main": "index.js",
66
"license": "MIT",
77
"homepage": "https://github.com/sinoui/ts-lib-scripts",

packages/ts-lib-tools/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-lib-tools",
3-
"version": "0.13.9",
3+
"version": "0.13.10",
44
"description": "ts-lib-scripts创建的ts项目使用的开箱即用命令和配置。",
55
"license": "MIT",
66
"homepage": "https://github.com/sinoui/ts-lib-scripts",
@@ -47,8 +47,8 @@
4747
"eslint": "7.10.0",
4848
"eslint-config-airbnb-typescript": "^11.0.0",
4949
"eslint-config-prettier": "^6.12.0",
50-
"eslint-config-ts-lib": "^0.13.9",
51-
"eslint-config-ts-lib-fast": "^0.13.9",
50+
"eslint-config-ts-lib": "^0.13.10",
51+
"eslint-config-ts-lib-fast": "^0.13.10",
5252
"eslint-import-resolver-typescript": "^2.3.0",
5353
"eslint-plugin-cypress": "^2.11.1",
5454
"eslint-plugin-import": "^2.22.0",

0 commit comments

Comments
 (0)