Skip to content

Commit

Permalink
fix(deps): update patch dependencies (#5736)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored May 17, 2021
1 parent 194bbee commit ba574cb
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion design-system/packages/fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"date-fns": "^2.21.3",
"react": "^17.0.2",
"react-day-picker": "npm:react-day-picker@^7.4.8",
"react-focus-lock": "^2.5.0",
"react-focus-lock": "^2.5.1",
"react-select": "^4.3.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/modals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@keystone-ui/button": "^4.0.0",
"@keystone-ui/core": "^2.0.1",
"react": "^17.0.2",
"react-focus-lock": "^2.5.0",
"react-focus-lock": "^2.5.1",
"react-remove-scroll": "^2.4.2",
"react-transition-group": "^4.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion design-system/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@keystone-ui/tooltip": "^3.0.0",
"@preconstruct/next": "^3.0.0",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.4",
"@types/react-dom": "^17.0.5",
"@types/tinycolor2": "^1.4.2",
"@types/webpack": "^4.41.28",
"next": "^10.2.0",
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/gtag.js": "^0.0.4",
"@types/mdx-js__react": "^1.5.3",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.4",
"@types/react-dom": "^17.0.5",
"@types/webpack": "^4.41.28",
"copy-to-clipboard": "^3.3.1",
"cypress": "^5.6.0",
Expand All @@ -45,7 +45,7 @@
"remark-hint": "^1.0.10"
},
"devDependencies": {
"start-server-and-test": "^1.12.1",
"start-server-and-test": "^1.12.2",
"typescript": "^4.2.4"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion examples/ecommerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"seed-data": "keystone-next --seed-data"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/plugin-transform-runtime": "^7.14.2",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"dependencies": {
"@babel/core": "^7.14.2",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-proposal-object-rest-spread": "^7.14.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/plugin-transform-runtime": "^7.14.2",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
Expand Down
4 changes: 2 additions & 2 deletions packages-next/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "14.1.3",
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.3.17",
"@apollo/client": "^3.3.18",
"@babel/runtime": "^7.14.0",
"@emotion/hash": "^0.8.0",
"@emotion/weak-memoize": "^0.2.5",
Expand Down Expand Up @@ -59,7 +59,7 @@
"repository": "https://github.com/keystonejs/keystone/tree/master/packages-next/admin-ui",
"devDependencies": {
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9"
}
}
2 changes: 1 addition & 1 deletion packages-next/fields-document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"repository": "https://github.com/keystonejs/keystone/tree/master/packages-next/fields-document",
"devDependencies": {
"@testing-library/react": "^11.2.6",
"@testing-library/react": "^11.2.7",
"array.prototype.flat": "^1.2.4",
"jest-diff": "^26.6.2",
"pretty-format": "^26.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages-next/fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"typescript": "^4.2.4"
},
"dependencies": {
"@apollo/client": "^3.3.17",
"@apollo/client": "^3.3.18",
"@babel/runtime": "^7.14.0",
"@keystone-next/access-control-legacy": "^10.0.1",
"@keystone-next/adapter-prisma-legacy": "^6.1.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# yarn lockfile v1


"@apollo/client@^3.1.3", "@apollo/client@^3.2.5", "@apollo/client@^3.3.17":
"@apollo/client@^3.1.3", "@apollo/client@^3.2.5", "@apollo/client@^3.3.18":
version "3.3.18"
resolved "https://registry.yarnpkg.com/@apollo/client/-/client-3.3.18.tgz#dc722576a88fddb5c3ae0bb03d5675e0bb7ec07e"
integrity sha512-SaJSda4V36/pnv7jkCBROBPwd3w/3TnG/Bd8oLESuNqm6ruXDHt067ow00Y2zz1AOL8SuOI9LXjmkr+FcTqnIQ==
Expand Down Expand Up @@ -454,7 +454,7 @@
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
"@babel/plugin-transform-parameters" "^7.12.1"

"@babel/plugin-proposal-object-rest-spread@^7.13.8", "@babel/plugin-proposal-object-rest-spread@^7.14.2":
"@babel/plugin-proposal-object-rest-spread@^7.14.2":
version "7.14.2"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.2.tgz#e17d418f81cc103fedd4ce037e181c8056225abc"
integrity sha512-hBIQFxwZi8GIp934+nj5uV31mqclC1aYDhctDu5khTi9PCCUOczyy0b34W0oE9U/eJXiqQaKyVsmjeagOaSlbw==
Expand Down Expand Up @@ -871,7 +871,7 @@
dependencies:
"@babel/helper-plugin-utils" "^7.12.13"

"@babel/plugin-transform-runtime@^7.13.15":
"@babel/plugin-transform-runtime@^7.14.2":
version "7.14.2"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.14.2.tgz#4e24389bd680dd94ea1b871465d00112ae974425"
integrity sha512-LyA2AiPkaYzI7G5e2YI4NCasTfFe7mZvlupNprDOB7CdNUHb2DQC4uV6oeZ0396gOcicUzUCh0MShL6wiUgk+Q==
Expand Down Expand Up @@ -2436,7 +2436,7 @@
lodash "^4.17.15"
redent "^3.0.0"

"@testing-library/react@^11.2.6":
"@testing-library/react@^11.2.7":
version "11.2.7"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.7.tgz#b29e2e95c6765c815786c0bc1d5aed9cb2bf7818"
integrity sha512-tzRNp7pzd5QmbtXNG/mhdcl7Awfu/Iz1RaVHY75zTdOkmHCuzMhRL83gWHSgOAcjS3CCbyfwUHMZgRJb4kAfpA==
Expand Down Expand Up @@ -2902,7 +2902,7 @@
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.3.tgz#7ee330ba7caafb98090bece86a5ee44115904c2c"
integrity sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA==

"@types/react-dom@*", "@types/react-dom@^17.0.4":
"@types/react-dom@*", "@types/react-dom@^17.0.5":
version "17.0.5"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.5.tgz#df44eed5b8d9e0b13bb0cd38e0ea6572a1231227"
integrity sha512-ikqukEhH4H9gr4iJCmQVNzTB307kROe3XFfHAOTxOXPOw7lAoEXnM5KWTkzeANGL5Ce6ABfiMl/zJBYNi7ObmQ==
Expand Down Expand Up @@ -10835,7 +10835,7 @@ react-fast-compare@^3.0.1:
resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.0.tgz#641a9da81b6a6320f270e89724fb45a0b39e43bb"
integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==

react-focus-lock@^2.5.0:
react-focus-lock@^2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.5.1.tgz#e2060c5d7b02c62d79c4f103d0fc5a1288bc8f75"
integrity sha512-gOToRZKVEymGEjFaTRUKgJsdYQrNosoiK7yZnXnnd8bYew4vMzk3Rxb0Q4nyrGwsFuUmgQiSAulQirA0J+v4hA==
Expand Down Expand Up @@ -12032,7 +12032,7 @@ stacktrace-parser@0.1.10:
dependencies:
type-fest "^0.7.1"

start-server-and-test@^1.12.1:
start-server-and-test@^1.12.2:
version "1.12.2"
resolved "https://registry.yarnpkg.com/start-server-and-test/-/start-server-and-test-1.12.2.tgz#13afe6f22d7347e0fd47a739cdd085786fced14b"
integrity sha512-rjJF8N/8XVukEYR44Ehm8LAZIDjWCQKXX54W8UQ8pXz3yDKPCdqTqJy7VYnCAknPw65cmLfPxz8M2+K/zCAvVQ==
Expand Down

1 comment on commit ba574cb

@vercel
Copy link

@vercel vercel bot commented on ba574cb May 17, 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.