@arkyn/types 1.3.154 → 1.3.157
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@arkyn/types",
|
3
|
-
"version": "1.3.
|
3
|
+
"version": "1.3.157",
|
4
4
|
"main": "./dist/bundle.js",
|
5
5
|
"module": "./src/index.ts",
|
6
6
|
"type": "module",
|
@@ -15,7 +15,8 @@
|
|
15
15
|
"@remix-run/react": "^2.15.0",
|
16
16
|
"lucide-react": "^0.424.0",
|
17
17
|
"react": "^18.3.1",
|
18
|
-
"react-dom": "^18.3.1"
|
18
|
+
"react-dom": "^18.3.1",
|
19
|
+
"zod": "^3.23.8"
|
19
20
|
},
|
20
21
|
"devDependencies": {
|
21
22
|
"@types/react": "^18.3.12",
|