@vuebro/loader-sfc 2.3.21 → 2.3.23
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.
|
@@ -19741,7 +19741,6 @@ function E0() {
|
|
|
19741
19741
|
})(Pl, Pl.exports)), Pl.exports;
|
|
19742
19742
|
}
|
|
19743
19743
|
var vm, Sm, km, Al = { exports: {} };
|
|
19744
|
-
/*! https://mths.be/cssesc v3.0.0 by @mathias */
|
|
19745
19744
|
function Ou() {
|
|
19746
19745
|
if (Sm) return vm;
|
|
19747
19746
|
Sm = 1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuebro/loader-sfc",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.23",
|
|
4
4
|
"description": "Vue3 Single File Component (SFC) loader. Load .vue files directly from your browser without any build step.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vue",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"@rollup/plugin-terser": "^0.4.4",
|
|
45
45
|
"@types/hash-sum": "^1.0.2",
|
|
46
46
|
"@types/node": "^24.10.0",
|
|
47
|
-
"@vuebro/configs": "^1.1.
|
|
48
|
-
"eslint": "^9.39.
|
|
49
|
-
"vite": "^7.
|
|
47
|
+
"@vuebro/configs": "^1.1.62",
|
|
48
|
+
"eslint": "^9.39.1",
|
|
49
|
+
"vite": "^7.2.0"
|
|
50
50
|
}
|
|
51
51
|
}
|