Skip to content

Commit

Permalink
more package
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamsi committed Dec 10, 2024
1 parent cbb589d commit 29415d3
Show file tree
Hide file tree
Showing 7 changed files with 333 additions and 122 deletions.
2 changes: 1 addition & 1 deletion design-system/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@babel/runtime": "^7.24.7",
"@emotion/react": "^11.7.1",
"@emotion/react": "^11.14.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 @@ -21,10 +21,10 @@
"@keystone-ui/popover": "workspace:^",
"date-fns": "^4.0.0",
"react": "^19.0.0",
"react-day-picker": "^9.0.0",
"react-day-picker": "^9.4.2",
"react-dom": "^19.0.0",
"react-focus-lock": "^2.13.2",
"react-select": "^5.2.1"
"react-select": "^5.8.3"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/fields"
}
2 changes: 1 addition & 1 deletion design-system/packages/options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@keystone-ui/core": "workspace:^",
"@keystone-ui/fields": "workspace:^",
"@keystone-ui/icons": "workspace:^",
"react-select": "^5.2.1"
"react-select": "^5.8.3"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/options"
}
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
"dependencies": {
"@babel/runtime": "^7.24.7",
"@codemod/core": "^2.0.1",
"@emotion/cache": "11.13.5",
"@emotion/cache": "11.14.0",
"@emotion/css": "^11.7.1",
"@emotion/react": "^11.7.1",
"@emotion/react": "^11.14.0",
"@emotion/server": "11.11.0",
"@emotion/weak-memoize": "^0.4.0",
"@keystar/ui": "^0.7.6",
"@keystatic/core": "^0.5.24",
"@keystatic/core": "^0.5.42",
"@keystatic/next": "^5.0.1",
"@keystone-6/fields-document": "workspace:^",
"@keystone-ui/core": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-session-next-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@keystone-6/core": "^6.3.1",
"@prisma/client": "5.19.0",
"next-auth": "^4.22.1"
"next-auth": "^4.24.11"
},
"devDependencies": {
"prisma": "5.19.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/fields-document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"dependencies": {
"@babel/runtime": "^7.24.7",
"@braintree/sanitize-url": "7.0.4",
"@dnd-kit/core": "^6.0.6",
"@dnd-kit/modifiers": "^8.0.0",
"@dnd-kit/sortable": "^9.0.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@emotion/weak-memoize": "^0.4.0",
"@keystone-6/document-renderer": "workspace:^",
"@keystone-ui/button": "workspace:^",
Expand All @@ -73,9 +73,9 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"scroll-into-view-if-needed": "^3.0.0",
"slate": "^0.110.0",
"slate": "^0.112.0",
"slate-history": "^0.110.0",
"slate-react": "^0.111.0",
"slate-react": "^0.112.0",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 29415d3

Please sign in to comment.