Skip to content

Commit

Permalink
Update patch dependencies (patch) (#6147)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2021
1 parent 504a24b commit f3c0edc
Show file tree
Hide file tree
Showing 30 changed files with 249 additions and 95 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.14"
"@types/react": "^17.0.15"
},
"dependencies": {
"@babel/runtime": "^7.14.6",
"@babel/runtime": "^7.14.8",
"@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.14",
"@types/react": "^17.0.15",
"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.6",
"@babel/runtime": "^7.14.8",
"@emotion/react": "^11.4.0",
"@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.14"
"@types/react": "^17.0.15"
},
"dependencies": {
"@babel/runtime": "^7.14.6",
"@babel/runtime": "^7.14.8",
"@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.14",
"@types/react": "^17.0.15",
"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.6",
"@babel/runtime": "^7.14.8",
"@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.14"
"@types/react": "^17.0.15"
},
"dependencies": {
"@babel/runtime": "^7.14.6",
"@babel/runtime": "^7.14.8",
"@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.14"
"@types/react": "^17.0.15"
},
"dependencies": {
"@babel/runtime": "^7.14.6",
"@babel/runtime": "^7.14.8",
"@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.14"
"@types/react": "^17.0.15"
},
"dependencies": {
"@babel/runtime": "^7.14.6",
"@babel/runtime": "^7.14.8",
"@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.6",
"@babel/runtime": "^7.14.8",
"@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.6",
"@babel/runtime": "^7.14.8",
"@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.6",
"@babel/runtime": "^7.14.8",
"@keystone-ui/core": "^3.0.0",
"@popperjs/core": "^2.9.2",
"focus-trap": "^6.6.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.14",
"@types/react": "^17.0.15",
"react": "^17.0.2"
},
"dependencies": {
"@babel/runtime": "^7.14.6",
"@babel/runtime": "^7.14.8",
"@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.14",
"@types/react": "^17.0.15",
"react": "^17.0.2"
},
"dependencies": {
"@babel/runtime": "^7.14.6",
"@babel/runtime": "^7.14.8",
"@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.6",
"@babel/runtime": "^7.14.8",
"@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.6",
"@babel/runtime": "^7.14.8",
"@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.14",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
"@types/tinycolor2": "^1.4.3",
"@types/webpack": "^4.41.30",
Expand Down
4 changes: 2 additions & 2 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.6",
"@babel/runtime": "^7.14.8",
"@emotion/cache": "11.4.0",
"@emotion/react": "^11.4.0",
"@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.14",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
"@types/webpack": "^4.41.30",
"classnames": "^2.3.1",
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.6",
"@babel/runtime": "^7.14.8",
"@graphql-tools/merge": "^6.2.14",
"@keystone-next/auth": "^29.0.0",
"@keystone-next/document-renderer": "^4.0.0",
Expand All @@ -22,7 +22,7 @@
"@keystone-ui/icons": "^4.0.0",
"@keystone-ui/tooltip": "^4.0.0",
"@preconstruct/next": "^3.0.0",
"@types/react": "^17.0.14",
"@types/react": "^17.0.15",
"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 @@ -12,10 +12,10 @@
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-env": "^7.14.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@babel/runtime": "^7.14.6",
"@babel/runtime": "^7.14.8",
"@keystone-next/auth": "^29.0.0",
"@keystone-next/cloudinary": "^6.0.4",
"@keystone-next/fields": "^12.0.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.6",
"@babel/runtime": "^7.14.8",
"@keystone-next/auth": "^29.0.0",
"@keystone-next/fields": "^12.0.0",
"@keystone-next/fields-document": "^7.0.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"test": "jest --runInBand --testTimeout=60000"
},
"dependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.8",
"@babel/preset-typescript": "^7.14.5",
"@keystone-next/auth": "^29.0.0",
"@keystone-next/fields": "^12.0.0",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,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.6",
"@babel/core": "^7.14.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-env": "^7.14.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@changesets/changelog-github": "^0.4.0",
Expand All @@ -54,15 +54,15 @@
"@preconstruct/eslint-plugin-format-js-tag": "^0.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@types/jest": "^26.0.24",
"@types/node-fetch": "^2.5.11",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"@types/node-fetch": "^2.5.12",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"chalk-cli": "^4.1.0",
"cross-env": "^7.0.3",
"eslint": "^7.30.0",
"eslint": "^7.31.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jest": "^24.3.7",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"is-ci": "^3.0.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.6",
"@babel/runtime": "^7.14.8",
"@emotion/weak-memoize": "^0.2.5",
"@keystone-next/types": "^22.0.0",
"@keystone-ui/core": "^3.1.1",
"@types/react": "^17.0.14",
"@types/react": "^17.0.15",
"fast-deep-equal": "^3.1.3",
"graphql": "^15.5.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/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.6",
"@babel/runtime": "^7.14.8",
"@graphql-tools/merge": "^6.2.14",
"@keystone-next/admin-ui-utils": "^5.0.4",
"@keystone-next/fields": "^12.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.6",
"@babel/runtime": "^7.14.8",
"@keystone-next/fields": "^12.0.0",
"@keystone-next/types": "^22.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.14",
"@types/react": "^17.0.15",
"cloudinary": "^1.26.2",
"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.6",
"@babel/runtime": "^7.14.8",
"@braintree/sanitize-url": "^5.0.2",
"@emotion/weak-memoize": "^0.2.5",
"@keystone-next/admin-ui-utils": "^5.0.4",
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.14",
"@types/react": "^17.0.15",
"apply-ref": "^1.0.0",
"fp-ts": "^2.10.5",
"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.6",
"@babel/runtime": "^7.14.8",
"@keystone-next/admin-ui-utils": "^5.0.4",
"@keystone-next/keystone": "^22.0.0",
"@keystone-next/types": "^22.0.0",
Expand All @@ -27,7 +27,7 @@
"@keystone-ui/toast": "^4.0.1",
"@keystone-ui/tooltip": "^4.0.0",
"@types/bcryptjs": "^2.4.2",
"@types/react": "^17.0.14",
"@types/react": "^17.0.15",
"bcryptjs": "^2.4.3",
"bytes": "^3.1.0",
"copy-to-clipboard": "^3.3.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/keystone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
},
"dependencies": {
"@apollo/client": "^3.3.21",
"@babel/core": "^7.14.6",
"@babel/core": "^7.14.8",
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"@babel/runtime": "^7.14.6",
"@babel/runtime": "^7.14.8",
"@emotion/hash": "^0.8.0",
"@graphql-tools/merge": "^6.2.14",
"@graphql-tools/schema": "^7.1.5",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@types/form-data": "2.5.0",
"@types/fs-extra": "^9.0.12",
"@types/graphql-upload": "^8.0.6",
"@types/node-fetch": "^2.5.11",
"@types/node-fetch": "^2.5.12",
"@types/pluralize": "^0.0.29",
"@types/prettier": "^2.3.2",
"@types/prompts": "^2.0.14",
Expand Down Expand Up @@ -110,7 +110,7 @@
"devDependencies": {
"@testing-library/dom": "^8.1.0",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.1.9",
"@testing-library/user-event": "^13.2.1",
"fixturez": "^1.1.0",
"outdent": "^0.8.0",
"string-argv": "^0.3.1",
Expand Down
Loading

1 comment on commit f3c0edc

@vercel
Copy link

@vercel vercel bot commented on f3c0edc Jul 25, 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.