Skip to content

Commit

Permalink
➕ Upgrade Nuxt to v3.8 & add Nuxt UI (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt authored Nov 7, 2023
1 parent 2ad9546 commit 1652ff8
Show file tree
Hide file tree
Showing 3 changed files with 3,769 additions and 1,010 deletions.
3 changes: 2 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ export default defineNuxtConfig({
css: ['@/assets/styles/global.css'],
modules: [
'@pinia/nuxt',
'@nuxtjs/eslint-module'
'@nuxtjs/eslint-module',
'@nuxt/ui'
],
plugins: ['~/plugins/buffer.ts'],
vite: {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/stargate": "^0.30.1",
"@likecoin/iscn-js": "^0.6.8",
"@nuxt/ui": "^2.10.0",
"@pinia/nuxt": "^0.4.8",
"bignumber.js": "^9.1.0",
"buffer": "^6.0.3",
Expand All @@ -38,7 +39,7 @@
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint": "^8.38.0",
"nuxt": "^3.4.1",
"nuxt": "^3.8.0",
"typescript": "^5.0.4",
"vite-plugin-node-polyfills": "^0.9.0"
}
Expand Down
Loading

0 comments on commit 1652ff8

Please sign in to comment.