Skip to content

Commit

Permalink
Update patch dependencies (patch) (#5876)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 15, 2021
1 parent 0a60735 commit d4e19b8
Show file tree
Hide file tree
Showing 29 changed files with 614 additions and 541 deletions.
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.9"
"@types/react": "^17.0.11"
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@babel/runtime": "^7.14.6",
"@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 @@ -6,7 +6,7 @@
"module": "dist/core.esm.js",
"devDependencies": {
"@types/facepaint": "^1.2.1",
"@types/react": "^17.0.9",
"@types/react": "^17.0.11",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand All @@ -15,7 +15,7 @@
"react-dom": "^17.0.2"
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@babel/runtime": "^7.14.6",
"@emotion/react": "11.4.0",
"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.9"
"@types/react": "^17.0.11"
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@babel/runtime": "^7.14.6",
"@keystone-ui/core": "^3.1.0",
"@keystone-ui/icons": "^4.0.0",
"@keystone-ui/popover": "^4.0.1",
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.9",
"@types/react": "^17.0.11",
"chalk": "^4.1.1",
"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.0",
"@babel/runtime": "^7.14.6",
"@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.9"
"@types/react": "^17.0.11"
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@babel/runtime": "^7.14.6",
"@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.9"
"@types/react": "^17.0.11"
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@babel/runtime": "^7.14.6",
"@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.9"
"@types/react": "^17.0.11"
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@babel/runtime": "^7.14.6",
"@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.0",
"@babel/runtime": "^7.14.6",
"@keystone-ui/core": "^3.0.0",
"@keystone-ui/fields": "^4.0.0",
"@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.0",
"@babel/runtime": "^7.14.6",
"@keystone-ui/core": "^3.0.0",
"@keystone-ui/icons": "^4.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/popover/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.0",
"@babel/runtime": "^7.14.6",
"@keystone-ui/core": "^3.0.0",
"@popperjs/core": "^2.9.2",
"focus-trap": "^6.5.0",
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.9",
"@types/react": "^17.0.11",
"react": "^17.0.2"
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@babel/runtime": "^7.14.6",
"@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.9",
"@types/react": "^17.0.11",
"react": "^17.0.2"
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@babel/runtime": "^7.14.6",
"@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.0",
"@babel/runtime": "^7.14.6",
"@keystone-ui/core": "^3.0.0",
"@keystone-ui/popover": "^4.0.0",
"apply-ref": "^1.0.0"
Expand Down
6 changes: 3 additions & 3 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.0",
"@babel/runtime": "^7.14.6",
"@keystone-ui/button": "^5.0.0",
"@keystone-ui/core": "^3.0.0",
"@keystone-ui/fields": "^4.0.0",
Expand All @@ -21,8 +21,8 @@
"@keystone-ui/toast": "^4.0.0",
"@keystone-ui/tooltip": "^4.0.0",
"@preconstruct/next": "^3.0.0",
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.6",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.7",
"@types/tinycolor2": "^1.4.2",
"@types/webpack": "^4.41.29",
"next": "^10.2.3",
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"cypress:run:ci": "yarn build && start-server-and-test start http://localhost:8000 cy:run"
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@babel/runtime": "^7.14.6",
"@emotion/weak-memoize": "^0.2.5",
"@keystone-next/fields-document": "^7.0.0",
"@keystone-ui/button": "^5.0.0",
Expand All @@ -26,12 +26,12 @@
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^10.2.3",
"@preconstruct/next": "^3.0.0",
"@primer/octicons-react": "^14.2.1",
"@primer/octicons-react": "^14.2.2",
"@sindresorhus/slugify": "^1.1.2",
"@types/gtag.js": "^0.0.5",
"@types/mdx-js__react": "^1.5.3",
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.6",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.7",
"@types/webpack": "^4.41.29",
"copy-to-clipboard": "^3.3.1",
"cypress": "^5.6.0",
Expand Down
6 changes: 3 additions & 3 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.0",
"@babel/runtime": "^7.14.6",
"@graphql-tools/merge": "^6.2.14",
"@keystone-next/auth": "^27.0.0",
"@keystone-next/document-renderer": "^3.0.0",
Expand All @@ -22,8 +22,8 @@
"@keystone-ui/icons": "^4.0.0",
"@keystone-ui/tooltip": "^4.0.0",
"@preconstruct/next": "^3.0.0",
"@types/react": "^17.0.9",
"apollo-server-micro": "^2.25.0",
"@types/react": "^17.0.11",
"apollo-server-micro": "^2.25.1",
"graphql": "^15.5.0",
"graphql-tag": "^2.12.4",
"next": "^10.2.3",
Expand Down
6 changes: 3 additions & 3 deletions examples-staging/ecommerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"seed-data": "keystone-next --seed-data"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@babel/runtime": "^7.14.0",
"@babel/runtime": "^7.14.6",
"@keystone-next/auth": "^27.0.0",
"@keystone-next/cloudinary": "^6.0.0",
"@keystone-next/fields": "^11.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples-staging/graphql-api-endpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"node": "^12.20 || >= 14.13"
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@babel/runtime": "^7.14.6",
"@keystone-next/auth": "^27.0.0",
"@keystone-next/fields": "^11.0.0",
"@keystone-next/fields-document": "^7.0.0",
"@keystone-next/keystone": "^20.0.0",
"apollo-server-micro": "^2.25.0"
"apollo-server-micro": "^2.25.1"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/examples-staging/graphql-api-endpoint"
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"lint:examples": "for d in `find examples -type d -maxdepth 1 -mindepth 1`; do cd $d; echo $d; SKIP_PROMPTS=1 yarn keystone-next postinstall; if [ $? -ne 0 ]; then exit 1; fi; cd ../..; done; for d in `find examples-staging -type d -maxdepth 1 -mindepth 1`; do cd $d; echo $d; SKIP_PROMPTS=1 yarn keystone-next postinstall; if [ $? -ne 0 ]; then exit 1; fi; cd ../..; done"
},
"dependencies": {
"@babel/core": "^7.14.3",
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.4",
"@babel/plugin-proposal-object-rest-spread": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@changesets/changelog-github": "^0.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages-next/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.0",
"@babel/runtime": "^7.14.6",
"@emotion/weak-memoize": "^0.2.5",
"@keystone-next/types": "^20.0.0",
"@keystone-ui/core": "^3.1.0",
"@types/react": "^17.0.9",
"@types/react": "^17.0.11",
"fast-deep-equal": "^3.1.3",
"graphql": "^15.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages-next/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"node": "^12.20 || >= 14.13"
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@babel/runtime": "^7.14.6",
"@graphql-tools/merge": "^6.2.14",
"@keystone-next/admin-ui-utils": "^5.0.2",
"@keystone-next/fields": "^11.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages-next/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.0",
"@babel/runtime": "^7.14.6",
"@keystone-next/fields": "^11.0.0",
"@keystone-next/types": "^20.0.0",
"@keystone-ui/button": "^5.0.0",
"@keystone-ui/core": "^3.1.0",
"@keystone-ui/fields": "^4.1.1",
"@keystone-ui/pill": "^4.0.0",
"@types/react": "^17.0.9",
"@types/react": "^17.0.11",
"cloudinary": "^1.26.0",
"cuid": "^2.1.8",
"graphql-upload": "^12.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages-next/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.0",
"@babel/runtime": "^7.14.6",
"@braintree/sanitize-url": "^5.0.2",
"@emotion/weak-memoize": "^0.2.5",
"@keystone-next/admin-ui-utils": "^5.0.2",
Expand All @@ -32,7 +32,7 @@
"@keystone-ui/icons": "^4.0.0",
"@keystone-ui/popover": "^4.0.1",
"@keystone-ui/tooltip": "^4.0.0",
"@types/react": "^17.0.9",
"@types/react": "^17.0.11",
"apply-ref": "^1.0.0",
"fp-ts": "^2.10.5",
"graphql": "^15.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages-next/fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"mime": "^2.5.2"
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@babel/runtime": "^7.14.6",
"@keystone-next/admin-ui-utils": "^5.0.2",
"@keystone-next/keystone": "^20.0.0",
"@keystone-next/types": "^20.0.0",
Expand All @@ -28,7 +28,7 @@
"@keystone-ui/toast": "^4.0.0",
"@keystone-ui/tooltip": "^4.0.0",
"@types/bcryptjs": "^2.4.2",
"@types/react": "^17.0.9",
"@types/react": "^17.0.11",
"bcryptjs": "^2.4.3",
"bytes": "^3.1.0",
"copy-to-clipboard": "^3.3.1",
Expand Down
16 changes: 8 additions & 8 deletions packages-next/keystone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"keystone-next": "bin/cli.js"
},
"dependencies": {
"@apollo/client": "^3.3.19",
"@babel/core": "^7.14.3",
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
"@babel/runtime": "^7.14.0",
"@apollo/client": "^3.3.20",
"@babel/core": "^7.14.6",
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@babel/runtime": "^7.14.6",
"@emotion/hash": "^0.8.0",
"@graphql-tools/merge": "^6.2.14",
"@graphql-tools/schema": "^7.1.5",
Expand Down Expand Up @@ -61,13 +61,13 @@
"@types/node-fetch": "^2.5.10",
"@types/pluralize": "^0.0.29",
"@types/prettier": "^2.3.0",
"@types/prompts": "^2.0.12",
"@types/prompts": "^2.0.13",
"@types/source-map-support": "^0.5.3",
"@types/uid-safe": "^2.1.2",
"@types/uuid": "^8.3.0",
"apollo-errors": "^1.9.0",
"apollo-server-express": "^2.25.0",
"apollo-server-micro": "^2.25.0",
"apollo-server-express": "^2.25.1",
"apollo-server-micro": "^2.25.1",
"apollo-server-types": "^0.9.0",
"apollo-upload-client": "^16.0.0",
"chalk": "^4.1.1",
Expand All @@ -91,7 +91,7 @@
"next": "^10.2.3",
"node-fetch": "^2.6.1",
"object-hash": "^2.2.0",
"p-limit": "^2.2.0",
"p-limit": "^2.2.2",
"pirates": "^4.0.1",
"pluralize": "^8.0.0",
"prettier": "^2.3.1",
Expand Down
Loading

1 comment on commit d4e19b8

@vercel
Copy link

@vercel vercel bot commented on d4e19b8 Jun 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.