Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Oct 24, 2024
1 parent fd4d8ca commit 79066d4
Show file tree
Hide file tree
Showing 7 changed files with 1,692 additions and 1,553 deletions.
16 changes: 8 additions & 8 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,29 +53,29 @@
"dependencies": {
"@acab/reset.css": "^0.10.0",
"@preact/signals": "^1.3.0",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query": "^5.59.16",
"clsx": "^2.1.0",
"dns-over-http-resolver": "^3.0.3",
"filsnap-adapter": "workspace:*",
"filsnap-adapter-react": "workspace:*",
"iso-base": "^4.0.0",
"iso-filecoin": "^4.1.0",
"preact": "^10.24.1",
"react-hook-form": "^7.53.0",
"preact": "^10.24.3",
"react-hook-form": "^7.53.1",
"react-toastify": "^10.0.5",
"viem": "^2.21.15",
"wagmi": "^2.12.14",
"water.css": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@biomejs/biome": "^1.9.2",
"@babel/core": "^7.25.9",
"@biomejs/biome": "^1.9.4",
"@hugomrdias/configs": "^0.1.9",
"@preact/preset-vite": "^2.9.1",
"@types/node": "^22.7.3",
"@types/node": "^22.7.9",
"tiny-git-rev-sync": "^0.1.0",
"typescript": "5.6.2",
"vite": "^5.4.8",
"typescript": "5.6.3",
"vite": "^5.4.10",
"wireit": "^0.14.8"
},
"depcheck": {
Expand Down
10 changes: 5 additions & 5 deletions examples/fil-forwarder-viem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
"viem": "^2.21.15"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@biomejs/biome": "^1.9.2",
"@babel/core": "^7.25.9",
"@biomejs/biome": "^1.9.4",
"@hugomrdias/configs": "^0.1.9",
"@types/node": "^22.7.3",
"typescript": "5.6.2",
"vite": "^5.4.8",
"@types/node": "^22.7.9",
"typescript": "5.6.3",
"vite": "^5.4.10",
"wireit": "^0.14.8"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"docs": "typedoc --out docs --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-zod"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@biomejs/biome": "^1.9.4",
"@hugomrdias/configs": "^0.1.9",
"depcheck": "^1.4.7",
"simple-git-hooks": "^2.10.0",
"typedoc": "^0.26.7",
"typedoc": "^0.26.10",
"typedoc-plugin-missing-exports": "^3.0.0",
"typedoc-plugin-zod": "^1.2.1",
"typescript": "5.6.2",
"typescript": "5.6.3",
"wireit": "^0.14.8"
},
"simple-git-hooks": {
Expand Down
12 changes: 6 additions & 6 deletions packages/adapter-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@
},
"devDependencies": {
"@testing-library/react": "^16.0.1",
"@types/mocha": "^10.0.8",
"@types/node": "^22.7.3",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/mocha": "^10.0.9",
"@types/node": "^22.7.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"assert": "^2.1.0",
"mocha": "^10.7.3",
"playwright-test": "^14.1.6",
"preact": "^10.24.1",
"preact": "^10.24.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"publishConfig": {
"provenance": true
Expand Down
6 changes: 3 additions & 3 deletions packages/adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
"viem": "^2.21.15"
},
"devDependencies": {
"@playwright/test": "^1.47.2",
"@types/node": "^22.7.3",
"@playwright/test": "^1.48.1",
"@types/node": "^22.7.9",
"metamask-testing-tools": "^2.0.1",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"publishConfig": {
"provenance": true
Expand Down
10 changes: 5 additions & 5 deletions packages/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@metamask/snaps-cli": "^6.3.3",
"@playwright/test": "^1.47.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.4",
"@metamask/snaps-cli": "^6.5.0",
"@playwright/test": "^1.48.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"metamask-testing-tools": "^2.0.1",
"playwright-test": "^14.1.6",
"type-fest": "^4.26.1",
"typescript": "5.6.2"
"typescript": "5.6.3"
},
"publishConfig": {
"provenance": true
Expand Down
Loading

0 comments on commit 79066d4

Please sign in to comment.