Skip to content

Commit

Permalink
Merge pull request #58 from kyscott18/dev
Browse files Browse the repository at this point in the history
v1.0.1
  • Loading branch information
kyscott18 authored Sep 29, 2023
2 parents 9e947e7 + 041bcc9 commit 66759fe
Show file tree
Hide file tree
Showing 5 changed files with 209 additions and 205 deletions.
5 changes: 5 additions & 0 deletions .changeset/beige-rats-exist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"reverse-mirage": patch
---

Bump deps and don't minify
6 changes: 3 additions & 3 deletions examples/next-interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
"tiny-invariant": "^1.3.1",
"ts-extras": "^0.11.0",
"unstated-next": "^1.1.0",
"viem": "^1.12.2",
"viem": "^1.14.0",
"wagmi": "^1.4.2"
},
"devDependencies": {
"@biomejs/biome": "^1.2.2",
"@tanstack/react-query-devtools": "^4.35.3",
"@types/node": "^20.7.0",
"@types/node": "^20.7.1",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"autoprefixer": "^10.4.16",
"csstype": "^3.1.2",
"postcss": "^8.4.30",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
"@size-limit/preset-small-lib": "^9.0.0",
"@uniswap/sdk-core": "^4.0.7",
"@viem/anvil": "^0.0.6",
"@vitest/coverage-v8": "^0.34.5",
"@vitest/coverage-v8": "^0.34.6",
"bun": "^1.0.3",
"mitata": "^0.1.6",
"size-limit": "^9.0.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"viem": "^1.12.2",
"vitest": "^0.34.5"
"viem": "^1.14.0",
"vitest": "^0.34.6"
},
"packageManager": "[email protected]"
}
1 change: 0 additions & 1 deletion packages/core/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ export default defineConfig({
sourcemap: true,
dts: true,
clean: true,
minify: true,
treeshake: true,
});
Loading

1 comment on commit 66759fe

@vercel
Copy link

@vercel vercel bot commented on 66759fe Sep 29, 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.