Skip to content

Commit

Permalink
chore(mono): upgrade nuxt-pokemon example to fix dependabot alert
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Feb 22, 2022
1 parent b6a3005 commit 4810018
Show file tree
Hide file tree
Showing 2 changed files with 1,148 additions and 886 deletions.
24 changes: 12 additions & 12 deletions examples/nuxt-pokemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@
"generate": "nuxt generate"
},
"dependencies": {
"@vue/composition-api": "^1.2.4",
"core-js": "^3.15.1",
"@unlighthouse/nuxt": "link:../../integrations/nuxt",
"@vue/composition-api": "^1.4.6",
"core-js": "^3.21.1",
"highwayhash": "^3.1.1",
"nuxt": "^2.15.7",
"nuxt-vite": "^0.2.4",
"postcss": "^7",
"slugify": "^1.6.0",
"vite-plugin-windicss": "^1.5.3",
"vue": "^2.6.14",
"vue-router": "^3",
"vue-template-compiler": "^2",
"@unlighthouse/nuxt": "link:../../integrations/nuxt"
"nuxt-vite": "^0.3.5",
"postcss": "^8.4.6",
"slugify": "^1.6.5",
"vite-plugin-windicss": "^1.7.1",
"vue": "^3.2.31",
"vue-router": "^4.0.12",
"vue-template-compiler": "^2"
},
"devDependencies": {
"@nuxt/types": "^2.15.7",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/composition-api": "^0.29.0",
"nuxt-windicss": "^2.0.12"
"@nuxtjs/composition-api": "^0.31.0",
"nuxt-windicss": "^2.2.5"
}
}
Loading

0 comments on commit 4810018

Please sign in to comment.