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 45b356c commit 4589413
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 56 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"
}
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"@codemod/core": "^2.0.1",
"@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
6 changes: 3 additions & 3 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 Down
81 changes: 35 additions & 46 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 4589413

Please sign in to comment.