@arkyn/types 1.3.153 → 1.3.154
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@arkyn/types",
|
3
|
-
"version": "1.3.
|
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.
|
14
|
-
"@react-input/mask": "^1.2.
|
15
|
-
"@remix-run/react": "^2.
|
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.
|
22
|
-
"@types/react-dom": "^18.3.
|
21
|
+
"@types/react": "^18.3.12",
|
22
|
+
"@types/react-dom": "^18.3.1",
|
23
23
|
"bun-types": "latest",
|
24
|
-
"typescript": "^5.
|
24
|
+
"typescript": "^5.6.3"
|
25
25
|
}
|
26
26
|
}
|