Skip to content

Commit

Permalink
Merge pull request #255 from synonymdev/lib-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains authored Jul 2, 2024
2 parents 80a79a3 + 30189b1 commit f0379de
Show file tree
Hide file tree
Showing 3 changed files with 3,666 additions and 421 deletions.
2 changes: 1 addition & 1 deletion lib/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"root": true,
"extends": "@react-native-community",
"extends": ["@react-native-community", "plugin:prettier/recommended"],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"globals": {
Expand Down
26 changes: 10 additions & 16 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,16 @@
},
"devDependencies": {
"@react-native-community/eslint-config": "^2.0.0",
"@types/node": "^17.0.31",
"@types/react-native": "0.62.13",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^4.25.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^21.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"prettier": "^2.6.2",
"react": "^16.9.0",
"typescript": "^4.2.4"
"@types/node": "^20.14.9",
"@types/react-native": "0.73.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.3.2",
"react": "^18.2.0",
"typescript": "^5.5.2"
},
"dependencies": {
"@synonymdev/raw-transaction-decoder": "1.1.0",
Expand Down
Loading

0 comments on commit f0379de

Please sign in to comment.