@rpcbase/vite 0.72.0 → 0.73.0

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/index.js +3 -1
  2. package/package.json +3 -2
package/index.js CHANGED
@@ -100,7 +100,9 @@ const integratedPackages = [
100
100
  "libphonenumber-js",
101
101
  "posthog-js",
102
102
  "posthog-node",
103
- "react-hook-form"
103
+ "react-router",
104
+ "react-hook-form",
105
+ "react-use"
104
106
  ]
105
107
 
106
108
  // Add each integrated package to resolveAliases
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/vite",
3
- "version": "0.72.0",
3
+ "version": "0.73.0",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "scripts": {
@@ -38,7 +38,8 @@
38
38
  "react": "19.2.0",
39
39
  "react-dom": "19.2.0",
40
40
  "react-hook-form": "7.66.0",
41
- "swc-plugin-add-display-name": "0.6.0",
41
+ "react-router": "7.9.5",
42
+ "react-use": "17.6.0",
42
43
  "tailwindcss": "4.1.17",
43
44
  "validator": "13.15.23",
44
45
  "vite": "7.2.2",