Skip to content

Commit

Permalink
Fix Eslint Version Bug (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqueleite42 authored Oct 27, 2021
1 parent 19111d7 commit 2a08a13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@techmmunity/eslint-config",
"version": "5.1.0",
"version": "5.1.1",
"license": "Apache-2.0",
"author": "Techmmunity",
"description": "Techmmunity Style Guide",
Expand Down Expand Up @@ -32,9 +32,9 @@
"tslint"
],
"peerDependencies": {
"eslint": "^7.27.0",
"eslint": "^8.1.0",
"prettier": "^2.3.0",
"typescript": "^4.2.4"
"typescript": "^4.4.4"
},
"peerDependenciesMeta": {
"typescript": {
Expand All @@ -61,14 +61,14 @@
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-sonarjs": "^0.10.0",
"typescript": "^4.4.3"
"eslint-plugin-sonarjs": "^0.10.0"
},
"devDependencies": {
"eslint": "^8.1.0",
"husky": "^7.0.4",
"lint-staged": "11.2.6",
"prettier": "^2.3.0"
"prettier": "^2.3.0",
"typescript": "^4.4.4"
},
"scripts": {
"prepare": "husky install",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2182,7 +2182,7 @@ type-fest@^0.21.3:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==

typescript@^4.4.3:
typescript@^4.4.4:
version "4.4.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.4.tgz#2cd01a1a1f160704d3101fd5a58ff0f9fcb8030c"
integrity sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA==
Expand Down

0 comments on commit 2a08a13

Please sign in to comment.