Skip to content

Commit

Permalink
revert packages to use nominal versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Aug 7, 2024
1 parent 84fd489 commit 1cedda3
Show file tree
Hide file tree
Showing 82 changed files with 1,726 additions and 970 deletions.
4 changes: 2 additions & 2 deletions design-system/packages/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"./package.json": "./package.json"
},
"devDependencies": {
"@types/react": "catalog:"
"@types/react": "^18.3.3"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/icons": "workspace:^",
"@keystone-ui/loading": "workspace:^",
"react": "catalog:"
"react": "^18.3.1"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/button"
}
10 changes: 5 additions & 5 deletions design-system/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"./package.json": "./package.json"
},
"devDependencies": {
"@types/react": "catalog:",
"react": "catalog:",
"react-dom": "catalog:"
"@types/react": "^18.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"peerDependencies": {
"react": "catalog:",
"react-dom": "catalog:"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
Expand Down
6 changes: 3 additions & 3 deletions design-system/packages/fields/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"./package.json": "./package.json"
},
"devDependencies": {
"@types/react": "catalog:"
"@types/react": "^18.3.3"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/icons": "workspace:^",
"@keystone-ui/popover": "workspace:^",
"date-fns": "^3.0.0",
"react": "catalog:",
"react": "^18.3.1",
"react-day-picker": "^8.0.4",
"react-dom": "catalog:",
"react-dom": "^18.3.1",
"react-focus-lock": "^2.7.1",
"react-select": "^5.2.1"
},
Expand Down
6 changes: 3 additions & 3 deletions design-system/packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1162,18 +1162,18 @@
"@svgr/core": "^8.0.0",
"@svgr/plugin-jsx": "^8.0.0",
"@svgr/plugin-svgo": "^8.0.0",
"@types/react": "catalog:",
"@types/react": "^18.3.3",
"feather-icons": "^4.28.0",
"globby": "^14.0.0",
"react": "catalog:",
"react": "^18.3.1",
"to-pascal-case": "^1.0.0"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
"@keystone-ui/core": "workspace:^"
},
"peerDependencies": {
"react": "catalog:"
"react": "^18.3.1"
},
"preconstruct": {
"entrypoints": [
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/loading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"./package.json": "./package.json"
},
"devDependencies": {
"@types/react": "catalog:"
"@types/react": "^18.3.3"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
"@keystone-ui/core": "workspace:^",
"react": "catalog:"
"react": "^18.3.1"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/loading"
}
6 changes: 3 additions & 3 deletions design-system/packages/modals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"./package.json": "./package.json"
},
"devDependencies": {
"@types/react": "catalog:",
"@types/react": "^18.3.3",
"@types/react-transition-group": "4.4.10"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
"@keystone-ui/button": "workspace:^",
"@keystone-ui/core": "workspace:^",
"react": "catalog:",
"react-dom": "catalog:",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-focus-lock": "^2.7.1",
"react-remove-scroll": "^2.4.3",
"react-transition-group": "^4.4.2"
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/notice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"./package.json": "./package.json"
},
"devDependencies": {
"@types/react": "catalog:"
"@types/react": "^18.3.3"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
"@keystone-ui/button": "workspace:^",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/icons": "workspace:^",
"react": "catalog:"
"react": "^18.3.1"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/notice"
}
8 changes: 4 additions & 4 deletions design-system/packages/options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"react": "catalog:",
"react-dom": "catalog:"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"react": "catalog:",
"react-dom": "catalog:"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/pill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"react": "catalog:"
"react": "^18.3.1"
},
"devDependencies": {
"react": "catalog:"
"react": "^18.3.1"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
Expand Down
8 changes: 4 additions & 4 deletions design-system/packages/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"react": "catalog:",
"react-dom": "catalog:"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"react": "catalog:",
"react-dom": "catalog:"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
Expand Down
6 changes: 3 additions & 3 deletions design-system/packages/segmented-control/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"./package.json": "./package.json"
},
"devDependencies": {
"@types/react": "catalog:",
"react": "catalog:"
"@types/react": "^18.3.3",
"react": "^18.3.1"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
"@keystone-ui/core": "workspace:^"
},
"peerDependencies": {
"react": "catalog:"
"react": "^18.3.1"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/segmented-control"
}
6 changes: 3 additions & 3 deletions design-system/packages/toast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
"./package.json": "./package.json"
},
"devDependencies": {
"@types/react": "catalog:",
"react": "catalog:"
"@types/react": "^18.3.3",
"react": "^18.3.1"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/icons": "workspace:^"
},
"peerDependencies": {
"react": "catalog:"
"react": "^18.3.1"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/toast"
}
8 changes: 4 additions & 4 deletions design-system/packages/tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"react": "catalog:",
"react-dom": "catalog:"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"react": "catalog:",
"react-dom": "catalog:"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"dependencies": {
"@babel/runtime": "^7.24.7",
Expand Down
10 changes: 5 additions & 5 deletions design-system/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"@keystone-ui/toast": "workspace:^",
"@keystone-ui/tooltip": "workspace:^",
"@preconstruct/next": "^4.0.0",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/tinycolor2": "^1.4.3",
"next": "^14.2.0",
"react": "catalog:",
"react-dom": "catalog:",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tinycolor2": "^1.4.2"
},
"devDependencies": {
"typescript": "catalog:"
"typescript": "^5.5.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/website"
}
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,26 +39,26 @@
"globby": "^14.0.0",
"js-yaml": "^4.1.0",
"lodash.debounce": "^4.0.8",
"next": "catalog:",
"next": "^14.2.0",
"next-compose-plugins": "^2.2.1",
"prism-react-renderer": "^2.0.0",
"react": "catalog:",
"react-dom": "catalog:",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-focus-lock": "^2.7.1",
"rss": "^1.2.2",
"tsx": "catalog:"
"tsx": "^4.0.0"
},
"devDependencies": {
"@types/babel__core": "7.20.5",
"@types/facepaint": "^1.2.2",
"@types/gtag.js": "^0.0.20",
"@types/js-yaml": "^4.0.5",
"@types/lodash.debounce": "^4.0.6",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/rss": "^0.0.32",
"next-sitemap": "^4.0.0",
"typescript": "catalog:"
"typescript": "^5.5.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/docs"
}
10 changes: 5 additions & 5 deletions examples/assets-local/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-assets-local",
"version": "0.0.8",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,11 +10,11 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "workspace:^",
"@prisma/client": "catalog:"
"@keystone-6/core": "^6.1.0",
"@prisma/client": "5.17.0"
},
"devDependencies": {
"prisma": "catalog:",
"typescript": "catalog:"
"prisma": "5.17.0",
"typescript": "^5.5.0"
}
}
8 changes: 4 additions & 4 deletions examples/assets-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "workspace:^",
"@prisma/client": "catalog:",
"@keystone-6/core": "^6.1.0",
"@prisma/client": "5.17.0",
"dotenv": "^16.0.0"
},
"devDependencies": {
"prisma": "catalog:",
"typescript": "catalog:"
"prisma": "5.17.0",
"typescript": "^5.5.0"
}
}
10 changes: 5 additions & 5 deletions examples/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/auth": "workspace:^",
"@keystone-6/core": "workspace:^",
"@prisma/client": "catalog:"
"@keystone-6/auth": "^8.0.0",
"@keystone-6/core": "^6.1.0",
"@prisma/client": "5.17.0"
},
"devDependencies": {
"prisma": "catalog:",
"typescript": "catalog:"
"prisma": "5.17.0",
"typescript": "^5.5.0"
}
}
12 changes: 6 additions & 6 deletions examples/cloudinary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/cloudinary": "workspace:^",
"@keystone-6/auth": "workspace:^",
"@keystone-6/core": "workspace:^",
"@prisma/client": "catalog:",
"@keystone-6/cloudinary": "^8.0.0",
"@keystone-6/auth": "^8.0.0",
"@keystone-6/core": "^6.1.0",
"@prisma/client": "5.17.0",
"dotenv": "^16.0.0"
},
"devDependencies": {
"prisma": "catalog:",
"typescript": "catalog:"
"prisma": "5.17.0",
"typescript": "^5.5.0"
}
}
16 changes: 8 additions & 8 deletions examples/custom-admin-ui-logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "workspace:^",
"@keystone-ui/core": "workspace:^",
"@prisma/client": "catalog:",
"next": "catalog:",
"react": "catalog:",
"react-dom": "catalog:"
"@keystone-6/core": "^6.1.0",
"@keystone-ui/core": "^5.0.2",
"@prisma/client": "5.17.0",
"next": "^14.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"prisma": "catalog:",
"typescript": "catalog:"
"prisma": "5.17.0",
"typescript": "^5.5.0"
}
}
Loading

0 comments on commit 1cedda3

Please sign in to comment.