@vixt/react 0.7.1 → 0.7.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.
- package/dist/index.mjs +2 -4
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -7468,7 +7468,7 @@ const _path = {
|
|
|
7468
7468
|
|
|
7469
7469
|
//#endregion
|
|
7470
7470
|
//#region ../../node_modules/.pnpm/pathe@2.0.3/node_modules/pathe/dist/index.mjs
|
|
7471
|
-
const delimiter =
|
|
7471
|
+
const delimiter = globalThis.process?.platform === "win32" ? ";" : ":";
|
|
7472
7472
|
const _platforms = {
|
|
7473
7473
|
posix: void 0,
|
|
7474
7474
|
win32: void 0
|
|
@@ -8773,9 +8773,7 @@ var preset_react_default = defineVixtModule({
|
|
|
8773
8773
|
hooks,
|
|
8774
8774
|
stores,
|
|
8775
8775
|
utils
|
|
8776
|
-
].flat()
|
|
8777
|
-
exclude: [],
|
|
8778
|
-
include: []
|
|
8776
|
+
].flat()
|
|
8779
8777
|
},
|
|
8780
8778
|
unocss: {}
|
|
8781
8779
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vixt/react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.2",
|
|
5
5
|
"author": "SoulLyoko<https://github.com/SoulLyoko>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://soullyoko.github.io/vixt/",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"dist"
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@types/react": "^19.2.
|
|
27
|
+
"@types/react": "^19.2.8",
|
|
28
28
|
"@types/react-dom": "^19.2.3",
|
|
29
29
|
"@vitejs/plugin-react": "^5.1.2",
|
|
30
30
|
"ahooks": "^3.9.6",
|
|
@@ -39,6 +39,6 @@
|
|
|
39
39
|
"vite-plugin-pages": "^0.33.2",
|
|
40
40
|
"vite-plugin-vue-layouts": "^0.11.0",
|
|
41
41
|
"yaml": "^2.8.2",
|
|
42
|
-
"@vixt/core": "0.7.
|
|
42
|
+
"@vixt/core": "0.7.2"
|
|
43
43
|
}
|
|
44
44
|
}
|