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
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 15, 2023
1 parent 482511d commit 73359ca
Show file tree
Hide file tree
Showing 4 changed files with 205 additions and 112 deletions.
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,17 +45,17 @@
]
},
"dependencies": {
"@apollo/client": "^3.7.12",
"@babel/core": "^7.21.4",
"@apollo/client": "^3.7.14",
"@babel/core": "^7.21.8",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@babel/runtime": "^7.21.0",
"@babel/runtime-corejs3": "^7.21.0",
"@babel/preset-typescript": "^7.21.5",
"@babel/runtime": "^7.21.5",
"@babel/runtime-corejs3": "^7.21.5",
"@next/bundle-analyzer": "^13.4.2",
"@preconstruct/next": "^4.0.0",
"core-js": "^3.23.5",
Expand All @@ -73,10 +73,10 @@
"nprogress": "^0.2.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-bootstrap": "^2.7.3",
"react-bootstrap": "^2.7.4",
"react-dom": "^18.2.0",
"react-transition-group": "^4.4.5",
"styled-components": "^5.3.9",
"styled-components": "^5.3.10",
"typescript": "^5.0.4",
"waait": "^1.0.5"
},
Expand All @@ -102,7 +102,7 @@
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^28.1.3",
"prettier": "^2.8.7",
"prettier": "^2.8.8",
"react-test-renderer": "^18.2.0"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@babel/core": "^7.21.4",
"@babel/core": "^7.21.8",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
Expand All @@ -50,13 +50,13 @@
"@babel/preset-env": "^7.20.2",
"@babel/preset-flow": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@babel/preset-typescript": "^7.21.5",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@manypkg/cli": "^0.20.0",
"@preconstruct/cli": "2.6.2",
"@preconstruct/cli": "2.6.4",
"@preconstruct/eslint-plugin-format-js-tag": "^0.2.0",
"@types/node": "^18.16.6",
"@types/node": "^18.16.9",
"@types/react": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
Expand All @@ -72,7 +72,7 @@
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"is-ci": "^3.0.1",
"prettier": "^2.8.7",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"terminal-link-cli": "^3.0.0",
"typescript": "^5.0.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/keystone-nextjs-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"main": "dist/opensaas-keystone-nextjs-auth.cjs.js",
"module": "dist/opensaas-keystone-nextjs-auth.esm.js",
"dependencies": {
"@babel/runtime": "^7.21.0",
"@babel/runtime-corejs3": "^7.21.0",
"@babel/runtime": "^7.21.5",
"@babel/runtime-corejs3": "^7.21.5",
"@types/ejs": "^3.1.2",
"cookie": "^0.5.0",
"cross-fetch": "^3.1.5",
"cross-fetch": "^3.1.6",
"ejs": "^3.1.9",
"fast-deep-equal": "^3.1.3",
"next-auth": "^4.22.1"
Expand Down
Loading

0 comments on commit 73359ca

Please sign in to comment.