Skip to content

Commit

Permalink
update packages/* deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mmachatschek committed Oct 21, 2023
1 parent 43ef8c0 commit a78ad6a
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 64 deletions.
10 changes: 5 additions & 5 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-ui/button": "^7.0.2",
"@keystone-ui/core": "^5.0.2",
"@keystone-ui/fields": "^7.1.2",
"@keystone-ui/loading": "^6.0.2",
"@keystone-ui/notice": "^6.0.2",
"@keystone-ui/button": "workspace:^",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/fields": "workspace:^",
"@keystone-ui/loading": "workspace:^",
"@keystone-ui/notice": "workspace:^",
"cross-fetch": "^4.0.0",
"fast-deep-equal": "^3.1.3",
"graphql": "^16.8.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/cloudinary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-ui/button": "^7.0.2",
"@keystone-ui/core": "^5.0.2",
"@keystone-ui/fields": "^7.1.2",
"@keystone-ui/pill": "^7.0.2",
"@keystone-ui/button": "workspace:^",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/fields": "workspace:^",
"@keystone-ui/pill": "workspace:^",
"@types/react": "^18.0.9",
"cloudinary": "^1.27.1",
"react": "^18.2.0"
Expand Down
27 changes: 13 additions & 14 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,19 +194,19 @@
"@graphql-ts/schema": "^0.6.0",
"@graphql-typed-document-node/core": "^3.1.2",
"@hapi/iron": "^7.0.0",
"@keystone-ui/button": "^7.0.2",
"@keystone-ui/core": "^5.0.2",
"@keystone-ui/fields": "^7.2.0",
"@keystone-ui/icons": "^6.0.2",
"@keystone-ui/loading": "^6.0.2",
"@keystone-ui/modals": "^6.0.3",
"@keystone-ui/notice": "^6.0.2",
"@keystone-ui/options": "^6.0.2",
"@keystone-ui/pill": "^7.0.2",
"@keystone-ui/popover": "^6.0.2",
"@keystone-ui/segmented-control": "^7.0.3",
"@keystone-ui/toast": "^6.0.2",
"@keystone-ui/tooltip": "^6.0.2",
"@keystone-ui/button": "workspace:^",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/fields": "workspace:^",
"@keystone-ui/icons": "workspace:^",
"@keystone-ui/loading": "workspace:^",
"@keystone-ui/modals": "workspace:^",
"@keystone-ui/notice": "workspace:^",
"@keystone-ui/options": "workspace:^",
"@keystone-ui/pill": "workspace:^",
"@keystone-ui/popover": "workspace:^",
"@keystone-ui/segmented-control": "workspace:^",
"@keystone-ui/toast": "workspace:^",
"@keystone-ui/tooltip": "workspace:^",
"@nodelib/fs.walk": "^2.0.0",
"@prisma/client": "4.16.2",
"@prisma/internals": "4.16.2",
Expand Down Expand Up @@ -248,7 +248,6 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@keystone-6/core": "5.7.0",
"@types/apollo-upload-client": "17.0.3",
"@types/bcryptjs": "^2.4.2",
"@types/body-parser": "^1.19.2",
Expand Down
16 changes: 8 additions & 8 deletions packages/fields-document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.1",
"@emotion/weak-memoize": "^0.3.0",
"@keystone-6/document-renderer": "^1.1.2",
"@keystone-ui/button": "^7.0.2",
"@keystone-ui/core": "^5.0.2",
"@keystone-ui/fields": "^7.2.0",
"@keystone-ui/icons": "^6.0.2",
"@keystone-ui/modals": "^6.0.3",
"@keystone-ui/popover": "^6.0.2",
"@keystone-ui/tooltip": "^6.0.2",
"@keystone-6/document-renderer": "workspace:^",
"@keystone-ui/button": "workspace:^",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/fields": "workspace:^",
"@keystone-ui/icons": "workspace:^",
"@keystone-ui/modals": "workspace:^",
"@keystone-ui/popover": "workspace:^",
"@keystone-ui/tooltip": "workspace:^",
"@types/react": "^18.0.9",
"apply-ref": "^1.0.0",
"graphql": "^16.8.1",
Expand Down
63 changes: 30 additions & 33 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a78ad6a

Please sign in to comment.