Skip to content

Commit f866722

Browse files
authored
Merge pull request #11 from openpeer/fix_eslint
Added dev dependencies
2 parents e6e6fa0 + 711df08 commit f866722

File tree

2 files changed

+1047
-1085
lines changed

2 files changed

+1047
-1085
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@solana/web3.js": "^1.95.3",
3030
"@tailwindcss/forms": "^0.5.8",
3131
"@talkjs/react": "^0.1.9",
32-
"@types/jsonwebtoken": "^9.0.6",
32+
"@types/jsonwebtoken": "^9.0.7",
3333
"@types/lodash": "^4.17.7",
3434
"@types/node": "20.5.4",
3535
"@types/qs": "^6.9.15",
@@ -65,12 +65,12 @@
6565
"devDependencies": {
6666
"@types/formidable": "^3.4.5",
6767
"@types/jsonwebtoken": "^9.0.6",
68-
"@types/lodash.debounce": "^4.0.7",
69-
"@types/lodash.merge": "^4.6.7",
68+
"@types/lodash.debounce": "^4.0.9",
69+
"@types/lodash.merge": "^4.6.9",
7070
"@types/rails__actioncable": "^6.1.6",
71-
"@types/utf8": "^3.0.1",
72-
"@typescript-eslint/eslint-plugin": "^5.6.0",
73-
"@typescript-eslint/parser": "^5.6.0",
71+
"@types/utf8": "^3.0.3",
72+
"@typescript-eslint/eslint-plugin": "^8.13.0",
73+
"@typescript-eslint/parser": "^8.13.0",
7474
"eslint-config-airbnb": "^19.0.2",
7575
"eslint-config-airbnb-typescript": "^16.1.0",
7676
"eslint-config-prettier": "^9.1.0",
@@ -79,4 +79,4 @@
7979
"eslint-plugin-react-hooks": "^4.3.0",
8080
"prettier": "^3.3.3"
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)