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 Jun 26, 2023
1 parent 198f45f commit df6626f
Show file tree
Hide file tree
Showing 4 changed files with 494 additions and 234 deletions.
24 changes: 12 additions & 12 deletions apps/ks-frontend-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,44 +45,44 @@
]
},
"dependencies": {
"@apollo/client": "^3.7.12",
"@babel/core": "^7.21.4",
"@apollo/client": "^3.7.16",
"@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.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@babel/runtime": "^7.21.0",
"@babel/runtime-corejs3": "^7.21.0",
"@next/bundle-analyzer": "^13.4.2",
"@babel/preset-typescript": "^7.21.5",
"@babel/runtime": "^7.21.5",
"@babel/runtime-corejs3": "^7.21.5",
"@next/bundle-analyzer": "^13.4.7",
"@preconstruct/next": "^4.0.0",
"core-js": "^3.23.5",
"date-fns": "^2.30.0",
"deepmerge": "^4.3.1",
"downshift": "^6.1.12",
"eslint-config-next": "^13.4.2",
"eslint-config-next": "^13.4.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.4.2",
"next": "^13.4.7",
"next-auth": "^4.22.1",
"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.11",
"typescript": "^5.0.4",
"waait": "^1.0.5"
},
"devDependencies": {
"@apollo/react-testing": "^4.0.0",
"@next/eslint-plugin-next": "^13.4.2",
"@next/eslint-plugin-next": "^13.4.7",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
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"
}
}
14 changes: 7 additions & 7 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.21.8",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
Expand All @@ -50,14 +50,14 @@
"@babel/preset-env": "^7.21.5",
"@babel/preset-flow": "^7.21.4",
"@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/react": "^18.2.6",
"@types/node": "^18.16.18",
"@types/react": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"babel-loader": "^8.3.0",
Expand All @@ -68,11 +68,11 @@
"eslint": "^8.40.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest": "^27.2.2",
"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 df6626f

Please sign in to comment.