File tree Expand file tree Collapse file tree 5 files changed +655
-1616
lines changed Expand file tree Collapse file tree 5 files changed +655
-1616
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ node_modules
11
11
.next
12
12
.nuxt
13
13
.vscode /*
14
+ .idea
14
15
! .vscode /settings.json
15
16
! .vscode /tasks.json
16
17
! .vscode /launch.json
Original file line number Diff line number Diff line change 2
2
"semi": false,
3
3
"singleQuote": true,
4
4
"tabWidth": 2,
5
- "quoteProps": "consistent",
6
- "endOfLine": "lf",
7
- "importOrder": [
8
- "^(child_process|crypto|events|fs|http|https|os|path)(\\/(.*))?$",
9
- "<THIRD_PARTY_MODULES>",
10
- "^~(\\/(.*))?$",
11
- "^@(\\/(.*))?$",
12
- "^@app(\\/(.*))?$",
13
- "^[./]"
14
- ],
15
- "experimentalBabelParserPluginsList": [
16
- "jsx",
17
- "typescript"
18
- ]
5
+ "quoteProps": "consistent"
19
6
}
Original file line number Diff line number Diff line change 8
8
<br />
9
9
<p align =" center " >
10
10
<a href =" https://github.com/js-templates/typescript-library/actions?query=branch%3Amain " >
11
- <img src="https://github.com/js-templates/typescript-library/actions/workflows/test-and-build.yml/badge.svg?event=push&branch=main" alt="typescript-library CI Status" />
11
+ <img src="https://github.com/js-templates/typescript-library/actions/workflows/test-and-build.yml/badge.svg?event=push&branch=main" alt="@js-templates/ typescript-library CI Status" />
12
12
</a >
13
13
<a href =" https://opensource.org/licenses/MIT " rel =" nofollow " >
14
14
<img src="https://img.shields.io/github/license/js-templates/typescript-library" alt="License">
Original file line number Diff line number Diff line change 29
29
},
30
30
"dependencies" : {},
31
31
"devDependencies" : {
32
- "@rollup/plugin-typescript" : " ^8.3.2 " ,
33
- "@types/jest" : " ^27.5.1 " ,
34
- "esbuild" : " ^0.14.39 " ,
35
- "eslint" : " ^8.16 .0" ,
36
- "eslint-kit" : " ^5.2 .1" ,
32
+ "@rollup/plugin-typescript" : " ^8.3.4 " ,
33
+ "@types/jest" : " ^28.1.6 " ,
34
+ "esbuild" : " ^0.14.51 " ,
35
+ "eslint" : " ^8.20 .0" ,
36
+ "eslint-kit" : " ^6.1 .1" ,
37
37
"husky" : " ^8.0.1" ,
38
38
"is-ci" : " ^3.0.1" ,
39
- "jest" : " ^28.1.0 " ,
39
+ "jest" : " ^28.1.3 " ,
40
40
"jest-serializer-path" : " ^0.1.15" ,
41
- "lint-staged" : " ^13.0.0 " ,
41
+ "lint-staged" : " ^13.0.3 " ,
42
42
"pinst" : " ^3.0.0" ,
43
- "rollup" : " ^2.73.0 " ,
43
+ "rollup" : " ^2.77.2 " ,
44
44
"rollup-plugin-bundle-size" : " ^1.0.3" ,
45
45
"rollup-plugin-dts" : " ^4.2.1" ,
46
46
"rollup-plugin-esbuild" : " ^4.9.1" ,
47
47
"rollup-plugin-terser" : " ^7.0.2" ,
48
- "ts-jest" : " ^28.0.2 " ,
49
- "typescript" : " ^4.6 .4"
48
+ "ts-jest" : " ^28.0.7 " ,
49
+ "typescript" : " ^4.7 .4"
50
50
}
51
51
}
You can’t perform that action at this time.
0 commit comments