Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Commit

Permalink
Update patch dependencies (patch) (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 27, 2022
1 parent 13a3b77 commit 1e0e2dd
Show file tree
Hide file tree
Showing 8 changed files with 743 additions and 433 deletions.
5 changes: 5 additions & 0 deletions .changeset/fresh-boxes-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@opensaas/keystone-nextjs-auth': major
---

Update next-auth to 4.10
5 changes: 5 additions & 0 deletions .changeset/fuzzy-monkeys-crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@opensaas/keystone-nextjs-auth': patch
---

Patch packages
5 changes: 5 additions & 0 deletions .changeset/tiny-drinks-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@opensaas/keystone-nextjs-auth': major
---

Upgrade to keystone 2.1
14 changes: 7 additions & 7 deletions apps/ks-frontend-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
]
},
"dependencies": {
"@apollo/client": "^3.6.6",
"@babel/core": "^7.17.10",
"@apollo/client": "^3.6.9",
"@babel/core": "^7.17.12",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-proposal-object-rest-spread": "^7.17.12",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.17.10",
"@babel/plugin-transform-runtime": "^7.17.12",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
Expand All @@ -69,7 +69,7 @@
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"next": "^12.1.6",
"next-auth": "^4.10.1",
"next-auth": "^4.10.2",
"next-transpile-modules": "^9.0.0",
"nprogress": "^0.2.0",
"prop-types": "^15.8.1",
Expand All @@ -90,7 +90,7 @@
"@types/nprogress": "^0.2.0",
"@types/styled-components": "^5.1.25",
"babel-eslint": "^10.1.0",
"babel-jest": "^28.1.0",
"babel-jest": "^28.1.3",
"babel-plugin-styled-components": "^1.13.3",
"casual": "^1.6.2",
"eslint": "^8.15.0",
Expand All @@ -102,7 +102,7 @@
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.4.0",
"jest": "^28.1.0",
"jest": "^28.1.3",
"prettier": "^2.6.2",
"react-test-renderer": "^18.1.0"
}
Expand Down
6 changes: 3 additions & 3 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@keystone-ui/button": "^7.0.0",
"@keystone-ui/core": "^5.0.0",
"@opensaas/keystone-nextjs-auth": "^23.0.0",
"@types/ejs": "^3.1.0",
"dotenv": "^16.0.0",
"ejs": "^3.1.7",
"@types/ejs": "^3.1.1",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"react": "^18.1.0",
"typescript": "^4.5.5"
}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,24 @@
"babel-plugin-remove-graphql-queries": "2.7.2"
},
"dependencies": {
"@babel/core": "^7.17.10",
"@babel/core": "^7.17.12",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-proposal-object-rest-spread": "^7.17.12",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.17.10",
"@babel/plugin-transform-runtime": "^7.17.12",
"@babel/plugin-transform-typescript": "^7.16.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-flow": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@changesets/changelog-github": "^0.4.4",
"@changesets/changelog-github": "^0.4.6",
"@changesets/cli": "^2.24.1",
"@manypkg/cli": "^0.19.1",
"@preconstruct/cli": "2.2.1",
"@preconstruct/eslint-plugin-format-js-tag": "^0.2.0",
"@types/node": "^16.11.33",
"@types/react": "^18.0.12",
"@types/node": "^16.11.45",
"@types/react": "^18.0.15",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.23.0",
"babel-eslint": "^10.1.0",
Expand Down Expand Up @@ -87,6 +87,6 @@
]
},
"engines": {
"node": "^16.13.0"
"node": "^v16.13.2"
}
}
6 changes: 3 additions & 3 deletions packages/keystone-nextjs-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"dependencies": {
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.9",
"@types/ejs": "^3.1.0",
"@types/ejs": "^3.1.1",
"cookie": "^0.5.0",
"cross-fetch": "^3.1.5",
"ejs": "^3.1.7",
"ejs": "^3.1.8",
"fast-deep-equal": "^3.1.3",
"next-auth": "^4.10.1"
"next-auth": "^4.10.2"
},
"devDependencies": {
"@keystone-6/core": "^2.1.0",
Expand Down
Loading

0 comments on commit 1e0e2dd

Please sign in to comment.