@tpzdsp/next-toolkit 1.11.2 → 1.11.3
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 +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tpzdsp/next-toolkit",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.3",
|
|
4
4
|
"description": "A reusable React component library for Next.js applications",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">= 24.12.0",
|
|
@@ -128,16 +128,16 @@
|
|
|
128
128
|
"@storybook/addon-onboarding": "10.2.0",
|
|
129
129
|
"@storybook/react-vite": "10.2.0",
|
|
130
130
|
"@tailwindcss/typography": "^0.5.16",
|
|
131
|
-
"@tanstack/react-query": "^5.
|
|
132
|
-
"@testing-library/dom": "^10.4.
|
|
133
|
-
"@testing-library/jest-dom": "^6.6.
|
|
131
|
+
"@tanstack/react-query": "^5.90.19",
|
|
132
|
+
"@testing-library/dom": "^10.4.1",
|
|
133
|
+
"@testing-library/jest-dom": "^6.6.4",
|
|
134
134
|
"@testing-library/react": "^16.3.0",
|
|
135
135
|
"@testing-library/user-event": "^14.6.1",
|
|
136
136
|
"@tpzdsp/eslint-config-dsp": "^1.9.2",
|
|
137
137
|
"@turf/turf": "^7.2.0",
|
|
138
138
|
"@types/geojson": "^7946.0.16",
|
|
139
139
|
"@types/jsonwebtoken": "^9.0.10",
|
|
140
|
-
"@types/node": "^24.
|
|
140
|
+
"@types/node": "^24.10.9",
|
|
141
141
|
"@types/react": "^19.1.8",
|
|
142
142
|
"@types/react-dom": "^19.1.6",
|
|
143
143
|
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"eslint-plugin-sonarjs": "^3.0.5",
|
|
164
164
|
"eslint-plugin-storybook": "10.2.0",
|
|
165
165
|
"focus-trap": "^7.6.5",
|
|
166
|
-
"focus-trap-react": "^11.0.
|
|
166
|
+
"focus-trap-react": "^11.0.6",
|
|
167
167
|
"geojson": "^0.5.0",
|
|
168
168
|
"globals": "^17.0.0",
|
|
169
169
|
"husky": "^9.1.7",
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
"semantic-release": "^25.0.2",
|
|
190
190
|
"storybook": "10.2.0",
|
|
191
191
|
"stream-browserify": "^3.0.0",
|
|
192
|
-
"tailwind-merge": "^3.
|
|
192
|
+
"tailwind-merge": "^3.4.0",
|
|
193
193
|
"tailwindcss": "^3.4.16",
|
|
194
194
|
"typescript": "^5.9.3",
|
|
195
195
|
"typescript-eslint": "^8.35.1",
|
|
@@ -197,11 +197,11 @@
|
|
|
197
197
|
"vite": "^7.0.4",
|
|
198
198
|
"vite-plugin-dts": "^4.5.4",
|
|
199
199
|
"vitest": "^4.0.17",
|
|
200
|
-
"zod": "^4.
|
|
200
|
+
"zod": "^4.3.5"
|
|
201
201
|
},
|
|
202
202
|
"peerDependencies": {
|
|
203
203
|
"@better-fetch/fetch": "^1.1.21",
|
|
204
|
-
"@tanstack/react-query": "^5.
|
|
204
|
+
"@tanstack/react-query": "^5.90.19",
|
|
205
205
|
"@testing-library/react": "^16.0.0",
|
|
206
206
|
"@testing-library/user-event": "^14.6.1",
|
|
207
207
|
"@turf/turf": "^7.2.0",
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"@types/jsonwebtoken": "^9.0.10",
|
|
210
210
|
"date-fns": "^4.1.0",
|
|
211
211
|
"focus-trap": "^7.6.5",
|
|
212
|
-
"focus-trap-react": "^11.0.
|
|
212
|
+
"focus-trap-react": "^11.0.6",
|
|
213
213
|
"geojson": "^0.5.0",
|
|
214
214
|
"next": "^16.1.4",
|
|
215
215
|
"ol": "^10.6.1",
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"react-dom": "^19.2.1",
|
|
221
221
|
"react-error-boundary": "^6.0.0",
|
|
222
222
|
"react-icons": "^5.5.0",
|
|
223
|
-
"zod": "^4.
|
|
223
|
+
"zod": "^4.3.5"
|
|
224
224
|
},
|
|
225
225
|
"peerDependenciesMeta": {
|
|
226
226
|
"@tanstack/react-query": {
|