@opensaas/keystone-nextjs-auth 27.1.0 → 27.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @opensaas-keystone/nextjs-auth
2
2
 
3
+ ## 27.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 17fc803: Update dependency @keystone-6/core to v5.1
8
+
3
9
  ## 27.1.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensaas/keystone-nextjs-auth",
3
- "version": "27.1.0",
3
+ "version": "27.2.0",
4
4
  "repository": "https://github.com/opensaasau/keystone-nextjs-auth",
5
5
  "license": "MIT",
6
6
  "main": "dist/opensaas-keystone-nextjs-auth.cjs.js",
@@ -13,14 +13,14 @@
13
13
  "cross-fetch": "^3.1.5",
14
14
  "ejs": "^3.1.8",
15
15
  "fast-deep-equal": "^3.1.3",
16
- "next-auth": "^4.19.2"
16
+ "next-auth": "^4.20.1"
17
17
  },
18
18
  "devDependencies": {
19
- "@keystone-6/core": "5.0.0",
19
+ "@keystone-6/core": "^5.1.0",
20
20
  "react": "^18.2.0"
21
21
  },
22
22
  "peerDependencies": {
23
- "@keystone-6/core": "5.0.0",
23
+ "@keystone-6/core": "^5.1.0",
24
24
  "react": "^18.2.0"
25
25
  },
26
26
  "publishConfig": {
@@ -33,4 +33,4 @@
33
33
  "pages/*.tsx"
34
34
  ]
35
35
  }
36
- }
36
+ }