Skip to content

Commit dda623a

Browse files
committed
bumped version to 0.1.0
1 parent 4c7fb99 commit dda623a

File tree

8 files changed

+360
-774
lines changed

8 files changed

+360
-774
lines changed

app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "payflow-app",
33
"private": true,
4-
"version": "0.0.13",
4+
"version": "0.1.0",
55
"type": "module",
66
"scripts": {
77
"generate": "npx graphql-codegen",
@@ -32,8 +32,8 @@
3232
"@mui/x-charts": "^7.23.0",
3333
"@payflow/common": "file:../packages/common",
3434
"@paywithglide/glide-js": "^0.11.1",
35-
"@privy-io/react-auth": "^1.99.0",
36-
"@privy-io/wagmi": "^0.2.6",
35+
"@privy-io/react-auth": "^2.0.0",
36+
"@privy-io/wagmi": "^1.0.0",
3737
"@rhinestone/module-sdk": "^0.2.0",
3838
"@tanstack/query-sync-storage-persister": "^5.62.15",
3939
"@tanstack/react-query": "^5.62.15",

app/vite.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ export default defineConfig(({ isSsrBuild }) => {
103103
// Third-party services
104104
airstack: ['@airstack/airstack-react'],
105105
glide: ['@paywithglide/glide-js']
106-
}
106+
},
107+
experimentalMinChunkSize: 30 * 1024 // 30kb
107108
})
108109
}
109110
},

home/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "payflow-home",
33
"private": true,
4-
"version": "0.0.13",
4+
"version": "0.1.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)