@shaper.org/vite-react-plugin 1.0.18 → 1.0.20

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 CHANGED
@@ -64,7 +64,7 @@ const reactRoutesPlugin = () => {
64
64
  //#endregion
65
65
  //#region src/react-route-generouted.ts
66
66
  const mainContentPath = join(dirname(fileURLToPath(import.meta.url)), "../templates/main-generouted.ts");
67
- const appendTo = "src/router.ts";
67
+ const appendTo = "src/main.tsx";
68
68
  const reactRoutesGeneroutedPlugin = () => {
69
69
  return {
70
70
  name: "react-routes-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shaper.org/vite-react-plugin",
3
- "version": "1.0.18",
3
+ "version": "1.0.20",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "private": false,
@@ -18,7 +18,7 @@
18
18
  "peerDependencies": {
19
19
  "@shaper.org/core": "^1.0.4",
20
20
  "vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
21
- "vue": "^3.2.25"
21
+ "react": "^19.2.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@babel/core": "^7.28.5",
@@ -37,7 +37,7 @@
37
37
  "tsdown": "^0.16.4",
38
38
  "typescript": "5.9.3",
39
39
  "vite": "^7.2.4",
40
- "vue": "^3.5.24"
40
+ "react": "^19.2.0"
41
41
  },
42
42
  "dependencies": {
43
43
  "@rolldown/pluginutils": "1.0.0-beta.50",
@@ -231,7 +231,6 @@ export class ReactRouteMonitor {
231
231
  };
232
232
  }
233
233
  }
234
-
235
234
  const monitor = new ReactRouteMonitor({
236
235
  routes,
237
236
  eventSettings: {