@propelauth/nextjs 0.0.104 → 0.0.106
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@propelauth/nextjs",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.106",
|
4
4
|
"exports": {
|
5
5
|
"./server": {
|
6
6
|
"browser": "./dist/server/index.mjs",
|
@@ -64,7 +64,7 @@
|
|
64
64
|
"typescript": "^5.1.3"
|
65
65
|
},
|
66
66
|
"peerDependencies": {
|
67
|
-
"next": "^13.1.0",
|
67
|
+
"next": "^13.1.0 || ^14.0.0",
|
68
68
|
"react": "^18.2.0"
|
69
69
|
},
|
70
70
|
"dependencies": {
|