Skip to content

Commit

Permalink
chore: bump nuxt to 3.8 (#2890)
Browse files Browse the repository at this point in the history
chore: bump nuxt to 3.8

- move nuxt image to stable channel
- remove dep for dev tools (now internal nuxt dep)
connoratrug authored Nov 13, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d8e143a commit 350b3ed
Showing 4 changed files with 2,838 additions and 3,943 deletions.
2 changes: 1 addition & 1 deletion apps/nuxt3-ssr/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ const devProxy = {
};

const config = {
modules: ["nuxt-proxy", "@nuxt/image-edge"],
modules: ["nuxt-proxy", "@nuxt/image"],
devtools: { enabled: true },
runtimeConfig: {
// Keys within public, will be also exposed to the client-side
18 changes: 8 additions & 10 deletions apps/nuxt3-ssr/package.json
Original file line number Diff line number Diff line change
@@ -16,10 +16,9 @@
"parse-icons": "node ../node_modules/svgo/bin/svgo -f ./assets/icons -o ./assets/minified-icons --config ./svgo.config.js && node ./scripts/create_vue_components_from_icons.js"
},
"devDependencies": {
"@nuxt/devtools": "0.8.5",
"@nuxt/image-edge": "1.0.0-rc.3-28282346.a10323e",
"@nuxt/test-utils": "3.7.4",
"@nuxt/vite-builder": "3.7.4",
"@nuxt/image": "1.0.0",
"@nuxt/test-utils": "3.8.0",
"@nuxt/vite-builder": "3.8.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"@types/node": "16.18.61",
@@ -28,7 +27,7 @@
"autoprefixer": "10.4.16",
"graphql-tag": "2.12.6",
"jsdom": "22.1.0",
"nuxt": "3.7.4",
"nuxt": "3.8.0",
"nuxt-proxy": "0.4.1",
"meta-data-utils": "*",
"postcss": "8.4.31",
@@ -37,14 +36,13 @@
"shelljs": "^0.8.5",
"svgo": "2.8.0",
"tailwindcss": "3.3.5",
"vitest": "^0.34.0"
"vitest": "^0.34.0",
"vue": "^3.3.8"
},
"dependencies": {
"@vueuse/core": "10.5.0",
"floating-vue": "^2.0.0-beta.20",
"node-fetch-native": "1.4.0",
"vite": "4.0.5",
"vue": "3.3.4",
"meta-data-utils": "*"
"meta-data-utils": "*",
"vite": "4.0.5"
}
}
6,757 changes: 2,829 additions & 3,928 deletions apps/yarn.lock

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions yarn.lock

This file was deleted.

0 comments on commit 350b3ed

Please sign in to comment.