@rpcbase/vite 0.68.0 → 0.69.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 -7
  2. package/package.json +14 -14
package/index.js CHANGED
@@ -46,12 +46,6 @@ const resolveAliases = {
46
46
  "@/shared": path.resolve(process.cwd(), "./src/shared/"),
47
47
  "@/types": path.resolve(process.cwd(), "./src/types/"),
48
48
  "@": path.resolve(process.cwd(), "./src/client/"),
49
- //
50
- cookie: path.resolve(process.cwd(), "./node_modules/cookie"),
51
- "set-cookie-parser": path.resolve(
52
- process.cwd(),
53
- "./node_modules/set-cookie-parser",
54
- ),
55
49
  }
56
50
 
57
51
  const integratedPackages = [
@@ -65,7 +59,7 @@ const integratedPackages = [
65
59
 
66
60
  // Add each integrated package to resolveAliases
67
61
  integratedPackages.forEach(pkg => {
68
- resolveAliases[pkg] = path.resolve(process.cwd(), `./node_modules/${pkg}`)
62
+ resolveAliases[pkg] = require.resolve(pkg)
69
63
  })
70
64
 
71
65
  export {resolveAliases}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/vite",
3
- "version": "0.68.0",
3
+ "version": "0.69.0",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "scripts": {
@@ -25,23 +25,23 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@hookform/resolvers": "5.2.2",
28
- "@posthog/cli": "0.5.7",
29
- "@tailwindcss/vite": "4.1.16",
30
- "@vitejs/plugin-react": "5.1.0",
28
+ "@posthog/cli": "0.5.10",
29
+ "@tailwindcss/vite": "4.1.17",
30
+ "@vitejs/plugin-react": "5.1.1",
31
31
  "clsx": "2.1.1",
32
32
  "glob": "11.0.3",
33
- "libphonenumber-js": "1.12.24",
34
- "lucide-react": "0.547.0",
33
+ "libphonenumber-js": "1.12.26",
34
+ "lucide-react": "0.553.0",
35
35
  "nocache": "4.0.0",
36
- "posthog-js": "1.280.1",
37
- "posthog-node": "5.10.3",
38
- "react": "19.1.1",
39
- "react-dom": "19.1.1",
40
- "react-hook-form": "7.65.0",
36
+ "posthog-js": "1.292.0",
37
+ "posthog-node": "5.11.2",
38
+ "react": "19.2.0",
39
+ "react-dom": "19.2.0",
40
+ "react-hook-form": "7.66.0",
41
41
  "swc-plugin-add-display-name": "0.6.0",
42
- "tailwindcss": "4.1.16",
43
- "validator": "13.15.15",
44
- "vite": "7.1.12",
42
+ "tailwindcss": "4.1.17",
43
+ "validator": "13.15.23",
44
+ "vite": "7.2.2",
45
45
  "vite-plugin-html": "3.2.2",
46
46
  "vite-plugin-singlefile": "2.3.0",
47
47
  "zod": "4.1.12"