Skip to content

Commit 2a08a13

Browse files
Fix Eslint Version Bug (#162)
1 parent 19111d7 commit 2a08a13

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@techmmunity/eslint-config",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"license": "Apache-2.0",
55
"author": "Techmmunity",
66
"description": "Techmmunity Style Guide",
@@ -32,9 +32,9 @@
3232
"tslint"
3333
],
3434
"peerDependencies": {
35-
"eslint": "^7.27.0",
35+
"eslint": "^8.1.0",
3636
"prettier": "^2.3.0",
37-
"typescript": "^4.2.4"
37+
"typescript": "^4.4.4"
3838
},
3939
"peerDependenciesMeta": {
4040
"typescript": {
@@ -61,14 +61,14 @@
6161
"eslint-plugin-prettier": "^4.0.0",
6262
"eslint-plugin-react": "^7.26.1",
6363
"eslint-plugin-react-hooks": "^4.2.0",
64-
"eslint-plugin-sonarjs": "^0.10.0",
65-
"typescript": "^4.4.3"
64+
"eslint-plugin-sonarjs": "^0.10.0"
6665
},
6766
"devDependencies": {
6867
"eslint": "^8.1.0",
6968
"husky": "^7.0.4",
7069
"lint-staged": "11.2.6",
71-
"prettier": "^2.3.0"
70+
"prettier": "^2.3.0",
71+
"typescript": "^4.4.4"
7272
},
7373
"scripts": {
7474
"prepare": "husky install",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2182,7 +2182,7 @@ type-fest@^0.21.3:
21822182
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
21832183
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
21842184

2185-
typescript@^4.4.3:
2185+
typescript@^4.4.4:
21862186
version "4.4.4"
21872187
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
21882188
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==

0 commit comments

Comments
 (0)