@arkyn/types 1.3.153 → 1.3.156

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +9 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkyn/types",
3
- "version": "1.3.153",
3
+ "version": "1.3.156",
4
4
  "main": "./dist/bundle.js",
5
5
  "module": "./src/index.ts",
6
6
  "type": "module",
@@ -10,17 +10,18 @@
10
10
  "typecheck": "bunx tsc --project tsconfig.json --noEmit"
11
11
  },
12
12
  "dependencies": {
13
- "@react-google-maps/api": "^2.19.3",
14
- "@react-input/mask": "^1.2.5",
15
- "@remix-run/react": "^2.11.0",
13
+ "@react-google-maps/api": "^2.20.3",
14
+ "@react-input/mask": "^1.2.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
- "@types/react": "^18.3.3",
22
- "@types/react-dom": "^18.3.0",
22
+ "@types/react": "^18.3.12",
23
+ "@types/react-dom": "^18.3.1",
23
24
  "bun-types": "latest",
24
- "typescript": "^5.5.4"
25
+ "typescript": "^5.6.3"
25
26
  }
26
27
  }