minimal-shared 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -5
- package/package.json +3 -3
package/README.md
CHANGED
@@ -2,14 +2,14 @@
|
|
2
2
|
|
3
3
|
Shared hooks and utils used by Mnimal UI and Zone UI.
|
4
4
|
|
5
|
-
|
5
|
+
## Hooks
|
6
6
|
|
7
|
-
[
|
7
|
+
[Visit list of hooks](https://github.com/minimal-ui-kit/minimal-shared/tree/main/packages/minimal-shared/src/hooks)
|
8
8
|
|
9
|
-
|
9
|
+
## Utils
|
10
10
|
|
11
|
-
[
|
11
|
+
[Visit list of utils](https://github.com/minimal-ui-kit/minimal-shared/tree/main/packages/minimal-shared/src/utils)
|
12
12
|
|
13
|
-
|
13
|
+
## Changelog
|
14
14
|
|
15
15
|
[https://github.com/minimal-ui-kit/minimal-shared/blob/main/packages/minimal-shared/CHANGELOG.md](https://github.com/minimal-ui-kit/minimal-shared/blob/main/packages/minimal-shared/CHANGELOG.md)
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "minimal-shared",
|
3
3
|
"author": "Minimals",
|
4
|
-
"version": "1.0.
|
4
|
+
"version": "1.0.5",
|
5
5
|
"description": "Shared hooks and utils used by Minimal UI and Zone UI.",
|
6
6
|
"keywords": [
|
7
7
|
"typescript",
|
@@ -54,13 +54,13 @@
|
|
54
54
|
}
|
55
55
|
},
|
56
56
|
"dependencies": {
|
57
|
-
"es-toolkit": "^1.
|
57
|
+
"es-toolkit": "^1.31.0"
|
58
58
|
},
|
59
59
|
"devDependencies": {
|
60
60
|
"@testing-library/jest-dom": "^6.6.3",
|
61
61
|
"@testing-library/react": "^16.1.0",
|
62
62
|
"@types/fs-extra": "^11.0.4",
|
63
|
-
"@types/node": "^22.10.
|
63
|
+
"@types/node": "^22.10.3",
|
64
64
|
"@types/react": "18.3.12",
|
65
65
|
"chalk": "^5.4.1",
|
66
66
|
"fast-glob": "^3.3.2",
|