Skip to content

Commit b499c56

Browse files
Atualizando Dependências do ECG #25
Atualizando Dependências do ECG
2 parents 8be82a7 + 3dd188a commit b499c56

File tree

2 files changed

+283
-259
lines changed

2 files changed

+283
-259
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-getninjas",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "The main ESLint settings used in GetNinjas projects.",
55
"main": "base.js",
66
"exports": {
@@ -37,19 +37,19 @@
3737
},
3838
"homepage": "https://github.com/getninjas/eslint-config-getninjas#readme",
3939
"dependencies": {
40-
"@typescript-eslint/eslint-plugin": "6.8.0",
41-
"@typescript-eslint/parser": "6.8.0",
42-
"eslint": "8.51.0",
40+
"@typescript-eslint/eslint-plugin": "6.19.1",
41+
"@typescript-eslint/parser": "6.19.1",
42+
"eslint": "8.56.0",
4343
"eslint-config-airbnb": "19.0.4",
4444
"eslint-config-airbnb-base": "15.0.0",
4545
"eslint-config-airbnb-typescript": "17.1.0",
46-
"eslint-config-prettier": "9.0.0",
46+
"eslint-config-prettier": "9.1.0",
4747
"eslint-import-resolver-typescript": "3.6.1",
48-
"eslint-plugin-import": "2.28.1",
49-
"eslint-plugin-jsx-a11y": "6.7.1",
48+
"eslint-plugin-import": "2.29.1",
49+
"eslint-plugin-jsx-a11y": "6.8.0",
5050
"eslint-plugin-react": "7.33.2",
5151
"eslint-plugin-react-hooks": "4.6.0",
52-
"typescript": "5.1.6"
52+
"typescript": "5.3.3"
5353
},
5454
"peerDependencies": {
5555
"@typescript-eslint/eslint-plugin": "^6.8.0",

0 commit comments

Comments
 (0)