Skip to content

Commit

Permalink
Merge pull request #30 from snurfer0/chore/refactor
Browse files Browse the repository at this point in the history
fix: deps
  • Loading branch information
snurfer0 authored Dec 11, 2023
2 parents 3257c44 + 610c850 commit a2bbddf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@
"yup": "^1.3.2"
},
"devDependencies": {
"truffle": "^5.5.19",
"@typechain/truffle-v5": "^8.0.7",
"@next/eslint-plugin-next": "^14.0.3",
"@typechain/truffle-v5": "^8.0.7",
"@types/axios": "^0.14.0",
"@types/chai": "^4.3.11",
"@types/dompurify": "^3.0.4",
"@types/mocha": "^10.0.6",
"@types/node": "20.10.4",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
Expand All @@ -67,13 +68,13 @@
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^5.1.0",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6"
"prettier": "^3.1.1",
"truffle": "^5.5.19",
"typescript": "^5.1.0"
},
"optionalDependencies": {
"fsevents": "*"
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4908,7 +4908,7 @@ eslint-plugin-jsx-a11y@^6.5.1:
object.entries "^1.1.7"
object.fromentries "^2.0.7"

eslint-plugin-prettier@^5.0.0:
eslint-plugin-prettier@^5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.1.tgz#a3b399f04378f79f066379f544e42d6b73f11515"
integrity sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==
Expand Down Expand Up @@ -8447,6 +8447,11 @@ prettier@^2.3.1:
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==

prettier@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848"
integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==

process-warning@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-1.0.0.tgz#980a0b25dc38cd6034181be4b7726d89066b4616"
Expand Down

0 comments on commit a2bbddf

Please sign in to comment.