@niledatabase/react 4.0.0-alpha.2 → 4.0.0-alpha.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@niledatabase/react",
3
- "version": "4.0.0-alpha.2",
3
+ "version": "4.0.0-alpha.4",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -34,7 +34,6 @@
34
34
  },
35
35
  "peerDependencies": {
36
36
  "@tanstack/react-query": "^5.23.0",
37
- "lodash": "^4.17.21",
38
37
  "next-auth": "^4.24.7",
39
38
  "react": "^19.0.0",
40
39
  "react-dom": "^19.0.0"
@@ -89,7 +88,6 @@
89
88
  "@testing-library/jest-dom": "^5.17.0",
90
89
  "@testing-library/react": "^14.1.2",
91
90
  "@types/jest": "^29.5.9",
92
- "@types/lodash": "^4",
93
91
  "@types/react": "^19.0.0",
94
92
  "@types/react-dom": "^19.0.0",
95
93
  "@typescript-eslint/parser": "^6.12.0",
@@ -124,14 +122,13 @@
124
122
  },
125
123
  "dependencies": {
126
124
  "@hookform/resolvers": "^3.9.0",
127
- "@niledatabase/browser": "^4.0.0-alpha.2",
125
+ "@niledatabase/browser": "^4.0.0-alpha.4",
128
126
  "@radix-ui/react-dialog": "^1.1.6",
129
127
  "@radix-ui/react-dropdown-menu": "^2.1.6",
130
128
  "@radix-ui/react-label": "^2.1.0",
131
129
  "@radix-ui/react-slot": "^1.1.0",
132
130
  "@radix-ui/react-tooltip": "^1.1.8",
133
131
  "@tanstack/react-query": "^5.23.0",
134
- "lodash": "^4.17.21",
135
132
  "lucide-react": "^0.447.0",
136
133
  "next-auth": "^4.24.7",
137
134
  "react": "^19.0.0",
@@ -139,5 +136,5 @@
139
136
  "react-hook-form": "^7.53.0",
140
137
  "react-is": "^19.0.0"
141
138
  },
142
- "gitHead": "591b594e825b37f3820d3ee59f5a24a912d3662f"
139
+ "gitHead": "c0c0d3970e8af8aa1a9c8ca24e1ccea4ee77263d"
143
140
  }