Skip to content

Commit

Permalink
v2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 27, 2024
1 parent ea696e9 commit 9f5fc19
Show file tree
Hide file tree
Showing 15 changed files with 48 additions and 48 deletions.
14 changes: 7 additions & 7 deletions distributions/nuxt-start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "nuxt-start",
"version": "2.17.4",
"version": "2.18.0",
"description": "Starts Nuxt Application in production mode",
"keywords": [
"nuxt",
Expand Down Expand Up @@ -32,13 32,13 @@
"dist"
],
"dependencies": {
"@nuxt/cli": "2.17.4",
"@nuxt/config": "2.17.4",
"@nuxt/core": "2.17.4",
"@nuxt/server": "2.17.4",
"@nuxt/cli": "2.18.0",
"@nuxt/config": "2.18.0",
"@nuxt/core": "2.18.0",
"@nuxt/server": "2.18.0",
"@nuxt/telemetry": "^1.5.0",
"@nuxt/utils": "2.17.4",
"@nuxt/vue-renderer": "2.17.4",
"@nuxt/utils": "2.18.0",
"@nuxt/vue-renderer": "2.18.0",
"node-fetch-native": "^1.6.4",
"vue": "^2.7.16",
"vue-client-only": "^2.1.0",
Expand Down
24 changes: 12 additions & 12 deletions distributions/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "nuxt",
"version": "2.17.4",
"version": "2.18.0",
"description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
"keywords": [
"nuxt",
Expand Down Expand Up @@ -35,21 35,21 @@
"postinstall": "opencollective || exit 0"
},
"dependencies": {
"@nuxt/babel-preset-app": "2.17.4",
"@nuxt/builder": "2.17.4",
"@nuxt/cli": "2.17.4",
"@nuxt/babel-preset-app": "2.18.0",
"@nuxt/builder": "2.18.0",
"@nuxt/cli": "2.18.0",
"@nuxt/components": "^2.2.1",
"@nuxt/config": "2.17.4",
"@nuxt/core": "2.17.4",
"@nuxt/generator": "2.17.4",
"@nuxt/config": "2.18.0",
"@nuxt/core": "2.18.0",
"@nuxt/generator": "2.18.0",
"@nuxt/loading-screen": "^2.0.4",
"@nuxt/opencollective": "^0.4.0",
"@nuxt/server": "2.17.4",
"@nuxt/server": "2.18.0",
"@nuxt/telemetry": "^1.5.0",
"@nuxt/utils": "2.17.4",
"@nuxt/vue-app": "2.17.4",
"@nuxt/vue-renderer": "2.17.4",
"@nuxt/webpack": "2.17.4"
"@nuxt/utils": "2.18.0",
"@nuxt/vue-app": "2.18.0",
"@nuxt/vue-renderer": "2.18.0",
"@nuxt/webpack": "2.18.0"
},
"collective": {
"url": "https://opencollective.com/nuxtjs",
Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
{
"version": "2.17.2",
"version": "2.18.0",
"npmClient": "yarn",
"conventionalCommits": true,
"exact": true,
Expand All @@ -24,4 24,4 @@
"refactor": "Code Refactoring"
}
}
}
}
2 changes: 1 addition & 1 deletion packages/babel-preset-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@nuxt/babel-preset-app",
"version": "2.17.4",
"version": "2.18.0",
"description": "babel-preset-app for nuxt",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@nuxt/builder",
"version": "2.17.4",
"version": "2.18.0",
"repository": {
"type": "git",
"url": "git https://github.com/nuxt/nuxt.git",
Expand All @@ -13,9 13,9 @@
],
"dependencies": {
"@nuxt/devalue": "^2.0.2",
"@nuxt/utils": "2.17.4",
"@nuxt/vue-app": "2.17.4",
"@nuxt/webpack": "2.17.4",
"@nuxt/utils": "2.18.0",
"@nuxt/vue-app": "2.18.0",
"@nuxt/webpack": "2.18.0",
"chalk": "^4.1.2",
"chokidar": "^3.6.0",
"consola": "^3.2.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@nuxt/cli",
"version": "2.17.4",
"version": "2.18.0",
"repository": {
"type": "git",
"url": "git https://github.com/nuxt/nuxt.git",
Expand All @@ -16,8 16,8 @@
"dist"
],
"dependencies": {
"@nuxt/config": "2.17.4",
"@nuxt/utils": "2.17.4",
"@nuxt/config": "2.18.0",
"@nuxt/utils": "2.18.0",
"boxen": "^5.1.2",
"chalk": "^4.1.2",
"compression": "^1.7.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@nuxt/config",
"version": "2.17.4",
"version": "2.18.0",
"repository": {
"type": "git",
"url": "git https://github.com/nuxt/nuxt.git",
Expand All @@ -14,7 14,7 @@
"index.d.ts"
],
"dependencies": {
"@nuxt/utils": "2.17.4",
"@nuxt/utils": "2.18.0",
"consola": "^3.2.3",
"defu": "^6.1.4",
"destr": "^2.0.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@nuxt/core",
"version": "2.17.4",
"version": "2.18.0",
"repository": {
"type": "git",
"url": "git https://github.com/nuxt/nuxt.git",
Expand All @@ -12,9 12,9 @@
"dist"
],
"dependencies": {
"@nuxt/config": "2.17.4",
"@nuxt/server": "2.17.4",
"@nuxt/utils": "2.17.4",
"@nuxt/config": "2.18.0",
"@nuxt/server": "2.18.0",
"@nuxt/utils": "2.18.0",
"consola": "^3.2.3",
"fs-extra": "^11.2.0",
"hash-sum": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@nuxt/generator",
"version": "2.17.4",
"version": "2.18.0",
"repository": {
"type": "git",
"url": "git https://github.com/nuxt/nuxt.git",
Expand All @@ -12,7 12,7 @@
"dist"
],
"dependencies": {
"@nuxt/utils": "2.17.4",
"@nuxt/utils": "2.18.0",
"chalk": "^4.1.2",
"consola": "^3.2.3",
"defu": "^6.1.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@nuxt/server",
"version": "2.17.4",
"version": "2.18.0",
"repository": {
"type": "git",
"url": "git https://github.com/nuxt/nuxt.git",
Expand All @@ -12,8 12,8 @@
"dist"
],
"dependencies": {
"@nuxt/utils": "2.17.4",
"@nuxt/vue-renderer": "2.17.4",
"@nuxt/utils": "2.18.0",
"@nuxt/vue-renderer": "2.18.0",
"@nuxtjs/youch": "^4.2.3",
"compression": "^1.7.4",
"connect": "^3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@nuxt/types",
"version": "2.17.4",
"version": "2.18.0",
"description": "Nuxt types",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@nuxt/utils",
"version": "2.17.4",
"version": "2.18.0",
"repository": {
"type": "git",
"url": "git https://github.com/nuxt/nuxt.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@nuxt/vue-app",
"version": "2.17.4",
"version": "2.18.0",
"repository": {
"type": "git",
"url": "git https://github.com/nuxt/nuxt.git",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@nuxt/vue-renderer",
"version": "2.17.4",
"version": "2.18.0",
"repository": {
"type": "git",
"url": "git https://github.com/nuxt/nuxt.git",
Expand All @@ -13,7 13,7 @@
],
"dependencies": {
"@nuxt/devalue": "^2.0.2",
"@nuxt/utils": "2.17.4",
"@nuxt/utils": "2.18.0",
"consola": "^3.2.3",
"defu": "^6.1.4",
"fs-extra": "^11.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
{
"name": "@nuxt/webpack",
"version": "2.17.4",
"version": "2.18.0",
"repository": {
"type": "git",
"url": "git https://github.com/nuxt/nuxt.git",
Expand All @@ -13,9 13,9 @@
],
"dependencies": {
"@babel/core": "^7.24.7",
"@nuxt/babel-preset-app": "2.17.4",
"@nuxt/babel-preset-app": "2.18.0",
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
"@nuxt/utils": "2.17.4",
"@nuxt/utils": "2.18.0",
"babel-loader": "^8.3.0",
"cache-loader": "^4.1.0",
"caniuse-lite": "^1.0.30001638",
Expand Down

0 comments on commit 9f5fc19

Please sign in to comment.