Skip to content

Commit

Permalink
Update patch dependencies (#7007)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Daniel Cousens <413395+dcousens@users.noreply.github.com>
  • Loading branch information
3 people authored and gwyneplaine committed Nov 30, 2021
1 parent 08bfd20 commit 426f361
Show file tree
Hide file tree
Showing 18 changed files with 119 additions and 114 deletions.
2 changes: 1 addition & 1 deletion design-system/packages/button/package.json
Expand Up @@ -5,7 +5,7 @@
"main": "dist/keystone-ui-button.cjs.js",
"module": "dist/keystone-ui-button.esm.js",
"devDependencies": {
"@types/react": "^17.0.36"
"@types/react": "^17.0.37"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/core/package.json
Expand Up @@ -5,7 +5,7 @@
"main": "dist/keystone-ui-core.cjs.js",
"module": "dist/keystone-ui-core.esm.js",
"devDependencies": {
"@types/react": "^17.0.36",
"@types/react": "^17.0.37",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/fields/package.json
Expand Up @@ -5,7 +5,7 @@
"main": "dist/keystone-ui-fields.cjs.js",
"module": "dist/keystone-ui-fields.esm.js",
"devDependencies": {
"@types/react": "^17.0.36"
"@types/react": "^17.0.37"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/icons/package.json
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.36",
"@types/react": "^17.0.37",
"chalk": "^4.1.2",
"feather-icons": "^4.28.0",
"fs-extra": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/loading/package.json
Expand Up @@ -5,7 +5,7 @@
"main": "dist/keystone-ui-loading.cjs.js",
"module": "dist/keystone-ui-loading.esm.js",
"devDependencies": {
"@types/react": "^17.0.36"
"@types/react": "^17.0.37"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/modals/package.json
Expand Up @@ -5,7 +5,7 @@
"main": "dist/keystone-ui-modals.cjs.js",
"module": "dist/keystone-ui-modals.esm.js",
"devDependencies": {
"@types/react": "^17.0.36"
"@types/react": "^17.0.37"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/notice/package.json
Expand Up @@ -5,7 +5,7 @@
"main": "dist/keystone-ui-notice.cjs.js",
"module": "dist/keystone-ui-notice.esm.js",
"devDependencies": {
"@types/react": "^17.0.36"
"@types/react": "^17.0.37"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/segmented-control/package.json
Expand Up @@ -5,7 +5,7 @@
"main": "dist/keystone-ui-segmented-control.cjs.js",
"module": "dist/keystone-ui-segmented-control.esm.js",
"devDependencies": {
"@types/react": "^17.0.36",
"@types/react": "^17.0.37",
"react": "^17.0.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/toast/package.json
Expand Up @@ -5,7 +5,7 @@
"main": "dist/keystone-ui-toast.cjs.js",
"module": "dist/keystone-ui-toast.esm.js",
"devDependencies": {
"@types/react": "^17.0.36",
"@types/react": "^17.0.37",
"react": "^17.0.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion design-system/website/package.json
Expand Up @@ -21,7 +21,7 @@
"@keystone-ui/toast": "^5.0.0",
"@keystone-ui/tooltip": "^5.0.0",
"@preconstruct/next": "^3.0.1",
"@types/react": "^17.0.36",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/tinycolor2": "^1.4.3",
"next": "^12.0.4",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -23,7 +23,7 @@
"@sindresorhus/slugify": "^1.1.2",
"@types/gtag.js": "^0.0.8",
"@types/mdx-js__react": "^1.5.5",
"@types/react": "^17.0.36",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples-staging/basic/package.json
Expand Up @@ -18,7 +18,7 @@
"@keystone-ui/fields": "^6.0.0",
"@keystone-ui/icons": "^5.0.0",
"@keystone-ui/tooltip": "^5.0.0",
"@types/react": "^17.0.36",
"@types/react": "^17.0.37",
"graphql": "^15.7.2",
"graphql-tag": "^2.12.6",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples-staging/ecommerce/package.json
Expand Up @@ -22,7 +22,7 @@
"@types/nodemailer": "^6.4.4",
"dotenv": "^10.0.0",
"next": "^12.0.4",
"nodemailer": "^6.7.1",
"nodemailer": "^6.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"stripe": "^8.191.0"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -47,8 +47,8 @@
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@changesets/changelog-github": "^0.4.1",
"@changesets/cli": "^2.18.0",
"@changesets/changelog-github": "^0.4.2",
"@changesets/cli": "^2.18.1",
"@jest/test-sequencer": "^27.4.0",
"@manypkg/cli": "^0.19.1",
"@preconstruct/cli": "2.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudinary/package.json
Expand Up @@ -10,7 +10,7 @@
"@keystone-ui/core": "^4.0.0",
"@keystone-ui/fields": "^6.0.0",
"@keystone-ui/pill": "^6.0.0",
"@types/react": "^17.0.36",
"@types/react": "^17.0.37",
"cloudinary": "^1.27.1",
"cuid": "^2.1.8",
"graphql-upload": "^12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fields-document/package.json
Expand Up @@ -32,7 +32,7 @@
"@keystone-ui/icons": "^5.0.0",
"@keystone-ui/popover": "^5.0.0",
"@keystone-ui/tooltip": "^5.0.0",
"@types/react": "^17.0.36",
"@types/react": "^17.0.37",
"apollo-server-errors": "^3.3.0",
"apply-ref": "^1.0.0",
"fp-ts": "^2.11.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/keystone/package.json
Expand Up @@ -65,7 +65,7 @@
"@types/pluralize": "^0.0.29",
"@types/prettier": "^2.4.2",
"@types/prompts": "^2.0.14",
"@types/react": "^17.0.36",
"@types/react": "^17.0.37",
"@types/source-map-support": "^0.5.4",
"@types/supertest": "^2.0.11",
"@types/uid-safe": "^2.1.2",
Expand Down

0 comments on commit 426f361

Please sign in to comment.