Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
v3.0.0-rc.12 (#8067)
Browse files Browse the repository at this point in the history
Co-authored-by: Pooya Parsa <pooya@pi0.io>
  • Loading branch information
danielroe and pi0 committed Oct 18, 2022
1 parent 05fd222 commit 09e5534
Show file tree
Hide file tree
Showing 33 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion examples/advanced/config-extends/package.json
Expand Up @@ -3,7 +3,7 @@
"private": true,
"devDependencies": {
"@nuxt/ui": "^0.3.3",
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
},
"scripts": {
"dev": "nuxi dev",
Expand Down
2 changes: 1 addition & 1 deletion examples/advanced/jsx/package.json
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@nuxt/ui": "^0.3.3",
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
}
}
2 changes: 1 addition & 1 deletion examples/advanced/module-extend-pages/package.json
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@nuxt/ui": "^0.3.3",
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
}
}
2 changes: 1 addition & 1 deletion examples/advanced/testing/package.json
Expand Up @@ -7,6 +7,6 @@
"start": "nuxi preview"
},
"devDependencies": {
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
}
}
2 changes: 1 addition & 1 deletion examples/app-config/package.json
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@nuxt/ui": "^0.3.3",
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
}
}
2 changes: 1 addition & 1 deletion examples/app/error-handling/package.json
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@nuxt/ui": "^0.3.3",
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
}
}
2 changes: 1 addition & 1 deletion examples/app/plugins/package.json
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@nuxt/ui": "^0.3.3",
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
}
}
2 changes: 1 addition & 1 deletion examples/app/teleport/package.json
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@nuxt/ui": "^0.3.3",
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
}
}
2 changes: 1 addition & 1 deletion examples/auto-imports/components/package.json
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@nuxt/ui": "^0.3.3",
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
}
}
2 changes: 1 addition & 1 deletion examples/auto-imports/composables/package.json
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@nuxt/ui": "^0.3.3",
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
}
}
2 changes: 1 addition & 1 deletion examples/composables/use-async-data/package.json
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@nuxt/ui": "^0.3.3",
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
}
}
2 changes: 1 addition & 1 deletion examples/composables/use-cookie/package.json
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@nuxt/ui": "^0.3.3",
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
}
}
2 changes: 1 addition & 1 deletion examples/composables/use-fetch/package.json
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@nuxt/ui": "^0.3.3",
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
}
}
2 changes: 1 addition & 1 deletion examples/composables/use-head/package.json
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@nuxt/ui": "^0.3.3",
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
}
}
2 changes: 1 addition & 1 deletion examples/composables/use-state/package.json
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@nuxt/ui": "^0.3.3",
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
}
}
2 changes: 1 addition & 1 deletion examples/essentials/hello-world/package.json
Expand Up @@ -7,6 +7,6 @@
"start": "nuxi preview"
},
"devDependencies": {
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
}
}
2 changes: 1 addition & 1 deletion examples/experimental/reactivity-transform/package.json
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@nuxt/ui": "^0.3.3",
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
}
}
2 changes: 1 addition & 1 deletion examples/experimental/vite-node/package.json
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@nuxt/ui": "^0.3.3",
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
}
}
2 changes: 1 addition & 1 deletion examples/experimental/wasm/package.json
Expand Up @@ -3,7 +3,7 @@
"private": true,
"devDependencies": {
"@nuxt/ui": "^0.3.3",
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
},
"scripts": {
"dev": "nuxi dev",
Expand Down
2 changes: 1 addition & 1 deletion examples/other/locale/package.json
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@nuxt/ui": "^0.3.3",
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
}
}
2 changes: 1 addition & 1 deletion examples/routing/layouts/package.json
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@nuxt/ui": "^0.3.3",
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
}
}
2 changes: 1 addition & 1 deletion examples/routing/middleware/package.json
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@nuxt/ui": "^0.3.3",
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
}
}
2 changes: 1 addition & 1 deletion examples/routing/nuxt-link/package.json
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@nuxt/ui": "^0.3.3",
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
}
}
2 changes: 1 addition & 1 deletion examples/routing/pages/package.json
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@nuxt/ui": "^0.3.3",
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
}
}
2 changes: 1 addition & 1 deletion examples/routing/universal-router/package.json
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@nuxt/ui": "^0.3.3",
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
}
}
2 changes: 1 addition & 1 deletion examples/server/routes/package.json
Expand Up @@ -8,6 +8,6 @@
},
"devDependencies": {
"@nuxt/ui": "^0.3.3",
"nuxt": "^3.0.0-rc.11"
"nuxt": "^3.0.0-rc.12"
}
}
4 changes: 2 additions & 2 deletions packages/kit/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/kit",
"version": "3.0.0-rc.11",
"version": "3.0.0-rc.12",
"repository": "nuxt/framework",
"license": "MIT",
"type": "module",
Expand All @@ -13,7 +13,7 @@
"prepack": "unbuild"
},
"dependencies": {
"@nuxt/schema": "3.0.0-rc.11",
"@nuxt/schema": "3.0.0-rc.12",
"c12": "^0.2.13",
"consola": "^2.15.3",
"defu": "^6.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/nuxi/package.json
@@ -1,6 +1,6 @@
{
"name": "nuxi",
"version": "3.0.0-rc.11",
"version": "3.0.0-rc.12",
"repository": "nuxt/framework",
"license": "MIT",
"type": "module",
Expand All @@ -18,8 +18,8 @@
"prepack": "unbuild"
},
"devDependencies": {
"@nuxt/kit": "3.0.0-rc.11",
"@nuxt/schema": "3.0.0-rc.11",
"@nuxt/kit": "3.0.0-rc.12",
"@nuxt/schema": "3.0.0-rc.12",
"@types/clear": "^0",
"@types/flat": "^5.0.2",
"@types/mri": "^1.1.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/nuxt/package.json
@@ -1,6 +1,6 @@
{
"name": "nuxt",
"version": "3.0.0-rc.11",
"version": "3.0.0-rc.12",
"repository": "nuxt/framework",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -37,11 +37,11 @@
},
"dependencies": {
"@nuxt/devalue": "^2.0.0",
"@nuxt/kit": "3.0.0-rc.11",
"@nuxt/schema": "3.0.0-rc.11",
"@nuxt/kit": "3.0.0-rc.12",
"@nuxt/schema": "3.0.0-rc.12",
"@nuxt/telemetry": "^2.1.6",
"@nuxt/ui-templates": "^0.4.0",
"@nuxt/vite-builder": "3.0.0-rc.11",
"@nuxt/vite-builder": "3.0.0-rc.12",
"@vue/reactivity": "^3.2.41",
"@vue/shared": "^3.2.41",
"@vueuse/head": "~1.0.0-rc.9",
Expand All @@ -59,7 +59,7 @@
"magic-string": "^0.26.7",
"mlly": "^0.5.16",
"nitropack": "^0.6.0",
"nuxi": "3.0.0-rc.11",
"nuxi": "3.0.0-rc.12",
"ohash": "^0.1.5",
"ohmyfetch": "^0.4.20",
"pathe": "^0.3.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/schema",
"version": "3.0.0-rc.11",
"version": "3.0.0-rc.12",
"repository": "nuxt/framework",
"license": "MIT",
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions packages/test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/test-utils",
"version": "3.0.0-rc.11",
"version": "3.0.0-rc.12",
"repository": "nuxt/framework",
"license": "MIT",
"type": "module",
Expand All @@ -13,8 +13,8 @@
"prepack": "unbuild"
},
"dependencies": {
"@nuxt/kit": "3.0.0-rc.11",
"@nuxt/schema": "3.0.0-rc.11",
"@nuxt/kit": "3.0.0-rc.12",
"@nuxt/schema": "3.0.0-rc.12",
"consola": "^2.15.3",
"defu": "^6.1.0",
"execa": "^6.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/vite-builder",
"version": "3.0.0-rc.11",
"version": "3.0.0-rc.12",
"repository": "nuxt/framework",
"license": "MIT",
"type": "module",
Expand All @@ -13,13 +13,13 @@
"prepack": "unbuild"
},
"devDependencies": {
"@nuxt/schema": "3.0.0-rc.11",
"@nuxt/schema": "3.0.0-rc.12",
"@types/cssnano": "^5",
"unbuild": "latest",
"vue": "3.2.41"
},
"dependencies": {
"@nuxt/kit": "3.0.0-rc.11",
"@nuxt/kit": "3.0.0-rc.12",
"@rollup/plugin-replace": "^5.0.0",
"@vitejs/plugin-vue": "^3.1.2",
"@vitejs/plugin-vue-jsx": "^2.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/webpack-builder",
"version": "3.0.0-rc.11",
"version": "3.0.0-rc.12",
"repository": "nuxt/framework",
"license": "MIT",
"type": "module",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@babel/core": "^7.19.3",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
"@nuxt/kit": "3.0.0-rc.11",
"@nuxt/kit": "3.0.0-rc.12",
"autoprefixer": "^10.4.12",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.2.2",
Expand Down Expand Up @@ -57,7 +57,7 @@
"webpackbar": "^5.0.2"
},
"devDependencies": {
"@nuxt/schema": "3.0.0-rc.11",
"@nuxt/schema": "3.0.0-rc.12",
"@types/lodash-es": "^4.17.6",
"@types/pify": "^5.0.1",
"@types/webpack-bundle-analyzer": "^4.6.0",
Expand Down

0 comments on commit 09e5534

Please sign in to comment.