minimal-shared 0.0.6 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "minimal-shared",
|
3
3
|
"author": "Minimals",
|
4
|
-
"version": "0.0
|
4
|
+
"version": "1.0.0",
|
5
5
|
"description": "Shared hooks and utils used by Mnimal UI and Zone UI.",
|
6
6
|
"keywords": [
|
7
7
|
"typescript",
|
@@ -53,13 +53,13 @@
|
|
53
53
|
}
|
54
54
|
},
|
55
55
|
"dependencies": {
|
56
|
-
"es-toolkit": "^1.
|
56
|
+
"es-toolkit": "^1.27.0"
|
57
57
|
},
|
58
58
|
"devDependencies": {
|
59
59
|
"@testing-library/jest-dom": "^6.6.3",
|
60
60
|
"@testing-library/react": "^16.0.1",
|
61
61
|
"@types/fs-extra": "^11.0.4",
|
62
|
-
"@types/node": "^22.
|
62
|
+
"@types/node": "^22.10.0",
|
63
63
|
"@types/react": "18.3.12",
|
64
64
|
"chalk": "^5.3.0",
|
65
65
|
"fast-glob": "^3.3.2",
|
@@ -68,13 +68,13 @@
|
|
68
68
|
"jsdom": "^25.0.1",
|
69
69
|
"react": "^18.3.1",
|
70
70
|
"tsup": "^8.3.5",
|
71
|
-
"typescript": "^5.
|
72
|
-
"vitest": "^2.1.
|
71
|
+
"typescript": "^5.7.2",
|
72
|
+
"vitest": "^2.1.6",
|
73
73
|
"internal-eslint-config": "1.0.0",
|
74
74
|
"internal-ts-config": "1.0.0"
|
75
75
|
},
|
76
76
|
"peerDependencies": {
|
77
|
-
"react": "^
|
77
|
+
"react": "^18"
|
78
78
|
},
|
79
79
|
"scripts": {
|
80
80
|
"dev": "NODE_OPTIONS='--max-old-space-size=16384' tsup --watch",
|