@vixt/react 0.5.4 → 0.5.6

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/dist/index.mjs +1 -2
  2. package/package.json +5 -5
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { generateClient, generateCss, generateAppConfig, generatePlugins, defineVixtModule, generateIndexHtml, resolveLayersDirs, patchUnocss, createVixtPlugin } from '@vixt/core';
1
+ import { generateClient, generateCss, generateAppConfig, generatePlugins, defineVixtModule, generateIndexHtml, resolveLayersDirs, createVixtPlugin } from '@vixt/core';
2
2
  import path from 'pathe';
3
3
  import fs from 'fs-extra';
4
4
  import React from '@vitejs/plugin-react';
@@ -236,7 +236,6 @@ const presetReact = defineVixtModule({
236
236
  unocss: {}
237
237
  };
238
238
  const options = vixt.options = defu(vixt.options, defaultOptions);
239
- patchUnocss();
240
239
  const plugins = [
241
240
  UnoCSS(options.unocss),
242
241
  React(options.react),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vixt/react",
3
3
  "type": "module",
4
- "version": "0.5.4",
4
+ "version": "0.5.6",
5
5
  "author": "SoulLyoko<https://github.com/SoulLyoko>",
6
6
  "license": "MIT",
7
7
  "homepage": "https://soullyoko.github.io/vixt/",
@@ -25,20 +25,20 @@
25
25
  "dependencies": {
26
26
  "@types/react": "^19.1.8",
27
27
  "@types/react-dom": "^19.1.6",
28
- "@vitejs/plugin-react": "^4.6.0",
28
+ "@vitejs/plugin-react": "^4.7.0",
29
29
  "ahooks": "^3.9.0",
30
30
  "extract-comments": "^1.1.0",
31
31
  "fast-glob": "^3.3.3",
32
32
  "react": "^19.1.0",
33
33
  "react-dom": "^19.1.0",
34
- "react-router": "^7.6.3",
35
- "unocss": "66.0.0",
34
+ "react-router": "^7.7.0",
35
+ "unocss": "66.3.3",
36
36
  "unplugin-auto-import": "^19.3.0",
37
37
  "unplugin-vue-components": "28.0.0",
38
38
  "vite-plugin-pages": "^0.33.1",
39
39
  "vite-plugin-vue-layouts": "^0.11.0",
40
40
  "yaml": "^2.8.0",
41
- "@vixt/core": "0.5.4"
41
+ "@vixt/core": "0.5.6"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "unbuild",