@arkyn/types 1.3.152 → 1.3.154

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkyn/types",
3
- "version": "1.3.152",
3
+ "version": "1.3.154",
4
4
  "main": "./dist/bundle.js",
5
5
  "module": "./src/index.ts",
6
6
  "type": "module",
@@ -10,17 +10,17 @@
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
18
  "react-dom": "^18.3.1"
19
19
  },
20
20
  "devDependencies": {
21
- "@types/react": "^18.3.3",
22
- "@types/react-dom": "^18.3.0",
21
+ "@types/react": "^18.3.12",
22
+ "@types/react-dom": "^18.3.1",
23
23
  "bun-types": "latest",
24
- "typescript": "^5.5.4"
24
+ "typescript": "^5.6.3"
25
25
  }
26
26
  }