@nuxt/webpack-builder 3.10.0 → 3.10.2

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 +15 -15
package/README.md CHANGED
@@ -39,7 +39,7 @@ Simple, intuitive and powerful, Nuxt lets you write Vue components in a way that
39
39
  Example of an `app.vue`:
40
40
 
41
41
  ```vue
42
- <script setup>
42
+ <script setup lang="ts">
43
43
  useSeoMeta({
44
44
  title: 'Meet Nuxt',
45
45
  description: 'The Intuitive Vue Framework.'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/webpack-builder",
3
- "version": "3.10.0",
3
+ "version": "3.10.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -24,7 +24,7 @@
24
24
  "dependencies": {
25
25
  "@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
26
26
  "autoprefixer": "^10.4.17",
27
- "css-loader": "^6.9.1",
27
+ "css-loader": "^6.10.0",
28
28
  "css-minimizer-webpack-plugin": "^6.0.0",
29
29
  "cssnano": "^6.0.3",
30
30
  "defu": "^6.1.4",
@@ -37,45 +37,45 @@
37
37
  "h3": "^1.10.1",
38
38
  "hash-sum": "^2.0.0",
39
39
  "lodash-es": "4.17.21",
40
- "magic-string": "^0.30.5",
41
- "memfs": "^4.6.0",
42
- "mini-css-extract-plugin": "^2.7.7",
40
+ "magic-string": "^0.30.7",
41
+ "memfs": "^4.7.0",
42
+ "mini-css-extract-plugin": "^2.8.0",
43
43
  "mlly": "^1.5.0",
44
44
  "ohash": "^1.1.3",
45
45
  "pathe": "^1.1.2",
46
46
  "pify": "^6.1.0",
47
- "postcss": "^8.4.33",
47
+ "postcss": "^8.4.35",
48
48
  "postcss-import": "^16.0.0",
49
49
  "postcss-import-resolver": "^2.0.0",
50
- "postcss-loader": "^8.0.0",
50
+ "postcss-loader": "^8.1.0",
51
51
  "postcss-url": "^10.1.3",
52
52
  "pug-plain-loader": "^1.1.0",
53
53
  "std-env": "^3.7.0",
54
54
  "time-fix-plugin": "^2.0.7",
55
- "ufo": "^1.3.2",
55
+ "ufo": "^1.4.0",
56
56
  "unenv": "^1.9.0",
57
- "unplugin": "^1.6.0",
57
+ "unplugin": "^1.7.1",
58
58
  "url-loader": "^4.1.1",
59
59
  "vue-bundle-renderer": "^2.0.0",
60
60
  "vue-loader": "^17.4.2",
61
- "webpack": "^5.90.0",
61
+ "webpack": "^5.90.1",
62
62
  "webpack-bundle-analyzer": "^4.10.1",
63
63
  "webpack-dev-middleware": "^7.0.0",
64
- "webpack-hot-middleware": "^2.26.0",
64
+ "webpack-hot-middleware": "^2.26.1",
65
65
  "webpack-virtual-modules": "^0.6.1",
66
66
  "webpackbar": "^6.0.0",
67
- "@nuxt/kit": "3.10.0"
67
+ "@nuxt/kit": "3.10.2"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@types/fs-extra": "11.0.4",
71
71
  "@types/hash-sum": "1.0.2",
72
72
  "@types/pify": "5.0.4",
73
- "@types/webpack-bundle-analyzer": "4.6.3",
73
+ "@types/webpack-bundle-analyzer": "4.7.0",
74
74
  "@types/webpack-hot-middleware": "2.25.9",
75
75
  "@types/webpack-virtual-modules": "0.1.3",
76
76
  "unbuild": "latest",
77
- "vue": "3.4.15",
78
- "@nuxt/schema": "3.10.0"
77
+ "vue": "3.4.19",
78
+ "@nuxt/schema": "3.10.2"
79
79
  },
80
80
  "peerDependencies": {
81
81
  "vue": "^3.3.4"