@alessiofrittoli/react-hooks 3.1.0 → 3.2.0-alpha.1
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/package.json +21 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alessiofrittoli/react-hooks",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0-alpha.1",
|
|
4
4
|
"description": "TypeScript React utility Hooks",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Alessio Frittoli",
|
|
@@ -87,48 +87,42 @@
|
|
|
87
87
|
"test:misc": "pnpm test:watch misc/*",
|
|
88
88
|
"test:timers": "pnpm test:watch timers/*"
|
|
89
89
|
},
|
|
90
|
-
"pnpm": {
|
|
91
|
-
"onlyBuiltDependencies": [
|
|
92
|
-
"@alessiofrittoli/type-utils",
|
|
93
|
-
"esbuild"
|
|
94
|
-
]
|
|
95
|
-
},
|
|
96
90
|
"devDependencies": {
|
|
97
|
-
"@alessiofrittoli/event-emitter": "^1.
|
|
98
|
-
"@alessiofrittoli/node-scripts": "^2.
|
|
99
|
-
"@eslint/compat": "^1.
|
|
91
|
+
"@alessiofrittoli/event-emitter": "^1.5.0",
|
|
92
|
+
"@alessiofrittoli/node-scripts": "^2.6.0",
|
|
93
|
+
"@eslint/compat": "^1.3.1",
|
|
100
94
|
"@eslint/eslintrc": "^3.3.1",
|
|
101
|
-
"@eslint/js": "^9.
|
|
102
|
-
"@jest/globals": "^
|
|
95
|
+
"@eslint/js": "^9.30.1",
|
|
96
|
+
"@jest/globals": "^30.0.4",
|
|
103
97
|
"@testing-library/dom": "^10.4.0",
|
|
104
98
|
"@testing-library/jest-dom": "^6.6.3",
|
|
105
99
|
"@testing-library/react": "^16.3.0",
|
|
106
100
|
"@testing-library/user-event": "^14.6.1",
|
|
107
|
-
"@types/jest": "^
|
|
108
|
-
"@types/node": "^
|
|
109
|
-
"@types/react": "^19.1.
|
|
110
|
-
"@types/react-dom": "^19.1.
|
|
111
|
-
"concurrently": "^9.
|
|
112
|
-
"dotenv": "^
|
|
113
|
-
"eslint": "^9.
|
|
101
|
+
"@types/jest": "^30.0.0",
|
|
102
|
+
"@types/node": "^24.0.10",
|
|
103
|
+
"@types/react": "^19.1.8",
|
|
104
|
+
"@types/react-dom": "^19.1.6",
|
|
105
|
+
"concurrently": "^9.2.0",
|
|
106
|
+
"dotenv": "^17.1.0",
|
|
107
|
+
"eslint": "^9.30.1",
|
|
114
108
|
"eslint-plugin-react": "^7.37.5",
|
|
115
109
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
116
|
-
"globals": "^16.
|
|
110
|
+
"globals": "^16.3.0",
|
|
117
111
|
"http-server": "^14.1.1",
|
|
118
|
-
"jest": "^
|
|
119
|
-
"jest-environment-jsdom": "^
|
|
112
|
+
"jest": "^30.0.4",
|
|
113
|
+
"jest-environment-jsdom": "^30.0.4",
|
|
120
114
|
"react": "^19.1.0",
|
|
121
115
|
"react-dom": "^19.1.0",
|
|
122
|
-
"ts-jest": "^29.
|
|
116
|
+
"ts-jest": "^29.4.0",
|
|
123
117
|
"ts-node": "^10.9.2",
|
|
124
|
-
"tsup": "^8.
|
|
118
|
+
"tsup": "^8.5.0",
|
|
125
119
|
"typescript": "^5.8.3",
|
|
126
|
-
"typescript-eslint": "^8.
|
|
120
|
+
"typescript-eslint": "^8.36.0"
|
|
127
121
|
},
|
|
128
122
|
"dependencies": {
|
|
129
|
-
"@alessiofrittoli/math-utils": "^1.
|
|
123
|
+
"@alessiofrittoli/math-utils": "^1.14.0",
|
|
130
124
|
"@alessiofrittoli/type-utils": "^1.8.0",
|
|
131
|
-
"@alessiofrittoli/web-utils": "^1.
|
|
125
|
+
"@alessiofrittoli/web-utils": "^1.12.0"
|
|
132
126
|
},
|
|
133
127
|
"peerDependencies": {
|
|
134
128
|
"@types/react": "^19",
|