Skip to content

Commit

Permalink
chore: update workspace version constraintss
Browse files Browse the repository at this point in the history
update packages/* deps

fix build of local installation of keystone-6 core
  • Loading branch information
mmachatschek committed Oct 22, 2023
1 parent 41276b6 commit 4a64956
Show file tree
Hide file tree
Showing 73 changed files with 280 additions and 384 deletions.
6 changes: 3 additions & 3 deletions design-system/packages/button/package.json
Expand Up @@ -16,9 +16,9 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-ui/core": "^5.0.2",
"@keystone-ui/icons": "^6.0.2",
"@keystone-ui/loading": "^6.0.2",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/icons": "workspace:^",
"@keystone-ui/loading": "workspace:^",
"react": "^18.2.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/button"
Expand Down
6 changes: 3 additions & 3 deletions design-system/packages/fields/package.json
Expand Up @@ -16,9 +16,9 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-ui/core": "^5.0.2",
"@keystone-ui/icons": "^6.0.2",
"@keystone-ui/popover": "^6.0.2",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/icons": "workspace:^",
"@keystone-ui/popover": "workspace:^",
"date-fns": "^2.26.0",
"react": "^18.2.0",
"react-day-picker": "^8.0.4",
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/icons/package.json
Expand Up @@ -1173,7 +1173,7 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-ui/core": "^5.0.2"
"@keystone-ui/core": "workspace:^"
},
"peerDependencies": {
"react": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/loading/package.json
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-ui/core": "^5.0.2",
"@keystone-ui/core": "workspace:^",
"react": "^18.2.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/loading"
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/modals/package.json
Expand Up @@ -17,8 +17,8 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-ui/button": "^7.0.2",
"@keystone-ui/core": "^5.0.2",
"@keystone-ui/button": "workspace:^",
"@keystone-ui/core": "workspace:^",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-focus-lock": "^2.7.1",
Expand Down
6 changes: 3 additions & 3 deletions design-system/packages/notice/package.json
Expand Up @@ -16,9 +16,9 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-ui/button": "^7.0.2",
"@keystone-ui/core": "^5.0.2",
"@keystone-ui/icons": "^6.0.2",
"@keystone-ui/button": "workspace:^",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/icons": "workspace:^",
"react": "^18.2.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/notice"
Expand Down
6 changes: 3 additions & 3 deletions design-system/packages/options/package.json
Expand Up @@ -21,9 +21,9 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-ui/core": "^5.0.2",
"@keystone-ui/fields": "^7.1.2",
"@keystone-ui/icons": "^6.0.2",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/fields": "workspace:^",
"@keystone-ui/icons": "workspace:^",
"react-select": "^5.2.1"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/options"
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/pill/package.json
Expand Up @@ -19,8 +19,8 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-ui/core": "^5.0.2",
"@keystone-ui/icons": "^6.0.2"
"@keystone-ui/core": "workspace:^",
"@keystone-ui/icons": "workspace:^"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/pill"
}
2 changes: 1 addition & 1 deletion design-system/packages/popover/package.json
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-ui/core": "^5.0.2",
"@keystone-ui/core": "workspace:^",
"@popperjs/core": "^2.10.2",
"focus-trap": "^7.0.0",
"react-popper": "^2.2.5"
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/segmented-control/package.json
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-ui/core": "^5.0.2"
"@keystone-ui/core": "workspace:^"
},
"peerDependencies": {
"react": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/toast/package.json
Expand Up @@ -17,8 +17,8 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-ui/core": "^5.0.2",
"@keystone-ui/icons": "^6.0.2"
"@keystone-ui/core": "workspace:^",
"@keystone-ui/icons": "workspace:^"
},
"peerDependencies": {
"react": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/tooltip/package.json
Expand Up @@ -21,8 +21,8 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-ui/core": "^5.0.2",
"@keystone-ui/popover": "^6.0.2",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/popover": "workspace:^",
"apply-ref": "^1.0.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/tooltip"
Expand Down
24 changes: 12 additions & 12 deletions design-system/website/package.json
Expand Up @@ -8,18 +8,18 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-ui/button": "^7.0.1",
"@keystone-ui/core": "^5.0.1",
"@keystone-ui/fields": "^7.1.1",
"@keystone-ui/loading": "^6.0.1",
"@keystone-ui/modals": "^6.0.3",
"@keystone-ui/notice": "^6.0.1",
"@keystone-ui/options": "^6.0.1",
"@keystone-ui/pill": "^7.0.1",
"@keystone-ui/popover": "^6.0.1",
"@keystone-ui/segmented-control": "^7.0.1",
"@keystone-ui/toast": "^6.0.1",
"@keystone-ui/tooltip": "^6.0.1",
"@keystone-ui/button": "workspace:^",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/fields": "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:^",
"@preconstruct/next": "^4.0.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Expand Up @@ -22,9 +22,9 @@
"@emotion/react": "^11.7.1",
"@emotion/server": "11.11.0",
"@emotion/weak-memoize": "^0.3.0",
"@keystone-6/fields-document": "^8.0.0",
"@keystone-ui/core": "^5.0.1",
"@keystone-ui/icons": "^6.0.1",
"@keystone-6/fields-document": "workspace:^",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/icons": "workspace:^",
"@markdoc/markdoc": "^0.3.0",
"@preconstruct/next": "^4.0.0",
"@sindresorhus/slugify": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/assets-local/package.json
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^5.7.0",
"@prisma/client": "^4.16.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/assets-s3/package.json
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^5.7.0",
"@prisma/client": "^4.16.2",
"dotenv": "^16.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/auth/package.json
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@keystone-6/auth": "^7.0.0",
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^5.7.0",
"@prisma/client": "^4.16.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudinary/package.json
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/cloudinary": "workspace:^",
"@keystone-6/cloudinary": "^7.0.0",
"@keystone-6/core": "^5.7.0",
"@prisma/client": "^4.16.2",
"dotenv": "^16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-admin-ui-logo/package.json
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^5.7.0",
"@keystone-ui/core": "^5.0.1",
"@prisma/client": "^4.16.2",
"next": "^13.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-admin-ui-navigation/package.json
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^5.7.0",
"@prisma/client": "^4.16.2",
"react": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-admin-ui-pages/package.json
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^5.7.0",
"@keystone-ui/core": "^5.0.1",
"@prisma/client": "^4.16.2",
"next": "^13.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-field-view/package.json
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@emotion/css": "^11.7.1",
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^5.7.0",
"@keystone-ui/button": "^7.0.1",
"@keystone-ui/core": "^5.0.1",
"@keystone-ui/fields": "^7.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-field/package.json
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^5.7.0",
"@keystone-ui/fields": "^7.1.1",
"@prisma/client": "^4.16.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-id/package.json
Expand Up @@ -11,7 +11,7 @@
"seed-data": "tsx seed-data.tsx"
},
"dependencies": {
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^5.7.0",
"@paralleldrive/cuid2": "^2.2.1",
"@prisma/client": "^4.16.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-output-paths/package.json
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^5.7.0",
"@prisma/client": "^4.16.2",
"next": "^13.3.0",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-session-invalidation/package.json
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@keystone-6/auth": "^7.0.0",
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^5.7.0",
"@prisma/client": "^4.16.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-session-jwt/package.json
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@keystone-6/auth": "^7.0.0",
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^5.7.0",
"@prisma/client": "^4.16.2",
"jsonwebtoken": "^9.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-session-next-auth/package.json
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^5.7.0",
"@prisma/client": "^4.14.0",
"next-auth": "^4.22.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-session-redis/package.json
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@keystone-6/auth": "^7.0.0",
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^5.7.0",
"@prisma/client": "^4.16.2",
"@redis/client": "^1.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-session/package.json
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@keystone-6/auth": "^7.0.0",
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^5.7.0",
"@prisma/client": "^4.16.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/default-values/package.json
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^5.7.0",
"@prisma/client": "^4.16.2"
},
"devDependencies": {
Expand Down
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@keystone-6/auth": "^7.0.0",
"@keystone-6/core": "^5.2.0",
"@keystone-6/core": "^5.7.0",
"@keystone-6/fields-document": "^8.0.0",
"@keystone-ui/button": "^7.0.1",
"@keystone-ui/core": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/document-field/package.json
Expand Up @@ -11,8 +11,8 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^5.2.0",
"@keystone-6/document-renderer": "^1.1.1",
"@keystone-6/core": "^5.7.0",
"@keystone-6/document-renderer": "^1.1.0",
"@keystone-6/fields-document": "^8.0.0",
"@preconstruct/next": "^4.0.0",
"@prisma/client": "^4.16.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/extend-express-app/package.json
Expand Up @@ -11,7 +11,7 @@
"seed-data": "tsx seed-data.ts"
},
"dependencies": {
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^5.7.0",
"@prisma/client": "^4.16.2",
"@types/express": "^4.17.14",
"express": "^4.17.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/extend-graphql-schema-graphql-tools/package.json
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@graphql-tools/schema": "^9.0.0",
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^5.7.0",
"@prisma/client": "^4.16.2",
"graphql": "^16.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/extend-graphql-schema-graphql-ts/package.json
Expand Up @@ -10,7 +10,7 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^5.7.0",
"@prisma/client": "^4.16.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/extend-graphql-schema-nexus/package.json
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@graphql-tools/schema": "^9.0.0",
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^5.7.0",
"@prisma/client": "^4.16.2",
"graphql": "^16.8.1",
"nexus": "^1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/extend-graphql-subscriptions/package.json
Expand Up @@ -13,7 +13,7 @@
"@apollo/client": "^3.7.0",
"@emotion/css": "^11.7.1",
"@graphql-tools/schema": "^9.0.0",
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^5.7.0",
"@keystone-ui/button": "^7.0.1",
"@keystone-ui/core": "^5.0.1",
"@keystone-ui/fields": "^7.1.1",
Expand Down

0 comments on commit 4a64956

Please sign in to comment.