Skip to content

Commit

Permalink
chore: bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 14, 2023
1 parent 9d850a2 commit 6157506
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions packages/kit/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/kit",
"version": "3.2.3",
"version": "3.3.0",
"repository": "nuxt/nuxt",
"license": "MIT",
"type": "module",
Expand All @@ -19,7 +19,7 @@
"prepack": "unbuild"
},
"dependencies": {
"@nuxt/schema": "3.2.3",
"@nuxt/schema": "3.3.0",
"c12": "^1.2.0",
"consola": "^2.15.3",
"defu": "^6.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/nuxi/package.json
@@ -1,6 +1,6 @@
{
"name": "nuxi",
"version": "3.2.3",
"version": "3.3.0",
"repository": "nuxt/nuxt",
"license": "MIT",
"type": "module",
Expand All @@ -18,8 +18,8 @@
"prepack": "unbuild"
},
"devDependencies": {
"@nuxt/kit": "3.2.3",
"@nuxt/schema": "3.2.3",
"@nuxt/kit": "3.3.0",
"@nuxt/schema": "3.3.0",
"@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.2.3",
"version": "3.3.0",
"repository": "nuxt/nuxt",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -61,11 +61,11 @@
},
"dependencies": {
"@nuxt/devalue": "^2.0.0",
"@nuxt/kit": "3.2.3",
"@nuxt/schema": "3.2.3",
"@nuxt/kit": "3.3.0",
"@nuxt/schema": "3.3.0",
"@nuxt/telemetry": "^2.1.10",
"@nuxt/ui-templates": "^1.1.1",
"@nuxt/vite-builder": "3.2.3",
"@nuxt/vite-builder": "3.3.0",
"@unhead/ssr": "^1.1.23",
"@unhead/vue": "^1.1.23",
"@vue/reactivity": "^3.2.47",
Expand All @@ -86,7 +86,7 @@
"magic-string": "^0.30.0",
"mlly": "^1.2.0",
"nitropack": "~2.3.1",
"nuxi": "3.2.3",
"nuxi": "3.3.0",
"ofetch": "^1.0.1",
"ohash": "^1.0.0",
"pathe": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/schema",
"version": "3.2.3",
"version": "3.3.0",
"repository": "nuxt/nuxt",
"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.2.3",
"version": "3.3.0",
"repository": "nuxt/nuxt",
"license": "MIT",
"type": "module",
Expand All @@ -18,8 +18,8 @@
"prepack": "unbuild"
},
"dependencies": {
"@nuxt/kit": "3.2.3",
"@nuxt/schema": "3.2.3",
"@nuxt/kit": "3.3.0",
"@nuxt/schema": "3.3.0",
"consola": "^2.15.3",
"defu": "^6.1.2",
"execa": "^7.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/vite-builder",
"version": "3.2.3",
"version": "3.3.0",
"repository": "nuxt/nuxt",
"license": "MIT",
"type": "module",
Expand All @@ -18,13 +18,13 @@
"prepack": "unbuild"
},
"devDependencies": {
"@nuxt/schema": "3.2.3",
"@nuxt/schema": "3.3.0",
"@types/cssnano": "^5.1.0",
"unbuild": "latest",
"vue": "3.2.47"
},
"dependencies": {
"@nuxt/kit": "3.2.3",
"@nuxt/kit": "3.3.0",
"@rollup/plugin-replace": "^5.0.2",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/webpack/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxt/webpack-builder",
"version": "3.2.3",
"version": "3.3.0",
"repository": "nuxt/nuxt",
"license": "MIT",
"type": "module",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"@babel/core": "^7.21.0",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
"@nuxt/kit": "3.2.3",
"@nuxt/kit": "3.3.0",
"autoprefixer": "^10.4.14",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^4.2.2",
Expand Down Expand Up @@ -60,7 +60,7 @@
"webpackbar": "^5.0.2"
},
"devDependencies": {
"@nuxt/schema": "3.2.3",
"@nuxt/schema": "3.3.0",
"@types/lodash-es": "^4.17.6",
"@types/pify": "^5.0.1",
"@types/webpack-bundle-analyzer": "^4.6.0",
Expand Down

0 comments on commit 6157506

Please sign in to comment.