@nuxt/webpack-builder 3.16.0 → 3.16.1
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.
- package/README.md +1 -0
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
<a href="https://github.com/nuxt/nuxt/tree/main/LICENSE"><img src="https://img.shields.io/github/license/nuxt/nuxt.svg?style=flat&colorA=18181B&colorB=28CF8D" alt="License"></a>
|
|
9
9
|
<a href="https://nuxt.com"><img src="https://img.shields.io/badge/Nuxt%20Docs-18181B?logo=nuxt.js" alt="Website"></a>
|
|
10
10
|
<a href="https://chat.nuxt.dev"><img src="https://img.shields.io/badge/Nuxt%20Discord-18181B?logo=discord" alt="Discord"></a>
|
|
11
|
+
<a href="https://securityscorecards.dev/"><img src="https://api.securityscorecards.dev/projects/github.com/nuxt/nuxt/badge" alt="Nuxt openssf scorecard score"></a>
|
|
11
12
|
</p>
|
|
12
13
|
|
|
13
14
|
Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/webpack-builder",
|
|
3
|
-
"version": "3.16.
|
|
3
|
+
"version": "3.16.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
|
|
30
|
-
"autoprefixer": "^10.4.
|
|
30
|
+
"autoprefixer": "^10.4.21",
|
|
31
31
|
"css-loader": "^7.1.2",
|
|
32
32
|
"css-minimizer-webpack-plugin": "^7.0.2",
|
|
33
33
|
"cssnano": "^7.0.6",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"std-env": "^3.8.1",
|
|
54
54
|
"time-fix-plugin": "^2.0.7",
|
|
55
55
|
"ufo": "^1.5.4",
|
|
56
|
-
"unenv": "^2.0.0-rc.
|
|
57
|
-
"unplugin": "^2.2.
|
|
56
|
+
"unenv": "^2.0.0-rc.15",
|
|
57
|
+
"unplugin": "^2.2.1",
|
|
58
58
|
"url-loader": "^4.1.1",
|
|
59
59
|
"vue-bundle-renderer": "^2.1.1",
|
|
60
60
|
"vue-loader": "^17.4.2",
|
|
@@ -63,16 +63,16 @@
|
|
|
63
63
|
"webpack-dev-middleware": "^7.4.2",
|
|
64
64
|
"webpack-hot-middleware": "^2.26.1",
|
|
65
65
|
"webpackbar": "^7.0.0",
|
|
66
|
-
"@nuxt/kit": "3.16.
|
|
66
|
+
"@nuxt/kit": "3.16.1"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@rspack/core": "1.2.
|
|
70
|
-
"@types/pify": "
|
|
69
|
+
"@rspack/core": "1.2.8",
|
|
70
|
+
"@types/pify": "6.1.0",
|
|
71
71
|
"@types/webpack-bundle-analyzer": "4.7.0",
|
|
72
72
|
"@types/webpack-hot-middleware": "2.25.9",
|
|
73
73
|
"unbuild": "latest",
|
|
74
74
|
"vue": "3.5.13",
|
|
75
|
-
"@nuxt/schema": "3.16.
|
|
75
|
+
"@nuxt/schema": "3.16.1"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
78
78
|
"vue": "^3.3.4"
|