Skip to content

Commit

Permalink
change package @vue-dapp to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson86tw committed Jan 31, 2024
1 parent 3a2b1c7 commit 32edc9c
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 34 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"nuxt": "^3.10.0",
"vite-plugin-node-polyfills": "^0.19.0",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
"dependencies": {
"@pinia/nuxt": "^0.5.1",
"@vue-dapp/coinbase": "1.0.0-beta.17",
"@vue-dapp/core": "1.0.0-beta.17",
"@vue-dapp/modal": "1.0.0-beta.17",
"@vue-dapp/nuxt": "1.0.0-beta.17",
"@vue-dapp/walletconnect": "1.0.0-beta.17",
"pinia": "^2.1.7"
}
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"nuxt": "^3.10.0",
"vite-plugin-node-polyfills": "^0.19.0",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
"dependencies": {
"@pinia/nuxt": "^0.5.1",
"@vue-dapp/coinbase": "latest",
"@vue-dapp/core": "latest",
"@vue-dapp/modal": "latest",
"@vue-dapp/nuxt": "latest",
"@vue-dapp/walletconnect": "latest",
"pinia": "^2.1.7"
}
}
16 changes: 7 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 32edc9c

Please sign in to comment.