@rpcbase/vite 0.58.0 → 0.60.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 +5 -1
  2. package/package.json +12 -14
package/index.js CHANGED
@@ -54,7 +54,6 @@ const integratedPackages = [
54
54
  "@hookform/resolvers",
55
55
  "@headlessui/react",
56
56
  "axios",
57
- "framer-motion",
58
57
  "libphonenumber-js",
59
58
  "maplibre-gl",
60
59
  "posthog-js",
@@ -110,6 +109,11 @@ const getBaseConfig = ({ command, mode, isSsrBuild, isPreview }) => {
110
109
  headers: {
111
110
  "Cache-Control": "no-store",
112
111
  },
112
+ watch: {
113
+ ignored: [
114
+ "**/build/playwright/**",
115
+ ]
116
+ }
113
117
  },
114
118
  resolve: {
115
119
  alias: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/vite",
3
- "version": "0.58.0",
3
+ "version": "0.60.0",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "scripts": {
@@ -25,27 +25,25 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@headlessui/react": "2.2.4",
28
- "@hookform/resolvers": "5.1.1",
29
- "@swc/core": "1.12.7",
30
- "@tailwindcss/vite": "4.1.11",
28
+ "@hookform/resolvers": "5.2.2",
29
+ "@swc/core": "1.13.5",
30
+ "@tailwindcss/vite": "4.1.14",
31
31
  "@vitejs/plugin-react-swc": "3.10.2",
32
32
  "clsx": "2.1.1",
33
- "framer-motion": "12.19.2",
34
33
  "glob": "11.0.3",
35
- "libphonenumber-js": "1.12.9",
34
+ "libphonenumber-js": "1.12.24",
36
35
  "lucide-react": "0.545.0",
37
- "maplibre-gl": "5.6.0",
36
+ "maplibre-gl": "5.9.0",
38
37
  "nocache": "4.0.0",
39
- "openai": "5.8.2",
40
- "posthog-js": "1.265.0",
41
- "posthog-node": "5.8.4",
38
+ "posthog-js": "1.275.1",
39
+ "posthog-node": "5.9.5",
42
40
  "react": "19.1.0",
43
41
  "react-dom": "19.1.0",
44
- "react-hook-form": "7.59.0",
45
- "swc-plugin-add-display-name": "0.5.0",
46
- "tailwindcss": "4.1.11",
42
+ "react-hook-form": "7.65.0",
43
+ "swc-plugin-add-display-name": "0.6.0",
44
+ "tailwindcss": "4.1.14",
47
45
  "validator": "13.15.15",
48
- "vite": "7.0.5",
46
+ "vite": "7.1.9",
49
47
  "vite-plugin-html": "3.2.2",
50
48
  "vite-plugin-singlefile": "2.3.0",
51
49
  "zod": "3.25.76"