Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Commit f0379de

Browse files
authored
Merge pull request #255 from synonymdev/lib-deps
2 parents 80a79a3 + 30189b1 commit f0379de

3 files changed

Lines changed: 3666 additions & 421 deletions

File tree

lib/.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"root": true,
3-
"extends": "@react-native-community",
3+
"extends": ["@react-native-community", "plugin:prettier/recommended"],
44
"parser": "@typescript-eslint/parser",
55
"plugins": ["@typescript-eslint"],
66
"globals": {

lib/package.json

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,16 @@
4747
},
4848
"devDependencies": {
4949
"@react-native-community/eslint-config": "^2.0.0",
50-
"@types/node": "^17.0.31",
51-
"@types/react-native": "0.62.13",
52-
"@typescript-eslint/eslint-plugin": "^5.22.0",
53-
"@typescript-eslint/parser": "^4.25.0",
54-
"eslint": "^8.16.0",
55-
"eslint-config-prettier": "^8.5.0",
56-
"eslint-config-standard-with-typescript": "^21.0.1",
57-
"eslint-plugin-import": "^2.26.0",
58-
"eslint-plugin-no-null": "^1.0.2",
59-
"eslint-plugin-node": "^11.1.0",
60-
"eslint-plugin-prettier": "^4.0.0",
61-
"eslint-plugin-promise": "^6.0.0",
62-
"eslint-plugin-standard": "^5.0.0",
63-
"prettier": "^2.6.2",
64-
"react": "^16.9.0",
65-
"typescript": "^4.2.4"
50+
"@types/node": "^20.14.9",
51+
"@types/react-native": "0.73.0",
52+
"@typescript-eslint/eslint-plugin": "^7.14.1",
53+
"@typescript-eslint/parser": "^7.14.1",
54+
"eslint": "^8.57.0",
55+
"eslint-config-prettier": "^9.1.0",
56+
"eslint-plugin-prettier": "^5.1.3",
57+
"prettier": "^3.3.2",
58+
"react": "^18.2.0",
59+
"typescript": "^5.5.2"
6660
},
6761
"dependencies": {
6862
"@synonymdev/raw-transaction-decoder": "1.1.0",

0 commit comments

Comments
 (0)