Skip to content

Commit

Permalink
fix: allow app dev mode access the updated pkgs/core instead of using…
Browse files Browse the repository at this point in the history
… the released version
  • Loading branch information
johnson86tw committed May 20, 2024
1 parent 830ce1b commit be0f048
Show file tree
Hide file tree
Showing 5 changed files with 20,462 additions and 26,621 deletions.
1 change: 1 addition & 0 deletions packages/coinbase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "5.0.3",
"@vue-dapp/core": "*",
"typescript": "^5.4.5",
"vite": "5.2.9"
},
Expand Down
1 change: 1 addition & 0 deletions packages/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.3",
"@vue-dapp/core": "*",
"pinia": "^2.1.7",
"typescript": "^5.4.5",
"vite": "^5.2.9",
Expand Down
1 change: 1 addition & 0 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"@nuxt/schema": "^3.9.0",
"@nuxt/test-utils": "^3.11.0",
"@types/node": "^20.10.6",
"@vue-dapp/core": "*",
"changelogen": "^0.5.5",
"eslint": "^8.56.0",
"typescript": "^5.4.5",
Expand Down
1 change: 1 addition & 0 deletions packages/walletconnect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "5.0.3",
"@vue-dapp/core": "*",
"@walletconnect/types": "^2.9.0",
"typescript": "^5.4.5",
"vite": "5.2.9"
Expand Down

0 comments on commit be0f048

Please sign in to comment.