Skip to content

Commit

Permalink
Merge pull request #62 from kyscott18/v1.0.3
Browse files Browse the repository at this point in the history
V1.0.3
  • Loading branch information
kyscott18 authored Oct 12, 2023
2 parents c5a7347 + 24f6b47 commit 255a1c6
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 232 deletions.
5 changes: 5 additions & 0 deletions .changeset/violet-singers-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"reverse-mirage": patch
---

Update dependencies
12 changes: 6 additions & 6 deletions examples/next-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@rainbow-me/rainbowkit": "^1.0.1",
"@tanstack/react-query": "^4.35.7",
"@tanstack/react-query": "^4.36.1",
"clsx": "^2.0.0",
"next": "13.5.4",
"react": "18.2.0",
Expand All @@ -23,15 +23,15 @@
"tiny-invariant": "^1.3.1",
"ts-extras": "^0.11.0",
"unstated-next": "^1.1.0",
"viem": "^1.15.0",
"viem": "^1.16.4",
"wagmi": "^1.4.3"
},
"devDependencies": {
"@biomejs/biome": "^1.2.2",
"@tanstack/react-query-devtools": "^4.35.7",
"@types/node": "^20.8.2",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"@tanstack/react-query-devtools": "^4.36.1",
"@types/node": "^20.8.4",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"autoprefixer": "^10.4.16",
"csstype": "^3.1.2",
"postcss": "^8.4.31",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@
"@uniswap/sdk-core": "^4.0.7",
"@viem/anvil": "^0.0.6",
"@vitest/coverage-v8": "^0.34.6",
"bun": "^1.0.4",
"bun": "^1.0.6",
"mitata": "^0.1.6",
"size-limit": "^9.0.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"viem": "^1.15.0",
"viem": "^1.16.4",
"vitest": "^0.34.6"
},
"packageManager": "[email protected]"
Expand Down
Loading

1 comment on commit 255a1c6

@vercel
Copy link

@vercel vercel bot commented on 255a1c6 Oct 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.