@carlonicora/nextjs-jsonapi 1.143.0 → 2.0.0
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 +7 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carlonicora/nextjs-jsonapi",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
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",
|
|
@@ -90,8 +90,8 @@
|
|
|
90
90
|
"README.md"
|
|
91
91
|
],
|
|
92
92
|
"peerDependencies": {
|
|
93
|
-
"@stripe/react-stripe-js": ">=
|
|
94
|
-
"@stripe/stripe-js": ">=
|
|
93
|
+
"@stripe/react-stripe-js": ">=6.8.0",
|
|
94
|
+
"@stripe/stripe-js": ">=9.13.0",
|
|
95
95
|
"@tanstack/react-table": ">=8.0.0",
|
|
96
96
|
"next": ">=14.0.0",
|
|
97
97
|
"next-intl": ">=3.0.0",
|
|
@@ -175,6 +175,8 @@
|
|
|
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
180
|
"@tanstack/react-table": "^8.21.3",
|
|
179
181
|
"@testing-library/dom": "^10.4.1",
|
|
180
182
|
"@testing-library/jest-dom": "^7.0.0",
|
|
@@ -197,11 +199,12 @@
|
|
|
197
199
|
"eslint-plugin-prettier": "^5.5.6",
|
|
198
200
|
"globals": "^17.8.0",
|
|
199
201
|
"jsdom": "^30.0.1",
|
|
200
|
-
"next": "
|
|
202
|
+
"next": "16.3.0",
|
|
201
203
|
"next-intl": "^4.13.4",
|
|
202
204
|
"prettier": "^3.9.6",
|
|
203
205
|
"react": "19.2.8",
|
|
204
206
|
"react-dom": "19.2.8",
|
|
207
|
+
"react-hook-form": "7.83.0",
|
|
205
208
|
"semantic-release": "^25.0.8",
|
|
206
209
|
"tsup": "^8.5.1",
|
|
207
210
|
"typescript": "^5.9.3",
|