Skip to content

Commit e1584a2

Browse files
author
Evgeny Zakharov
authored
Merge pull request #21 from js-templates/deps/update
Update everything, minor fixes
2 parents 90a7834 + 4221fc9 commit e1584a2

File tree

5 files changed

+655
-1616
lines changed

5 files changed

+655
-1616
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ node_modules
1111
.next
1212
.nuxt
1313
.vscode/*
14+
.idea
1415
!.vscode/settings.json
1516
!.vscode/tasks.json
1617
!.vscode/launch.json

.prettierrc

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,5 @@
22
"semi": false,
33
"singleQuote": true,
44
"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"
196
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<br/>
99
<p align="center">
1010
<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" />
1212
</a>
1313
<a href="https://opensource.org/licenses/MIT" rel="nofollow">
1414
<img src="https://img.shields.io/github/license/js-templates/typescript-library" alt="License">

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,23 @@
2929
},
3030
"dependencies": {},
3131
"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",
3737
"husky": "^8.0.1",
3838
"is-ci": "^3.0.1",
39-
"jest": "^28.1.0",
39+
"jest": "^28.1.3",
4040
"jest-serializer-path": "^0.1.15",
41-
"lint-staged": "^13.0.0",
41+
"lint-staged": "^13.0.3",
4242
"pinst": "^3.0.0",
43-
"rollup": "^2.73.0",
43+
"rollup": "^2.77.2",
4444
"rollup-plugin-bundle-size": "^1.0.3",
4545
"rollup-plugin-dts": "^4.2.1",
4646
"rollup-plugin-esbuild": "^4.9.1",
4747
"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"
5050
}
5151
}

0 commit comments

Comments
 (0)