File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ts-lib-scripts-example" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.5.2 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
- "ts-lib-tools" : " ^0.5.1 "
6
+ "ts-lib-tools" : " ^0.5.2 "
7
7
},
8
8
"scripts" : {
9
9
"start" : " ts-lib-tools watch" ,
Original file line number Diff line number Diff line change 4
4
"packages" : [
5
5
" packages/*"
6
6
],
7
- "version" : " 0.5.1 "
7
+ "version" : " 0.5.2 "
8
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-ts-lib" ,
3
3
"description" : " ts-lib-scripts创建的ts库项目使用的ESLint配置" ,
4
- "version" : " 0.5.0 " ,
4
+ "version" : " 0.5.2 " ,
5
5
"main" : " index.js" ,
6
6
"license" : " MIT" ,
7
7
"homepage" : " https://github.com/sinoui/ts-lib-scripts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ts-lib-jsdom-polyfill" ,
3
3
"description" : " ts库的 jsdom polyfill" ,
4
- "version" : " 0.5.1 " ,
4
+ "version" : " 0.5.2 " ,
5
5
"main" : " index.js" ,
6
6
"license" : " MIT" ,
7
7
"homepage" : " https://github.com/sinoui/ts-lib-scripts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ts-lib-scripts" ,
3
- "version" : " 0.5.0 " ,
3
+ "version" : " 0.5.2 " ,
4
4
"description" : " 一个以 🚀 速度创建零配置 TypeScript 库项目的命令行工具" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://github.com/sinoui/ts-lib-scripts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ts-lib-tools" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.5.2 " ,
4
4
"description" : " ts-lib-scripts创建的ts项目使用的开箱即用命令和配置。" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://github.com/sinoui/ts-lib-scripts" ,
38
38
"eslint" : " 6.2.1" ,
39
39
"eslint-config-airbnb" : " 18.0.1" ,
40
40
"eslint-config-prettier" : " ^6.1.0" ,
41
- "eslint-config-ts-lib" : " ^0.5.0 " ,
41
+ "eslint-config-ts-lib" : " ^0.5.2 " ,
42
42
"eslint-import-resolver-typescript" : " ^1.1.1" ,
43
43
"eslint-plugin-import" : " 2.18.2" ,
44
44
"eslint-plugin-jsx-a11y" : " 6.2.3" ,
64
64
"rollup-plugin-sourcemaps" : " ^0.4.2" ,
65
65
"rollup-plugin-terser" : " ^5.1.1" ,
66
66
"rollup-plugin-typescript2" : " ^0.22.1" ,
67
+ "ts-lib-jsdom-polyfill" : " ^0.5.2" ,
67
68
"ts-lib-scripts-utils" : " ^0.5.0" ,
68
69
"tsconfig-paths" : " ^3.8.0" ,
69
- "tslib" : " ^1.10.0" ,
70
- "ts-lib-jsdom-polyfill" : " ^0.5.1"
70
+ "tslib" : " ^1.10.0"
71
71
},
72
72
"devDependencies" : {
73
73
"@types/chalk" : " ^2.2.0" ,
You can’t perform that action at this time.
0 commit comments