Skip to content

Commit

Permalink
Update patch dependencies (patch) (#6331)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2021
1 parent e20c26b commit 4fef54b
Show file tree
Hide file tree
Showing 36 changed files with 180 additions and 167 deletions.
2 changes: 1 addition & 1 deletion .changeset/lemon-phones-turn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@keystone-next/keystone": patch
---

Updated Prisma dependencies to `2.29.0`.
Updated Prisma dependencies to `2.29.1`.
4 changes: 2 additions & 2 deletions design-system/packages/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"main": "dist/button.cjs.js",
"module": "dist/button.esm.js",
"devDependencies": {
"@types/react": "^17.0.16"
"@types/react": "^17.0.18"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"@keystone-ui/core": "^3.0.0",
"@keystone-ui/icons": "^4.0.0",
"@keystone-ui/loading": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/core.cjs.js",
"module": "dist/core.esm.js",
"devDependencies": {
"@types/react": "^17.0.16",
"@types/react": "^17.0.18",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand All @@ -14,7 +14,7 @@
"react-dom": "^17.0.2"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"@emotion/react": "^11.4.1",
"@types/facepaint": "^1.2.2",
"facepaint": "^1.2.1"
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"main": "dist/fields.cjs.js",
"module": "dist/fields.esm.js",
"devDependencies": {
"@types/react": "^17.0.16"
"@types/react": "^17.0.18"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"@keystone-ui/core": "^3.1.0",
"@keystone-ui/icons": "^4.0.0",
"@keystone-ui/popover": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@svgr/plugin-jsx": "^5.5.0",
"@svgr/plugin-prettier": "^5.5.0",
"@svgr/plugin-svgo": "^5.5.0",
"@types/react": "^17.0.16",
"@types/react": "^17.0.18",
"chalk": "^4.1.2",
"feather-icons": "^4.28.0",
"fs-extra": "^10.0.0",
Expand All @@ -21,7 +21,7 @@
"to-pascal-case": "^1.0.0"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"@keystone-ui/core": "^3.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/loading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"main": "dist/loading.cjs.js",
"module": "dist/loading.esm.js",
"devDependencies": {
"@types/react": "^17.0.16"
"@types/react": "^17.0.18"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"@keystone-ui/core": "^3.0.0",
"react": "^17.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/modals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"main": "dist/modals.cjs.js",
"module": "dist/modals.esm.js",
"devDependencies": {
"@types/react": "^17.0.16"
"@types/react": "^17.0.18"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"@keystone-ui/button": "^5.0.0",
"@keystone-ui/core": "^3.0.0",
"react": "^17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/notice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"main": "dist/notice.cjs.js",
"module": "dist/notice.esm.js",
"devDependencies": {
"@types/react": "^17.0.16"
"@types/react": "^17.0.18"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"@keystone-ui/button": "^5.0.0",
"@keystone-ui/core": "^3.0.0",
"@keystone-ui/icons": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react": "^17.0.2"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"@keystone-ui/core": "^3.0.0",
"@keystone-ui/fields": "^4.1.2",
"@keystone-ui/icons": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/pill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react": "^17.0.2"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"@keystone-ui/core": "^3.0.0",
"@keystone-ui/icons": "^4.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"react-dom": "^17.0.2"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"@keystone-ui/core": "^3.0.0",
"@popperjs/core": "^2.9.3",
"focus-trap": "^6.6.0",
"focus-trap": "^6.6.1",
"react-popper": "^2.2.5"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/segmented-control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"main": "dist/segmented-control.cjs.js",
"module": "dist/segmented-control.esm.js",
"devDependencies": {
"@types/react": "^17.0.16",
"@types/react": "^17.0.18",
"react": "^17.0.2"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"@keystone-ui/core": "^3.1.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/toast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"main": "dist/toast.cjs.js",
"module": "dist/toast.esm.js",
"devDependencies": {
"@types/react": "^17.0.16",
"@types/react": "^17.0.18",
"react": "^17.0.2"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"@keystone-ui/core": "^3.0.0",
"@keystone-ui/icons": "^4.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-dom": "^17.0.2"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"@keystone-ui/core": "^3.0.0",
"@keystone-ui/popover": "^4.0.0",
"apply-ref": "^1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions design-system/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "next -p 8080"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"@keystone-ui/button": "^5.0.0",
"@keystone-ui/core": "^3.0.0",
"@keystone-ui/fields": "^4.1.2",
Expand All @@ -21,7 +21,7 @@
"@keystone-ui/toast": "^4.0.1",
"@keystone-ui/tooltip": "^4.0.0",
"@preconstruct/next": "^3.0.0",
"@types/react": "^17.0.16",
"@types/react": "^17.0.18",
"@types/react-dom": "^17.0.9",
"@types/tinycolor2": "^1.4.3",
"@types/webpack": "^4.41.30",
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"cypress:run:ci": "yarn build && start-server-and-test start http://localhost:8000 cy:run"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"@emotion/cache": "11.4.0",
"@emotion/react": "^11.4.1",
"@emotion/server": "11.4.0",
Expand All @@ -26,7 +26,7 @@
"@sindresorhus/slugify": "^1.1.2",
"@types/gtag.js": "^0.0.7",
"@types/mdx-js__react": "^1.5.4",
"@types/react": "^17.0.16",
"@types/react": "^17.0.18",
"@types/react-dom": "^17.0.9",
"@types/webpack": "^4.41.30",
"classnames": "^2.3.1",
Expand All @@ -45,7 +45,7 @@
"remark-hint": "^1.0.10"
},
"devDependencies": {
"next-sitemap": "^1.6.148",
"next-sitemap": "^1.6.157",
"start-server-and-test": "^1.13.1",
"typescript": "^4.3.5"
},
Expand Down
4 changes: 2 additions & 2 deletions examples-staging/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "keystone-next build"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"@keystone-next/auth": "^30.0.0",
"@keystone-next/document-renderer": "^4.0.0",
"@keystone-next/fields": "^13.0.0",
Expand All @@ -21,7 +21,7 @@
"@keystone-ui/icons": "^4.0.0",
"@keystone-ui/tooltip": "^4.0.1",
"@preconstruct/next": "^3.0.0",
"@types/react": "^17.0.16",
"@types/react": "^17.0.18",
"apollo-server-micro": "^2.25.2",
"graphql": "^15.5.1",
"graphql-tag": "^2.12.5",
Expand Down
4 changes: 2 additions & 2 deletions examples-staging/ecommerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"@keystone-next/auth": "^30.0.0",
"@keystone-next/cloudinary": "^6.0.5",
"@keystone-next/fields": "^13.0.0",
Expand All @@ -27,7 +27,7 @@
"nodemailer": "^6.6.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"stripe": "^8.168.0"
"stripe": "^8.169.0"
},
"devDependencies": {
"@keystone-next/testing": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples-staging/graphql-api-endpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"node": "^12.20 || >= 14.13"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"@keystone-next/auth": "^30.0.0",
"@keystone-next/fields": "^13.0.0",
"@keystone-next/fields-document": "^7.0.3",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
"@preconstruct/cli": "2.1.0",
"@preconstruct/eslint-plugin-format-js-tag": "^0.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@types/jest": "^27.0.0",
"@types/jest": "^27.0.1",
"@types/node-fetch": "^2.5.12",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"chalk-cli": "^4.1.0",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/admin-ui-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"module": "dist/admin-ui-utils.esm.js",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"@emotion/weak-memoize": "^0.2.5",
"@keystone-next/types": "^23.0.0",
"@keystone-ui/core": "^3.1.1",
"@types/react": "^17.0.16",
"@types/react": "^17.0.18",
"fast-deep-equal": "^3.1.3",
"graphql": "^15.5.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"node": "^12.20 || >= 14.13"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@graphql-tools/schema": "^8.1.0",
"@babel/runtime": "^7.15.3",
"@graphql-tools/schema": "^8.1.1",
"@keystone-next/admin-ui-utils": "^5.0.5",
"@keystone-next/fields": "^13.0.0",
"@keystone-next/types": "^23.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cloudinary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"main": "dist/cloudinary.cjs.js",
"module": "dist/cloudinary.esm.js",
"dependencies": {
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"@keystone-next/fields": "^13.0.0",
"@keystone-next/types": "^23.0.0",
"@keystone-ui/button": "^5.0.0",
"@keystone-ui/core": "^3.1.1",
"@keystone-ui/fields": "^4.1.2",
"@keystone-ui/pill": "^5.0.0",
"@types/react": "^17.0.16",
"@types/react": "^17.0.18",
"cloudinary": "^1.26.3",
"cuid": "^2.1.8",
"graphql-upload": "^12.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/fields-document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
]
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"@braintree/sanitize-url": "^5.0.2",
"@emotion/weak-memoize": "^0.2.5",
"@keystone-next/admin-ui-utils": "^5.0.5",
Expand All @@ -32,7 +32,7 @@
"@keystone-ui/icons": "^4.0.0",
"@keystone-ui/popover": "^4.0.1",
"@keystone-ui/tooltip": "^4.0.1",
"@types/react": "^17.0.16",
"@types/react": "^17.0.18",
"apply-ref": "^1.0.0",
"fp-ts": "^2.11.1",
"graphql": "^15.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"mime": "^2.5.2"
},
"dependencies": {
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"@keystone-next/admin-ui-utils": "^5.0.5",
"@keystone-next/keystone": "^23.0.0",
"@keystone-next/types": "^23.0.0",
Expand All @@ -27,7 +27,7 @@
"@keystone-ui/toast": "^4.0.1",
"@keystone-ui/tooltip": "^4.0.1",
"@types/bcryptjs": "^2.4.2",
"@types/react": "^17.0.16",
"@types/react": "^17.0.18",
"bcryptjs": "^2.4.3",
"bytes": "^3.1.0",
"copy-to-clipboard": "^3.3.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/keystone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"keystone-next": "bin/cli.js"
},
"dependencies": {
"@apollo/client": "^3.4.7",
"@apollo/client": "^3.4.8",
"@babel/core": "^7.15.0",
"@babel/plugin-transform-modules-commonjs": "^7.15.0",
"@babel/runtime": "^7.14.8",
"@babel/runtime": "^7.15.3",
"@emotion/hash": "^0.8.0",
"@graphql-tools/schema": "^8.1.0",
"@graphql-tools/schema": "^8.1.1",
"@hapi/iron": "^6.0.0",
"@keystone-next/admin-ui-utils": "^5.0.5",
"@keystone-next/fields": "^13.0.0",
Expand All @@ -46,9 +46,9 @@
"@keystone-ui/toast": "^4.0.1",
"@keystone-ui/tooltip": "^4.0.1",
"@preconstruct/next": "^3.0.0",
"@prisma/client": "2.29.0",
"@prisma/migrate": "2.29.0",
"@prisma/sdk": "2.29.0",
"@prisma/client": "2.29.1",
"@prisma/migrate": "2.29.1",
"@prisma/sdk": "2.29.1",
"@sindresorhus/slugify": "^1.1.2",
"@types/apollo-upload-client": "14.1.0",
"@types/babel__core": "^7.1.15",
Expand Down Expand Up @@ -94,7 +94,7 @@
"pirates": "^4.0.1",
"pluralize": "^8.0.0",
"prettier": "^2.3.2",
"prisma": "2.29.0",
"prisma": "2.29.1",
"prompts": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
Loading

0 comments on commit 4fef54b

Please sign in to comment.