@rpcbase/vite 0.107.0 → 0.109.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 +2 -0
  2. package/package.json +14 -14
package/index.js CHANGED
@@ -217,11 +217,13 @@ const getBaseConfig = ({ command, mode, isSsrBuild, isPreview }) => {
217
217
  include: [
218
218
  // Force RPC Base packages through esbuild so rb-env-polyfill injects before their dist code touches globalThis.__rb_env__
219
219
  ...rbPackagesNeedingEnvPolyfill,
220
+ "hoist-non-react-statics",
220
221
  // "react", "react-dom", "react-dom/server"
221
222
  // "cookie"
222
223
  ],
223
224
  exclude: [
224
225
  "@radix-ui/*",
226
+ "@rpcbase/ui",
225
227
  // TMP only in sample app?
226
228
  // "react", "react-dom/server",
227
229
  // "react-hook-form",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/vite",
3
- "version": "0.107.0",
3
+ "version": "0.109.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "index.js",
@@ -36,26 +36,26 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@hookform/resolvers": "5.2.2",
39
- "@posthog/cli": "0.5.19",
40
- "@tailwindcss/vite": "4.1.17",
39
+ "@posthog/cli": "0.5.20",
40
+ "@tailwindcss/vite": "4.1.18",
41
41
  "@vitejs/plugin-react": "5.1.2",
42
42
  "clsx": "2.1.1",
43
43
  "glob": "13.0.0",
44
- "libphonenumber-js": "1.12.31",
45
- "lucide-react": "0.560.0",
46
- "mongoose": "9.0.1",
44
+ "libphonenumber-js": "1.12.33",
45
+ "lucide-react": "0.562.0",
46
+ "mongoose": "9.0.2",
47
47
  "nocache": "4.0.0",
48
- "posthog-js": "1.309.1",
49
- "posthog-node": "5.17.4",
48
+ "posthog-js": "1.310.1",
49
+ "posthog-node": "5.18.0",
50
50
  "react": "19.2.3",
51
51
  "react-dom": "19.2.3",
52
- "react-hook-form": "7.68.0",
53
- "react-router": "7.10.1",
54
- "tailwindcss": "4.1.17",
55
- "validator": "13.15.23",
56
- "vite": "7.2.7",
52
+ "react-hook-form": "7.69.0",
53
+ "react-router": "7.11.0",
54
+ "tailwindcss": "4.1.18",
55
+ "validator": "13.15.26",
56
+ "vite": "7.3.0",
57
57
  "vite-plugin-html": "3.2.2",
58
58
  "vite-plugin-singlefile": "2.3.0",
59
- "zod": "4.1.13"
59
+ "zod": "4.2.1"
60
60
  }
61
61
  }