@carlonicora/nextjs-jsonapi 1.106.1 → 1.106.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.
Files changed (1) hide show
  1. package/package.json +21 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carlonicora/nextjs-jsonapi",
3
- "version": "1.106.1",
3
+ "version": "1.106.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",
@@ -101,16 +101,16 @@
101
101
  }
102
102
  },
103
103
  "dependencies": {
104
- "@base-ui/react": "1.4.1",
105
- "@blocknote/core": "^0.50.0",
106
- "@blocknote/react": "^0.50.0",
107
- "@blocknote/shadcn": "^0.50.0",
104
+ "@base-ui/react": "1.5.0",
105
+ "@blocknote/core": "^0.51.2",
106
+ "@blocknote/react": "^0.51.2",
107
+ "@blocknote/shadcn": "^0.51.2",
108
108
  "@dnd-kit/core": "^6.3.1",
109
109
  "@dnd-kit/sortable": "^10.0.0",
110
110
  "@dnd-kit/utilities": "^3.2.2",
111
111
  "@floating-ui/react": "^0.27.19",
112
112
  "@handlewithcare/prosemirror-inputrules": "^0.1.4",
113
- "@hookform/resolvers": "^5.2.2",
113
+ "@hookform/resolvers": "^5.4.0",
114
114
  "@radix-ui/react-label": "^2.1.8",
115
115
  "@radix-ui/react-slot": "^1.2.4",
116
116
  "@simplewebauthn/browser": "^13.3.0",
@@ -122,23 +122,23 @@
122
122
  "cookies-next": "^6.1.1",
123
123
  "d3": "^7.9.0",
124
124
  "dagre": "^0.8.5",
125
- "date-fns": "^4.1.0",
125
+ "date-fns": "^4.2.1",
126
126
  "embla-carousel-react": "^8.6.0",
127
127
  "input-otp": "^1.4.2",
128
128
  "jotai": "^2.20.0",
129
- "jotai-family": "^1.0.1",
130
- "lucide-react": "^1.14.0",
129
+ "jotai-family": "^1.0.2",
130
+ "lucide-react": "^1.16.0",
131
131
  "next-themes": "^0.4.6",
132
132
  "pako": "^2.1.0",
133
133
  "qrcode.react": "^4.2.0",
134
134
  "react-day-picker": "^9.13.0",
135
135
  "react-dropzone": "^15.0.0",
136
- "react-hook-form": "^7.75.0",
136
+ "react-hook-form": "^7.76.0",
137
137
  "react-markdown": "^10.1.0",
138
138
  "react-resizable-panels": "^4.11.1",
139
139
  "recharts": "^3.8.1",
140
140
  "remark-gfm": "^4.0.1",
141
- "shadcn": "^4.7.0",
141
+ "shadcn": "^4.8.0",
142
142
  "shepherd.js": "^15.2.2",
143
143
  "socket.io-client": "^4.8.3",
144
144
  "sonner": "^2.0.7",
@@ -160,16 +160,16 @@
160
160
  "@testing-library/user-event": "^14.6.1",
161
161
  "@types/d3": "^7.4.3",
162
162
  "@types/dagre": "^0.7.54",
163
- "@types/node": "^25.7.0",
163
+ "@types/node": "^25.9.1",
164
164
  "@types/pako": "^2.0.4",
165
165
  "@types/qrcode.react": "^3.0.0",
166
- "@types/react": "^19.2.14",
166
+ "@types/react": "^19.2.15",
167
167
  "@types/react-dom": "^19.2.3",
168
- "@typescript-eslint/eslint-plugin": "^8.59.3",
169
- "@typescript-eslint/parser": "^8.59.3",
170
- "@vitejs/plugin-react": "^5.1.2",
171
- "@vitest/coverage-v8": "^4.1.6",
172
- "@vitest/ui": "^4.1.6",
168
+ "@typescript-eslint/eslint-plugin": "^8.59.4",
169
+ "@typescript-eslint/parser": "^8.59.4",
170
+ "@vitejs/plugin-react": "^6.0.2",
171
+ "@vitest/coverage-v8": "^4.1.7",
172
+ "@vitest/ui": "^4.1.7",
173
173
  "conventional-changelog-conventionalcommits": "^9.3.1",
174
174
  "eslint": "^9.39.2",
175
175
  "eslint-config-prettier": "^10.1.8",
@@ -179,12 +179,12 @@
179
179
  "next": "^16.2.6",
180
180
  "next-intl": "^4.12.0",
181
181
  "prettier": "^3.8.3",
182
- "react": "^19.2.4",
183
- "react-dom": "^19.2.4",
182
+ "react": "^19.2.6",
183
+ "react-dom": "^19.2.6",
184
184
  "semantic-release": "^25.0.3",
185
185
  "tsup": "^8.5.1",
186
186
  "typescript": "^5.9.3",
187
- "vitest": "^4.1.6"
187
+ "vitest": "^4.1.7"
188
188
  },
189
189
  "keywords": [
190
190
  "nextjs",