@carlonicora/nextjs-jsonapi 3.4.0 → 3.4.2

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.
@@ -2924,7 +2924,7 @@ declare function FieldError({ className, children, errors, ...props }: React.Com
2924
2924
  * </Form>
2925
2925
  * );
2926
2926
  */
2927
- declare const Form: <TFieldValues extends react_hook_form.FieldValues, TContext = any, TTransformedValues = TFieldValues>({ children, watch, getValues, getFieldState, setError, clearErrors, setValue, setValues, trigger, formState, resetField, reset, resetDefaultValues, handleSubmit, unregister, control, register, setFocus, subscribe, }: react_hook_form.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React.JSX.Element;
2927
+ declare const Form: <TFieldValues extends react_hook_form.FieldValues, TContext = any, TTransformedValues = TFieldValues>({ children, watch, getValues, getErrors, getFieldState, setError, clearErrors, setValue, setValues, trigger, formState, resetField, reset, resetDefaultValues, handleSubmit, unregister, control, register, setFocus, subscribe, }: react_hook_form.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React.JSX.Element;
2928
2928
 
2929
2929
  declare function HoverCard({ ...props }: PreviewCard.Root.Props): React$1.JSX.Element;
2930
2930
  declare function HoverCardTrigger({ ...props }: PreviewCard.Trigger.Props): React$1.JSX.Element;
@@ -2924,7 +2924,7 @@ declare function FieldError({ className, children, errors, ...props }: React.Com
2924
2924
  * </Form>
2925
2925
  * );
2926
2926
  */
2927
- declare const Form: <TFieldValues extends react_hook_form.FieldValues, TContext = any, TTransformedValues = TFieldValues>({ children, watch, getValues, getFieldState, setError, clearErrors, setValue, setValues, trigger, formState, resetField, reset, resetDefaultValues, handleSubmit, unregister, control, register, setFocus, subscribe, }: react_hook_form.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React.JSX.Element;
2927
+ declare const Form: <TFieldValues extends react_hook_form.FieldValues, TContext = any, TTransformedValues = TFieldValues>({ children, watch, getValues, getErrors, getFieldState, setError, clearErrors, setValue, setValues, trigger, formState, resetField, reset, resetDefaultValues, handleSubmit, unregister, control, register, setFocus, subscribe, }: react_hook_form.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React.JSX.Element;
2928
2928
 
2929
2929
  declare function HoverCard({ ...props }: PreviewCard.Root.Props): React$1.JSX.Element;
2930
2930
  declare function HoverCardTrigger({ ...props }: PreviewCard.Trigger.Props): React$1.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carlonicora/nextjs-jsonapi",
3
- "version": "3.4.0",
3
+ "version": "3.4.2",
4
4
  "description": "Next.js JSON:API client with server/client support and caching",
5
5
  "author": "Carlo Nicora",
6
6
  "license": "GPL-3.0-or-later",
@@ -117,17 +117,17 @@
117
117
  }
118
118
  },
119
119
  "dependencies": {
120
- "@base-ui/react": "1.6.0",
121
- "@blocknote/core": "^0.52.1",
122
- "@blocknote/react": "^0.52.1",
123
- "@blocknote/shadcn": "^0.52.1",
124
- "@blocknote/xl-ai": "^0.52.1",
120
+ "@base-ui/react": "1.7.0",
121
+ "@blocknote/core": "^0.54.0",
122
+ "@blocknote/react": "^0.54.0",
123
+ "@blocknote/shadcn": "^0.54.0",
124
+ "@blocknote/xl-ai": "^0.54.0",
125
125
  "@dnd-kit/core": "^6.3.1",
126
126
  "@dnd-kit/sortable": "^10.0.0",
127
127
  "@dnd-kit/utilities": "^3.2.2",
128
128
  "@floating-ui/react": "^0.27.20",
129
129
  "@handlewithcare/prosemirror-inputrules": "^0.1.4",
130
- "@hookform/resolvers": "^5.5.7",
130
+ "@hookform/resolvers": "^5.9.1",
131
131
  "@radix-ui/react-label": "^2.1.15",
132
132
  "@radix-ui/react-slot": "^1.3.3",
133
133
  "@simplewebauthn/browser": "^13.3.0",
@@ -135,7 +135,7 @@
135
135
  "class-variance-authority": "^0.7.1",
136
136
  "clsx": "^2.1.1",
137
137
  "cmdk": "^1.1.1",
138
- "codice-fiscale-js": "^2.3.23",
138
+ "codice-fiscale-js": "~2.3.23",
139
139
  "commander": "^15.0.0",
140
140
  "cookies-next": "^6.1.1",
141
141
  "d3": "^7.9.0",
@@ -143,30 +143,30 @@
143
143
  "date-fns": "^4.4.0",
144
144
  "embla-carousel-react": "^8.6.0",
145
145
  "fuse.js": "^7.5.0",
146
- "input-otp": "^1.4.2",
147
- "jotai": "^2.20.2",
146
+ "input-otp": "^1.5.0",
147
+ "jotai": "^2.20.3",
148
148
  "jotai-family": "^1.1.0",
149
- "lucide-react": "^1.28.0",
149
+ "lucide-react": "^1.34.0",
150
150
  "next-mdx-remote": "^6.0.0",
151
151
  "next-themes": "^0.4.6",
152
152
  "pako": "^3.0.1",
153
153
  "qrcode.react": "^4.2.0",
154
154
  "react-day-picker": "^10.0.1",
155
- "react-dropzone": "^19.1.1",
156
- "react-hook-form": "7.83.0",
155
+ "react-dropzone": "^20.1.1",
156
+ "react-hook-form": "7.86.0",
157
157
  "react-markdown": "^10.1.0",
158
- "react-resizable-panels": "^4.12.2",
158
+ "react-resizable-panels": "^4.12.3",
159
159
  "recharts": "^3.10.1",
160
160
  "rehype-autolink-headings": "^7.1.0",
161
161
  "rehype-slug": "^6.0.0",
162
162
  "remark-gfm": "^4.0.1",
163
- "shadcn": "^4.16.1",
164
- "shepherd.js": "^15.2.2",
163
+ "shadcn": "^4.19.0",
164
+ "shepherd.js": "^15.3.0",
165
165
  "socket.io-client": "^4.8.3",
166
- "sonner": "^2.0.7",
166
+ "sonner": "^2.0.8",
167
167
  "tailwind-merge": "^3.6.0",
168
168
  "tw-animate-css": "^1.4.0",
169
- "uuid": "^14.0.1",
169
+ "uuid": "^14.0.2",
170
170
  "vaul": "^1.1.2",
171
171
  "zod": "^4.4.3"
172
172
  },
@@ -175,40 +175,40 @@
175
175
  "@eslint/js": "^9.39.5",
176
176
  "@semantic-release/changelog": "^7.0.0",
177
177
  "@semantic-release/git": "^11.0.1",
178
- "@stripe/react-stripe-js": "^6.8.0",
179
- "@stripe/stripe-js": "^9.13.0",
178
+ "@stripe/react-stripe-js": "^6.8.2",
179
+ "@stripe/stripe-js": "^9.14.0",
180
180
  "@tanstack/react-table": "^8.21.3",
181
181
  "@testing-library/dom": "^10.4.1",
182
- "@testing-library/jest-dom": "^7.0.0",
182
+ "@testing-library/jest-dom": "^7.0.1",
183
183
  "@testing-library/react": "^16.3.2",
184
- "@testing-library/user-event": "^14.6.1",
184
+ "@testing-library/user-event": "^14.6.6",
185
185
  "@types/d3": "^7.4.3",
186
186
  "@types/dagre": "^0.7.54",
187
- "@types/node": "^26.1.2",
187
+ "@types/node": "^26.3.0",
188
188
  "@types/qrcode.react": "^3.0.0",
189
189
  "@types/react": "19.2.18",
190
- "@types/react-dom": "19.2.4",
191
- "@typescript-eslint/eslint-plugin": "^8.65.0",
192
- "@typescript-eslint/parser": "^8.65.0",
193
- "@vitejs/plugin-react": "^6.0.5",
194
- "@vitest/coverage-v8": "^4.1.10",
195
- "@vitest/ui": "^4.1.10",
190
+ "@types/react-dom": "19.2.5",
191
+ "@typescript-eslint/eslint-plugin": "^8.68.0",
192
+ "@typescript-eslint/parser": "^8.68.0",
193
+ "@vitejs/plugin-react": "^6.1.0",
194
+ "@vitest/coverage-v8": "^4.1.11",
195
+ "@vitest/ui": "^4.1.11",
196
196
  "conventional-changelog-conventionalcommits": "9.3.1",
197
197
  "eslint": "^9.39.5",
198
198
  "eslint-config-prettier": "^10.1.8",
199
199
  "eslint-plugin-prettier": "^5.5.6",
200
- "globals": "^17.8.0",
200
+ "globals": "^17.11.0",
201
201
  "jsdom": "^30.0.1",
202
- "next": "16.3.0",
203
- "next-intl": "^4.13.4",
202
+ "next": "16.3.2",
203
+ "next-intl": "^4.13.7",
204
204
  "prettier": "^3.9.6",
205
205
  "react": "19.2.8",
206
206
  "react-dom": "19.2.8",
207
- "react-hook-form": "7.83.0",
208
- "semantic-release": "^25.0.8",
207
+ "react-hook-form": "7.86.0",
208
+ "semantic-release": "25.0.8",
209
209
  "tsup": "^8.5.1",
210
210
  "typescript": "^5.9.3",
211
- "vitest": "^4.1.10"
211
+ "vitest": "^4.1.11"
212
212
  },
213
213
  "keywords": [
214
214
  "nextjs",