This commit is contained in:
Daniel Roe 2024-06-28 13:32:44 +02:00
parent f67056b9e2
commit 81f5335f26
No known key found for this signature in database
GPG Key ID: CBC814C393D93268
15 changed files with 47 additions and 47 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "nuxt-start", "name": "nuxt-start",
"version": "2.18.0", "version": "2.18.1",
"description": "Starts Nuxt Application in production mode", "description": "Starts Nuxt Application in production mode",
"keywords": [ "keywords": [
"nuxt", "nuxt",
@ -32,13 +32,13 @@
"dist" "dist"
], ],
"dependencies": { "dependencies": {
"@nuxt/cli": "2.18.0", "@nuxt/cli": "2.18.1",
"@nuxt/config": "2.18.0", "@nuxt/config": "2.18.1",
"@nuxt/core": "2.18.0", "@nuxt/core": "2.18.1",
"@nuxt/server": "2.18.0", "@nuxt/server": "2.18.1",
"@nuxt/telemetry": "^1.5.0", "@nuxt/telemetry": "^1.5.0",
"@nuxt/utils": "2.18.0", "@nuxt/utils": "2.18.1",
"@nuxt/vue-renderer": "2.18.0", "@nuxt/vue-renderer": "2.18.1",
"node-fetch-native": "^1.6.4", "node-fetch-native": "^1.6.4",
"vue": "^2.7.16", "vue": "^2.7.16",
"vue-client-only": "^2.1.0", "vue-client-only": "^2.1.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "nuxt", "name": "nuxt",
"version": "2.18.0", "version": "2.18.1",
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)", "description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
"keywords": [ "keywords": [
"nuxt", "nuxt",
@ -35,21 +35,21 @@
"postinstall": "opencollective || exit 0" "postinstall": "opencollective || exit 0"
}, },
"dependencies": { "dependencies": {
"@nuxt/babel-preset-app": "2.18.0", "@nuxt/babel-preset-app": "2.18.1",
"@nuxt/builder": "2.18.0", "@nuxt/builder": "2.18.1",
"@nuxt/cli": "2.18.0", "@nuxt/cli": "2.18.1",
"@nuxt/components": "^2.2.1", "@nuxt/components": "^2.2.1",
"@nuxt/config": "2.18.0", "@nuxt/config": "2.18.1",
"@nuxt/core": "2.18.0", "@nuxt/core": "2.18.1",
"@nuxt/generator": "2.18.0", "@nuxt/generator": "2.18.1",
"@nuxt/loading-screen": "^2.0.4", "@nuxt/loading-screen": "^2.0.4",
"@nuxt/opencollective": "^0.4.0", "@nuxt/opencollective": "^0.4.0",
"@nuxt/server": "2.18.0", "@nuxt/server": "2.18.1",
"@nuxt/telemetry": "^1.5.0", "@nuxt/telemetry": "^1.5.0",
"@nuxt/utils": "2.18.0", "@nuxt/utils": "2.18.1",
"@nuxt/vue-app": "2.18.0", "@nuxt/vue-app": "2.18.1",
"@nuxt/vue-renderer": "2.18.0", "@nuxt/vue-renderer": "2.18.1",
"@nuxt/webpack": "2.18.0" "@nuxt/webpack": "2.18.1"
}, },
"collective": { "collective": {
"url": "https://opencollective.com/nuxtjs", "url": "https://opencollective.com/nuxtjs",

View File

@ -1,5 +1,5 @@
{ {
"version": "2.18.0", "version": "2.18.1",
"npmClient": "yarn", "npmClient": "yarn",
"conventionalCommits": true, "conventionalCommits": true,
"exact": true, "exact": true,

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/babel-preset-app", "name": "@nuxt/babel-preset-app",
"version": "2.18.0", "version": "2.18.1",
"description": "babel-preset-app for nuxt", "description": "babel-preset-app for nuxt",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/builder", "name": "@nuxt/builder",
"version": "2.18.0", "version": "2.18.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nuxt/nuxt.git", "url": "git+https://github.com/nuxt/nuxt.git",
@ -13,9 +13,9 @@
], ],
"dependencies": { "dependencies": {
"@nuxt/devalue": "^2.0.2", "@nuxt/devalue": "^2.0.2",
"@nuxt/utils": "2.18.0", "@nuxt/utils": "2.18.1",
"@nuxt/vue-app": "2.18.0", "@nuxt/vue-app": "2.18.1",
"@nuxt/webpack": "2.18.0", "@nuxt/webpack": "2.18.1",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"chokidar": "^3.6.0", "chokidar": "^3.6.0",
"consola": "^3.2.3", "consola": "^3.2.3",

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/cli", "name": "@nuxt/cli",
"version": "2.18.0", "version": "2.18.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nuxt/nuxt.git", "url": "git+https://github.com/nuxt/nuxt.git",
@ -16,8 +16,8 @@
"dist" "dist"
], ],
"dependencies": { "dependencies": {
"@nuxt/config": "2.18.0", "@nuxt/config": "2.18.1",
"@nuxt/utils": "2.18.0", "@nuxt/utils": "2.18.1",
"boxen": "^5.1.2", "boxen": "^5.1.2",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"compression": "^1.7.4", "compression": "^1.7.4",

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/config", "name": "@nuxt/config",
"version": "2.18.0", "version": "2.18.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nuxt/nuxt.git", "url": "git+https://github.com/nuxt/nuxt.git",
@ -14,7 +14,7 @@
"index.d.ts" "index.d.ts"
], ],
"dependencies": { "dependencies": {
"@nuxt/utils": "2.18.0", "@nuxt/utils": "2.18.1",
"consola": "^3.2.3", "consola": "^3.2.3",
"defu": "^6.1.4", "defu": "^6.1.4",
"destr": "^2.0.3", "destr": "^2.0.3",

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/core", "name": "@nuxt/core",
"version": "2.18.0", "version": "2.18.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nuxt/nuxt.git", "url": "git+https://github.com/nuxt/nuxt.git",
@ -12,9 +12,9 @@
"dist" "dist"
], ],
"dependencies": { "dependencies": {
"@nuxt/config": "2.18.0", "@nuxt/config": "2.18.1",
"@nuxt/server": "2.18.0", "@nuxt/server": "2.18.1",
"@nuxt/utils": "2.18.0", "@nuxt/utils": "2.18.1",
"consola": "^3.2.3", "consola": "^3.2.3",
"fs-extra": "^11.2.0", "fs-extra": "^11.2.0",
"hash-sum": "^2.0.0", "hash-sum": "^2.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/generator", "name": "@nuxt/generator",
"version": "2.18.0", "version": "2.18.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nuxt/nuxt.git", "url": "git+https://github.com/nuxt/nuxt.git",
@ -12,7 +12,7 @@
"dist" "dist"
], ],
"dependencies": { "dependencies": {
"@nuxt/utils": "2.18.0", "@nuxt/utils": "2.18.1",
"chalk": "^4.1.2", "chalk": "^4.1.2",
"consola": "^3.2.3", "consola": "^3.2.3",
"defu": "^6.1.4", "defu": "^6.1.4",

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/server", "name": "@nuxt/server",
"version": "2.18.0", "version": "2.18.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nuxt/nuxt.git", "url": "git+https://github.com/nuxt/nuxt.git",
@ -12,8 +12,8 @@
"dist" "dist"
], ],
"dependencies": { "dependencies": {
"@nuxt/utils": "2.18.0", "@nuxt/utils": "2.18.1",
"@nuxt/vue-renderer": "2.18.0", "@nuxt/vue-renderer": "2.18.1",
"@nuxtjs/youch": "^4.2.3", "@nuxtjs/youch": "^4.2.3",
"compression": "^1.7.4", "compression": "^1.7.4",
"connect": "^3.7.0", "connect": "^3.7.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/types", "name": "@nuxt/types",
"version": "2.18.0", "version": "2.18.1",
"description": "Nuxt types", "description": "Nuxt types",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/utils", "name": "@nuxt/utils",
"version": "2.18.0", "version": "2.18.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nuxt/nuxt.git", "url": "git+https://github.com/nuxt/nuxt.git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/vue-app", "name": "@nuxt/vue-app",
"version": "2.18.0", "version": "2.18.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nuxt/nuxt.git", "url": "git+https://github.com/nuxt/nuxt.git",

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/vue-renderer", "name": "@nuxt/vue-renderer",
"version": "2.18.0", "version": "2.18.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nuxt/nuxt.git", "url": "git+https://github.com/nuxt/nuxt.git",
@ -13,7 +13,7 @@
], ],
"dependencies": { "dependencies": {
"@nuxt/devalue": "^2.0.2", "@nuxt/devalue": "^2.0.2",
"@nuxt/utils": "2.18.0", "@nuxt/utils": "2.18.1",
"consola": "^3.2.3", "consola": "^3.2.3",
"defu": "^6.1.4", "defu": "^6.1.4",
"fs-extra": "^11.2.0", "fs-extra": "^11.2.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@nuxt/webpack", "name": "@nuxt/webpack",
"version": "2.18.0", "version": "2.18.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/nuxt/nuxt.git", "url": "git+https://github.com/nuxt/nuxt.git",
@ -13,9 +13,9 @@
], ],
"dependencies": { "dependencies": {
"@babel/core": "^7.24.7", "@babel/core": "^7.24.7",
"@nuxt/babel-preset-app": "2.18.0", "@nuxt/babel-preset-app": "2.18.1",
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0", "@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
"@nuxt/utils": "2.18.0", "@nuxt/utils": "2.18.1",
"babel-loader": "^8.3.0", "babel-loader": "^8.3.0",
"cache-loader": "^4.1.0", "cache-loader": "^4.1.0",
"caniuse-lite": "^1.0.30001638", "caniuse-lite": "^1.0.30001638",