@opensaas/keystone-nextjs-auth 20.0.1 → 20.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @opensaas-keystone/nextjs-auth
2
2
 
3
+ ## 20.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - cd06bfa: upgrade to next-auth 4.1.0 and other minor upgrades
8
+
3
9
  ## 20.0.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,27 +1,27 @@
1
1
  {
2
2
  "name": "@opensaas/keystone-nextjs-auth",
3
- "version": "20.0.1",
3
+ "version": "20.1.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",
7
7
  "module": "dist/opensaas-keystone-nextjs-auth.esm.js",
8
8
  "dependencies": {
9
- "@babel/runtime": "^7.16.5",
10
- "@babel/runtime-corejs3": "^7.16.5",
9
+ "@babel/runtime": "^7.16.7",
10
+ "@babel/runtime-corejs3": "^7.16.8",
11
11
  "@types/ejs": "^3.1.0",
12
12
  "cookie": "^0.4.1",
13
13
  "cross-fetch": "^3.1.4",
14
14
  "ejs": "^3.1.6",
15
15
  "fast-deep-equal": "^3.1.3",
16
- "graphql": "^15.7.2",
17
- "next-auth": "^4.0.5"
16
+ "graphql": "^15.8.0",
17
+ "next-auth": "^4.1.0"
18
18
  },
19
19
  "devDependencies": {
20
- "@keystone-6/core": "^1.0.0",
20
+ "@keystone-6/core": "^1.0.1",
21
21
  "react": "^17.0.2"
22
22
  },
23
23
  "peerDependencies": {
24
- "@keystone-6/core": "^1.0.0",
24
+ "@keystone-6/core": "^1.0.1",
25
25
  "react": "^17.0.2"
26
26
  },
27
27
  "engines": {