Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Jul 3, 2023
1 parent 316c090 commit 2ee609d
Show file tree
Hide file tree
Showing 68 changed files with 1,869 additions and 359 deletions.
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"**/.yarn": true,
"**/.pnp.*": true
},
"eslint.nodePath": ".yarn/sdks",
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
"prettier.prettierPath": "node_modules/prettier/index.js",
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.0",
"prettier": "^2.8.8",
"ts-node": "^10.7.0",
"typescript": "^5.0.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/ensjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@
"jest-environment-node": "^29.5.0",
"jest-localstorage-mock": "^2.4.21",
"solc": "^0.8.13",
"ts-jest": "^29.1.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.7.0",
"typescript": "^5.0.4",
"wait-on": "^6.0.1",
"viem": "^0.3.24"
"viem": "^1.2.9"
},
"peerDependencies": {
"viem": "^0.3.24"
"viem": "^1.2.9"
}
}
Loading

0 comments on commit 2ee609d

Please sign in to comment.