@rpcbase/vite 0.22.0 → 0.24.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 +1 -4
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -47,14 +47,12 @@ const integratedPackages = [
47
47
  "@hookform/resolvers",
48
48
  "axios",
49
49
  "libphonenumber-js",
50
- "lodash",
51
50
  "maplibre-gl",
52
51
  "openai",
53
52
  "posthog-js",
54
53
  "posthog-node",
55
54
  "react-day-picker",
56
- "react-hook-form",
57
- "react-router",
55
+ "react-hook-form"
58
56
  ]
59
57
 
60
58
  // Add each integrated package to resolveAliases
@@ -133,7 +131,6 @@ const getBaseConfig = ({ command, mode, isSsrBuild, isPreview }) => {
133
131
  "@rpcbase/auth",
134
132
  "@rpcbase/form",
135
133
  "@rpcbase/router",
136
- "react-router",
137
134
  "@radix-ui/*",
138
135
  // "react", "react-dom/server",
139
136
  // "react-hook-form",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/vite",
3
- "version": "0.22.0",
3
+ "version": "0.24.0",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "scripts": {