mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 23:22:02 +00:00
chore: update base major versions to 3.x for simplicity
This commit is contained in:
parent
71dd944922
commit
2b1bf4824e
@ -2974,7 +2974,7 @@ babel-plugin-transform-regenerator@^6.22.0:
|
|||||||
resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz#e0703696fbde27f0a3efcacf8b4dca2f7b3a8f2f"
|
resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz#e0703696fbde27f0a3efcacf8b4dca2f7b3a8f2f"
|
||||||
integrity sha1-4HA2lvveJ/Cj78rPi03KL3s6jy8=
|
integrity sha1-4HA2lvveJ/Cj78rPi03KL3s6jy8=
|
||||||
dependencies:
|
dependencies:
|
||||||
regenerator-transform "^0.10.0"
|
regenerator-transform "3.0.0"
|
||||||
|
|
||||||
babel-plugin-transform-strict-mode@^6.24.1:
|
babel-plugin-transform-strict-mode@^6.24.1:
|
||||||
version "6.24.1"
|
version "6.24.1"
|
||||||
@ -8633,7 +8633,7 @@ postcss-preset-env@^6.7.0:
|
|||||||
browserslist "^4.6.4"
|
browserslist "^4.6.4"
|
||||||
caniuse-lite "^1.0.30000981"
|
caniuse-lite "^1.0.30000981"
|
||||||
css-blank-pseudo "^0.1.4"
|
css-blank-pseudo "^0.1.4"
|
||||||
css-has-pseudo "^0.10.0"
|
css-has-pseudo "3.0.0"
|
||||||
css-prefers-color-scheme "^3.1.1"
|
css-prefers-color-scheme "^3.1.1"
|
||||||
cssdb "^4.4.0"
|
cssdb "^4.4.0"
|
||||||
postcss "^7.0.17"
|
postcss "^7.0.17"
|
||||||
@ -9764,7 +9764,7 @@ selfsigned@^1.10.8:
|
|||||||
resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-1.10.11.tgz#24929cd906fe0f44b6d01fb23999a739537acbe9"
|
resolved "https://registry.yarnpkg.com/selfsigned/-/selfsigned-1.10.11.tgz#24929cd906fe0f44b6d01fb23999a739537acbe9"
|
||||||
integrity sha512-aVmbPOfViZqOZPgRBT0+3u4yZFHpmnIghLMlAcb5/xhp5ZtB/RVnKhz5vl2M32CLXAqR4kha9zfhNg0Lf/sxKA==
|
integrity sha512-aVmbPOfViZqOZPgRBT0+3u4yZFHpmnIghLMlAcb5/xhp5ZtB/RVnKhz5vl2M32CLXAqR4kha9zfhNg0Lf/sxKA==
|
||||||
dependencies:
|
dependencies:
|
||||||
node-forge "^0.10.0"
|
node-forge "3.0.0"
|
||||||
|
|
||||||
semver@7.0.0:
|
semver@7.0.0:
|
||||||
version "7.0.0"
|
version "7.0.0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nuxt/bridge",
|
"name": "@nuxt/bridge",
|
||||||
"version": "0.0.0",
|
"version": "3.0.0",
|
||||||
"repository": "nuxt/framework",
|
"repository": "nuxt/framework",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
@ -13,8 +13,8 @@
|
|||||||
"prepack": "unbuild"
|
"prepack": "unbuild"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxt/kit": "^0.10.0",
|
"@nuxt/kit": "3.0.0",
|
||||||
"@nuxt/nitro": "^0.10.0",
|
"@nuxt/nitro": "3.0.0",
|
||||||
"@nuxt/postcss8": "^1.1.3",
|
"@nuxt/postcss8": "^1.1.3",
|
||||||
"@vue/composition-api": "^1.2.3",
|
"@vue/composition-api": "^1.2.3",
|
||||||
"acorn": "^8.5.0",
|
"acorn": "^8.5.0",
|
||||||
@ -25,7 +25,7 @@
|
|||||||
"magic-string": "^0.25.7",
|
"magic-string": "^0.25.7",
|
||||||
"mlly": "^0.2.4",
|
"mlly": "^0.2.4",
|
||||||
"node-fetch": "^3.0.0",
|
"node-fetch": "^3.0.0",
|
||||||
"nuxi": "^0.10.0",
|
"nuxi": "3.0.0",
|
||||||
"nuxt-swc": "^0.1.0",
|
"nuxt-swc": "^0.1.0",
|
||||||
"nuxt-vite": "^0.3.4",
|
"nuxt-vite": "^0.3.4",
|
||||||
"pathe": "^0.2.0",
|
"pathe": "^0.2.0",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nuxt/kit",
|
"name": "@nuxt/kit",
|
||||||
"version": "0.10.0",
|
"version": "3.0.0",
|
||||||
"repository": "nuxt/framework",
|
"repository": "nuxt/framework",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nuxt/nitro",
|
"name": "@nuxt/nitro",
|
||||||
"version": "0.10.0",
|
"version": "3.0.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.mjs",
|
"main": "./dist/index.mjs",
|
||||||
@ -17,7 +17,7 @@
|
|||||||
"@netlify/functions": "^0.7.2",
|
"@netlify/functions": "^0.7.2",
|
||||||
"@nuxt/design": "0.0.6",
|
"@nuxt/design": "0.0.6",
|
||||||
"@nuxt/devalue": "^2.0.0",
|
"@nuxt/devalue": "^2.0.0",
|
||||||
"@nuxt/kit": "^0.10.0",
|
"@nuxt/kit": "3.0.0",
|
||||||
"@rollup/plugin-alias": "^3.1.5",
|
"@rollup/plugin-alias": "^3.1.5",
|
||||||
"@rollup/plugin-commonjs": "^21.0.0",
|
"@rollup/plugin-commonjs": "^21.0.0",
|
||||||
"@rollup/plugin-inject": "^4.0.2",
|
"@rollup/plugin-inject": "^4.0.2",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nuxi",
|
"name": "nuxi",
|
||||||
"version": "0.10.0",
|
"version": "3.0.0",
|
||||||
"repository": "nuxt/framework",
|
"repository": "nuxt/framework",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
@ -24,7 +24,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@nuxt/design": "0.0.6",
|
"@nuxt/design": "0.0.6",
|
||||||
"@nuxt/kit": "^0.10.0",
|
"@nuxt/kit": "3.0.0",
|
||||||
"@types/clear": "^0",
|
"@types/clear": "^0",
|
||||||
"@types/debounce-promise": "^3",
|
"@types/debounce-promise": "^3",
|
||||||
"@types/mri": "^1.1.1",
|
"@types/mri": "^1.1.1",
|
||||||
|
@ -18,10 +18,10 @@
|
|||||||
"prepack": "unbuild"
|
"prepack": "unbuild"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxt/kit": "^0.10.0",
|
"@nuxt/kit": "3.0.0",
|
||||||
"@nuxt/nitro": "^0.10.0",
|
"@nuxt/nitro": "3.0.0",
|
||||||
"@nuxt/vite-builder": "^0.10.0",
|
"@nuxt/vite-builder": "3.0.0",
|
||||||
"@nuxt/webpack-builder": "^0.10.0",
|
"@nuxt/webpack-builder": "3.0.0",
|
||||||
"@vue/reactivity": "3.2.19",
|
"@vue/reactivity": "3.2.19",
|
||||||
"@vue/shared": "3.2.19",
|
"@vue/shared": "3.2.19",
|
||||||
"@vueuse/head": "^0.6.0",
|
"@vueuse/head": "^0.6.0",
|
||||||
@ -34,7 +34,7 @@
|
|||||||
"hookable": "^5.0.0",
|
"hookable": "^5.0.0",
|
||||||
"ignore": "^5.1.8",
|
"ignore": "^5.1.8",
|
||||||
"mlly": "^0.2.4",
|
"mlly": "^0.2.4",
|
||||||
"nuxi": "^0.10.0",
|
"nuxi": "3.0.0",
|
||||||
"ohmyfetch": "^0.3.1",
|
"ohmyfetch": "^0.3.1",
|
||||||
"pathe": "^0.2.0",
|
"pathe": "^0.2.0",
|
||||||
"scule": "^0.2.1",
|
"scule": "^0.2.1",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nuxt/vite-builder",
|
"name": "@nuxt/vite-builder",
|
||||||
"version": "0.10.0",
|
"version": "3.0.0",
|
||||||
"repository": "nuxt/framework",
|
"repository": "nuxt/framework",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
@ -17,7 +17,7 @@
|
|||||||
"unbuild": "latest"
|
"unbuild": "latest"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxt/kit": "^0.10.0",
|
"@nuxt/kit": "3.0.0",
|
||||||
"@vitejs/plugin-vue": "^1.9.3",
|
"@vitejs/plugin-vue": "^1.9.3",
|
||||||
"chokidar": "^3.5.2",
|
"chokidar": "^3.5.2",
|
||||||
"consola": "^2.15.3",
|
"consola": "^2.15.3",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nuxt/webpack-builder",
|
"name": "@nuxt/webpack-builder",
|
||||||
"version": "0.10.0",
|
"version": "3.0.0",
|
||||||
"repository": "nuxt/framework",
|
"repository": "nuxt/framework",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
@ -18,7 +18,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "^7.15.5",
|
"@babel/core": "^7.15.5",
|
||||||
"@nuxt/friendly-errors-webpack-plugin": "^2.5.1",
|
"@nuxt/friendly-errors-webpack-plugin": "^2.5.1",
|
||||||
"@nuxt/kit": "^0.10.0",
|
"@nuxt/kit": "3.0.0",
|
||||||
"@vue/babel-preset-jsx": "^1.2.4",
|
"@vue/babel-preset-jsx": "^1.2.4",
|
||||||
"autoprefixer": "^10.3.7",
|
"autoprefixer": "^10.3.7",
|
||||||
"babel-loader": "^8.2.2",
|
"babel-loader": "^8.2.2",
|
||||||
|
34
yarn.lock
34
yarn.lock
@ -1436,8 +1436,8 @@ __metadata:
|
|||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@nuxt/bridge@workspace:packages/bridge"
|
resolution: "@nuxt/bridge@workspace:packages/bridge"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@nuxt/kit": ^0.10.0
|
"@nuxt/kit": 3.0.0
|
||||||
"@nuxt/nitro": ^0.10.0
|
"@nuxt/nitro": 3.0.0
|
||||||
"@nuxt/postcss8": ^1.1.3
|
"@nuxt/postcss8": ^1.1.3
|
||||||
"@types/fs-extra": ^9.0.13
|
"@types/fs-extra": ^9.0.13
|
||||||
"@types/node-fetch": ^3.0.2
|
"@types/node-fetch": ^3.0.2
|
||||||
@ -1450,7 +1450,7 @@ __metadata:
|
|||||||
magic-string: ^0.25.7
|
magic-string: ^0.25.7
|
||||||
mlly: ^0.2.4
|
mlly: ^0.2.4
|
||||||
node-fetch: ^3.0.0
|
node-fetch: ^3.0.0
|
||||||
nuxi: ^0.10.0
|
nuxi: 3.0.0
|
||||||
nuxt-swc: ^0.1.0
|
nuxt-swc: ^0.1.0
|
||||||
nuxt-vite: ^0.3.4
|
nuxt-vite: ^0.3.4
|
||||||
pathe: ^0.2.0
|
pathe: ^0.2.0
|
||||||
@ -1489,7 +1489,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@nuxt/kit@^0.10.0, @nuxt/kit@workspace:packages/kit":
|
"@nuxt/kit@3.0.0, @nuxt/kit@workspace:packages/kit":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@nuxt/kit@workspace:packages/kit"
|
resolution: "@nuxt/kit@workspace:packages/kit"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -1516,7 +1516,7 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@nuxt/nitro@^0.10.0, @nuxt/nitro@workspace:packages/nitro":
|
"@nuxt/nitro@3.0.0, @nuxt/nitro@workspace:packages/nitro":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@nuxt/nitro@workspace:packages/nitro"
|
resolution: "@nuxt/nitro@workspace:packages/nitro"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -1524,7 +1524,7 @@ __metadata:
|
|||||||
"@netlify/functions": ^0.7.2
|
"@netlify/functions": ^0.7.2
|
||||||
"@nuxt/design": 0.0.6
|
"@nuxt/design": 0.0.6
|
||||||
"@nuxt/devalue": ^2.0.0
|
"@nuxt/devalue": ^2.0.0
|
||||||
"@nuxt/kit": ^0.10.0
|
"@nuxt/kit": 3.0.0
|
||||||
"@rollup/plugin-alias": ^3.1.5
|
"@rollup/plugin-alias": ^3.1.5
|
||||||
"@rollup/plugin-commonjs": ^21.0.0
|
"@rollup/plugin-commonjs": ^21.0.0
|
||||||
"@rollup/plugin-inject": ^4.0.2
|
"@rollup/plugin-inject": ^4.0.2
|
||||||
@ -1602,11 +1602,11 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@nuxt/vite-builder@^0.10.0, @nuxt/vite-builder@workspace:packages/vite":
|
"@nuxt/vite-builder@3.0.0, @nuxt/vite-builder@workspace:packages/vite":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@nuxt/vite-builder@workspace:packages/vite"
|
resolution: "@nuxt/vite-builder@workspace:packages/vite"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@nuxt/kit": ^0.10.0
|
"@nuxt/kit": 3.0.0
|
||||||
"@types/debounce": ^1.2.1
|
"@types/debounce": ^1.2.1
|
||||||
"@vitejs/plugin-vue": ^1.9.3
|
"@vitejs/plugin-vue": ^1.9.3
|
||||||
chokidar: ^3.5.2
|
chokidar: ^3.5.2
|
||||||
@ -1622,13 +1622,13 @@ __metadata:
|
|||||||
languageName: unknown
|
languageName: unknown
|
||||||
linkType: soft
|
linkType: soft
|
||||||
|
|
||||||
"@nuxt/webpack-builder@^0.10.0, @nuxt/webpack-builder@workspace:packages/webpack":
|
"@nuxt/webpack-builder@3.0.0, @nuxt/webpack-builder@workspace:packages/webpack":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "@nuxt/webpack-builder@workspace:packages/webpack"
|
resolution: "@nuxt/webpack-builder@workspace:packages/webpack"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core": ^7.15.5
|
"@babel/core": ^7.15.5
|
||||||
"@nuxt/friendly-errors-webpack-plugin": ^2.5.1
|
"@nuxt/friendly-errors-webpack-plugin": ^2.5.1
|
||||||
"@nuxt/kit": ^0.10.0
|
"@nuxt/kit": 3.0.0
|
||||||
"@types/pify": ^5.0.1
|
"@types/pify": ^5.0.1
|
||||||
"@types/terser-webpack-plugin": ^5.0.4
|
"@types/terser-webpack-plugin": ^5.0.4
|
||||||
"@types/webpack-bundle-analyzer": ^4.4.1
|
"@types/webpack-bundle-analyzer": ^4.4.1
|
||||||
@ -10060,12 +10060,12 @@ fsevents@~2.3.2:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"nuxi@^0.10.0, nuxi@workspace:packages/nuxi":
|
"nuxi@3.0.0, nuxi@workspace:packages/nuxi":
|
||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "nuxi@workspace:packages/nuxi"
|
resolution: "nuxi@workspace:packages/nuxi"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@nuxt/design": 0.0.6
|
"@nuxt/design": 0.0.6
|
||||||
"@nuxt/kit": ^0.10.0
|
"@nuxt/kit": 3.0.0
|
||||||
"@types/clear": ^0
|
"@types/clear": ^0
|
||||||
"@types/debounce-promise": ^3
|
"@types/debounce-promise": ^3
|
||||||
"@types/mri": ^1.1.1
|
"@types/mri": ^1.1.1
|
||||||
@ -10167,10 +10167,10 @@ fsevents@~2.3.2:
|
|||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "nuxt3@workspace:packages/nuxt3"
|
resolution: "nuxt3@workspace:packages/nuxt3"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@nuxt/kit": ^0.10.0
|
"@nuxt/kit": 3.0.0
|
||||||
"@nuxt/nitro": ^0.10.0
|
"@nuxt/nitro": 3.0.0
|
||||||
"@nuxt/vite-builder": ^0.10.0
|
"@nuxt/vite-builder": 3.0.0
|
||||||
"@nuxt/webpack-builder": ^0.10.0
|
"@nuxt/webpack-builder": 3.0.0
|
||||||
"@types/fs-extra": ^9.0.13
|
"@types/fs-extra": ^9.0.13
|
||||||
"@types/hash-sum": ^1.0.0
|
"@types/hash-sum": ^1.0.0
|
||||||
"@vue/reactivity": 3.2.19
|
"@vue/reactivity": 3.2.19
|
||||||
@ -10185,7 +10185,7 @@ fsevents@~2.3.2:
|
|||||||
hookable: ^5.0.0
|
hookable: ^5.0.0
|
||||||
ignore: ^5.1.8
|
ignore: ^5.1.8
|
||||||
mlly: ^0.2.4
|
mlly: ^0.2.4
|
||||||
nuxi: ^0.10.0
|
nuxi: 3.0.0
|
||||||
ohmyfetch: ^0.3.1
|
ohmyfetch: ^0.3.1
|
||||||
pathe: ^0.2.0
|
pathe: ^0.2.0
|
||||||
scule: ^0.2.1
|
scule: ^0.2.1
|
||||||
|
Loading…
Reference in New Issue
Block a user