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) (#272)
Browse files Browse the repository at this point in the history
* Update patch dependencies

* Changeset

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Josh Calder <[email protected]>
  • Loading branch information
renovate[bot] and borisno2 committed Dec 20, 2022
1 parent 44e45d9 commit 0a8ea8e
Show file tree
Hide file tree
Showing 6 changed files with 186 additions and 60 deletions.
7 changes: 7 additions & 0 deletions .changeset/dull-walls-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@opensaas/keystone-nextjs-auth": patch
"@opensaas-keystone/next-auth-signup-frontend": patch
"@opensaas-keystone/next-auth-backend": patch
---

Update patch dependencies (patch)
16 changes: 8 additions & 8 deletions apps/ks-frontend-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
]
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@apollo/client": "^3.7.2",
"@babel/core": "^7.18.13",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
Expand All @@ -56,20 +56,20 @@
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.17.9",
"@babel/runtime-corejs3": "^7.17.9",
"@next/bundle-analyzer": "^13.0.6",
"@next/bundle-analyzer": "^13.0.7",
"@preconstruct/next": "^4.0.0",
"core-js": "^3.20.3",
"date-fns": "^2.29.3",
"deepmerge": "^4.2.2",
"downshift": "^6.1.12",
"eslint-config-next": "^13.0.6",
"eslint-config-next": "^13.0.7",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"graphql-upload": "^12.0.0",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"next": "^13.0.6",
"next-auth": "^4.18.0",
"next": "^13.0.7",
"next-auth": "^4.18.6",
"next-transpile-modules": "^10.0.0",
"nprogress": "^0.2.0",
"prop-types": "^15.8.1",
Expand All @@ -78,12 +78,12 @@
"react-dom": "^18.2.0",
"react-transition-group": "^4.4.5",
"styled-components": "^5.3.6",
"typescript": "^4.9.3",
"typescript": "^4.9.4",
"waait": "^1.0.5"
},
"devDependencies": {
"@apollo/react-testing": "^4.0.0",
"@next/eslint-plugin-next": "^13.0.6",
"@next/eslint-plugin-next": "^13.0.7",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
Expand All @@ -103,7 +103,7 @@
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^28.1.3",
"prettier": "^2.8.0",
"prettier": "^2.8.1",
"react-test-renderer": "^18.2.0"
}
}
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"react": "^18.2.0",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
"@babel/preset-flow": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@changesets/changelog-github": "^0.4.7",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.25.2",
"@manypkg/cli": "^0.19.2",
"@preconstruct/cli": "2.2.2",
"@preconstruct/eslint-plugin-format-js-tag": "^0.2.0",
"@types/node": "^18.11.11",
"@types/node": "^18.11.17",
"@types/react": "^18.0.26",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
Expand All @@ -68,14 +68,14 @@
"eslint": "^8.15.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.6",
"eslint-plugin-jest": "^27.1.7",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.6.0",
"is-ci": "^3.0.1",
"prettier": "^2.8.0",
"prettier": "^2.8.1",
"rimraf": "^3.0.2",
"terminal-link-cli": "^3.0.0",
"typescript": "^4.9.3"
"typescript": "^4.9.4"
},
"preconstruct": {
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion packages/keystone-nextjs-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"cross-fetch": "^3.1.5",
"ejs": "^3.1.8",
"fast-deep-equal": "^3.1.3",
"next-auth": "^4.18.0"
"next-auth": "^4.18.6"
},
"devDependencies": {
"@keystone-6/core": "4.0.1",
Expand Down
Loading

0 comments on commit 0a8ea8e

Please sign in to comment.