@nuxt/webpack-builder 3.7.1 → 3.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -26,7 +26,7 @@ It provides a number of features that make it easy to build fast, SEO-friendly,
26
26
  Use the following command to create a new starter project. This will create a starter project with all the necessary files and dependencies:
27
27
 
28
28
  ```bash
29
- npx nuxi@latest nuxi init <my-project>
29
+ npx nuxi@latest init <my-project>
30
30
  ```
31
31
 
32
32
  Discover also [nuxt.new](https://nuxt.new): Open a Nuxt starter on CodeSandbox, StackBlitz or locally to get up and running in a few seconds.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/webpack-builder",
3
- "version": "3.7.1",
3
+ "version": "3.7.3",
4
4
  "repository": "nuxt/nuxt",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -56,7 +56,7 @@
56
56
  "webpack-hot-middleware": "^2.25.4",
57
57
  "webpack-virtual-modules": "^0.5.0",
58
58
  "webpackbar": "^5.0.2",
59
- "@nuxt/kit": "3.7.1"
59
+ "@nuxt/kit": "3.7.3"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@types/fs-extra": "11.0.1",
@@ -68,7 +68,7 @@
68
68
  "@types/webpack-virtual-modules": "0.1.1",
69
69
  "unbuild": "latest",
70
70
  "vue": "3.3.4",
71
- "@nuxt/schema": "3.7.1"
71
+ "@nuxt/schema": "3.7.3"
72
72
  },
73
73
  "peerDependencies": {
74
74
  "vue": "^3.3.4"