@opensaas/keystone-nextjs-auth 23.0.0 → 24.0.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 +11 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @opensaas-keystone/nextjs-auth
2
2
 
3
+ ## 24.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 1e0e2dd: Update next-auth to 4.10
8
+ - 1e0e2dd: Upgrade to keystone 2.1
9
+
10
+ ### Patch Changes
11
+
12
+ - 1e0e2dd: Patch packages
13
+
3
14
  ## 23.0.0
4
15
 
5
16
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensaas/keystone-nextjs-auth",
3
- "version": "23.0.0",
3
+ "version": "24.0.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",
@@ -8,19 +8,19 @@
8
8
  "dependencies": {
9
9
  "@babel/runtime": "^7.17.9",
10
10
  "@babel/runtime-corejs3": "^7.17.9",
11
- "@types/ejs": "^3.1.0",
11
+ "@types/ejs": "^3.1.1",
12
12
  "cookie": "^0.5.0",
13
13
  "cross-fetch": "^3.1.5",
14
- "ejs": "^3.1.7",
14
+ "ejs": "^3.1.8",
15
15
  "fast-deep-equal": "^3.1.3",
16
- "next-auth": "^4.3.4"
16
+ "next-auth": "^4.10.2"
17
17
  },
18
18
  "devDependencies": {
19
- "@keystone-6/core": "^2.0.0",
19
+ "@keystone-6/core": "^2.1.0",
20
20
  "react": "^18.1.0"
21
21
  },
22
22
  "peerDependencies": {
23
- "@keystone-6/core": "^2.0.0",
23
+ "@keystone-6/core": "^2.1.0",
24
24
  "react": "^18.1.0"
25
25
  },
26
26
  "engines": {