Skip to content

Commit

Permalink
chore(deps): lock file maintenance (#9157)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Cousens <[email protected]>
  • Loading branch information
renovate[bot] and dcousens committed Jul 8, 2024
1 parent 48a56e3 commit af8a5ff
Show file tree
Hide file tree
Showing 79 changed files with 4,044 additions and 4,748 deletions.
6 changes: 3 additions & 3 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": "^18.0.9"
"@types/react": "catalog:"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.24.7",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/icons": "workspace:^",
"@keystone-ui/loading": "workspace:^",
"react": "^18.2.0"
"react": "catalog:"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/button"
}
12 changes: 6 additions & 6 deletions design-system/packages/core/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": "^18.0.9",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"@types/react": "catalog:",
"react": "catalog:",
"react-dom": "catalog:"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "catalog:",
"react-dom": "catalog:"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.24.7",
"@emotion/react": "^11.7.1",
"@types/facepaint": "^1.2.2",
"facepaint": "^1.2.1"
Expand Down
8 changes: 4 additions & 4 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": "^18.0.9"
"@types/react": "catalog:"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.24.7",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/icons": "workspace:^",
"@keystone-ui/popover": "workspace:^",
"date-fns": "^3.0.0",
"react": "^18.2.0",
"react": "catalog:",
"react-day-picker": "^8.0.4",
"react-dom": "^18.2.0",
"react-dom": "catalog:",
"react-focus-lock": "^2.7.1",
"react-select": "^5.2.1"
},
Expand Down
8 changes: 4 additions & 4 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": "^18.0.9",
"@types/react": "catalog:",
"feather-icons": "^4.28.0",
"globby": "^14.0.0",
"react": "^18.2.0",
"react": "catalog:",
"to-pascal-case": "^1.0.0"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.24.7",
"@keystone-ui/core": "workspace:^"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "catalog:"
},
"preconstruct": {
"entrypoints": [
Expand Down
6 changes: 3 additions & 3 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": "^18.0.9"
"@types/react": "catalog:"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.24.7",
"@keystone-ui/core": "workspace:^",
"react": "^18.2.0"
"react": "catalog:"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/loading"
}
8 changes: 4 additions & 4 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": "^18.0.9",
"@types/react": "catalog:",
"@types/react-transition-group": "4.4.10"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.24.7",
"@keystone-ui/button": "workspace:^",
"@keystone-ui/core": "workspace:^",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "catalog:",
"react-dom": "catalog:",
"react-focus-lock": "^2.7.1",
"react-remove-scroll": "^2.4.3",
"react-transition-group": "^4.4.2"
Expand Down
6 changes: 3 additions & 3 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": "^18.0.9"
"@types/react": "catalog:"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.24.7",
"@keystone-ui/button": "workspace:^",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/icons": "workspace:^",
"react": "^18.2.0"
"react": "catalog:"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/notice"
}
10 changes: 5 additions & 5 deletions design-system/packages/options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "catalog:",
"react-dom": "catalog:"
},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "catalog:",
"react-dom": "catalog:"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.24.7",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/fields": "workspace:^",
"@keystone-ui/icons": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions design-system/packages/pill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "catalog:"
},
"devDependencies": {
"react": "^18.2.0"
"react": "catalog:"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.24.7",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/icons": "workspace:^"
},
Expand Down
10 changes: 5 additions & 5 deletions design-system/packages/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "catalog:",
"react-dom": "catalog:"
},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "catalog:",
"react-dom": "catalog:"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.24.7",
"@keystone-ui/core": "workspace:^",
"@popperjs/core": "^2.10.2",
"focus-trap": "^7.0.0",
Expand Down
8 changes: 4 additions & 4 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": "^18.0.9",
"react": "^18.2.0"
"@types/react": "catalog:",
"react": "catalog:"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.24.7",
"@keystone-ui/core": "workspace:^"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "catalog:"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/segmented-control"
}
8 changes: 4 additions & 4 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": "^18.0.9",
"react": "^18.2.0"
"@types/react": "catalog:",
"react": "catalog:"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.24.7",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/icons": "workspace:^"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "catalog:"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/toast"
}
10 changes: 5 additions & 5 deletions design-system/packages/tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "catalog:",
"react-dom": "catalog:"
},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "catalog:",
"react-dom": "catalog:"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.24.7",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/popover": "workspace:^",
"apply-ref": "^1.0.0"
Expand Down
12 changes: 6 additions & 6 deletions design-system/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "next -p 8080"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.24.7",
"@keystone-ui/button": "workspace:^",
"@keystone-ui/core": "workspace:^",
"@keystone-ui/fields": "workspace:^",
Expand All @@ -21,16 +21,16 @@
"@keystone-ui/toast": "workspace:^",
"@keystone-ui/tooltip": "workspace:^",
"@preconstruct/next": "^4.0.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@types/tinycolor2": "^1.4.3",
"next": "^14.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "catalog:",
"react-dom": "catalog:",
"tinycolor2": "^1.4.2"
},
"devDependencies": {
"typescript": "~5.5.0"
"typescript": "catalog:"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/website"
}
17 changes: 8 additions & 9 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"remove-conditionals": "tsx scripts/replace-show-next-release/index.ts"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@babel/runtime": "^7.24.7",
"@codemod/core": "^2.0.1",
"@emotion/cache": "11.11.0",
"@emotion/css": "^11.7.1",
Expand All @@ -39,27 +39,26 @@
"globby": "^14.0.0",
"js-yaml": "^4.1.0",
"lodash.debounce": "^4.0.8",
"next": "^14.2.0",
"next": "catalog:",
"next-compose-plugins": "^2.2.1",
"prism-react-renderer": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "catalog:",
"react-dom": "catalog:",
"react-focus-lock": "^2.7.1",
"rss": "^1.2.2",
"tsx": "^4.0.0"
"tsx": "catalog:"
},
"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/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@types/lodash.debounce": "^4.0.6",
"@types/rss": "^0.0.32",
"next-sitemap": "^4.0.0",
"start-server-and-test": "^2.0.0",
"typescript": "~5.5.0"
"typescript": "catalog:"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/docs"
}
6 changes: 3 additions & 3 deletions examples/assets-local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
},
"dependencies": {
"@keystone-6/core": "workspace:^",
"@prisma/client": "^5.0.0"
"@prisma/client": "catalog:"
},
"devDependencies": {
"prisma": "^5.0.0",
"typescript": "~5.0.0"
"prisma": "catalog:",
"typescript": "catalog:"
}
}
6 changes: 3 additions & 3 deletions examples/assets-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"dependencies": {
"@keystone-6/core": "workspace:^",
"@prisma/client": "^5.0.0",
"@prisma/client": "catalog:",
"dotenv": "^16.0.0"
},
"devDependencies": {
"prisma": "^5.0.0",
"typescript": "~5.0.0"
"prisma": "catalog:",
"typescript": "catalog:"
}
}
6 changes: 3 additions & 3 deletions examples/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"dependencies": {
"@keystone-6/auth": "workspace:^",
"@keystone-6/core": "workspace:^",
"@prisma/client": "^5.0.0"
"@prisma/client": "catalog:"
},
"devDependencies": {
"prisma": "^5.0.0",
"typescript": "~5.0.0"
"prisma": "catalog:",
"typescript": "catalog:"
}
}
7 changes: 4 additions & 3 deletions examples/cloudinary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@
},
"dependencies": {
"@keystone-6/cloudinary": "workspace:^",
"@keystone-6/auth": "workspace:^",
"@keystone-6/core": "workspace:^",
"@prisma/client": "^5.0.0",
"@prisma/client": "catalog:",
"dotenv": "^16.0.0"
},
"devDependencies": {
"prisma": "^5.0.0",
"typescript": "~5.0.0"
"prisma": "catalog:",
"typescript": "catalog:"
}
}
Loading

0 comments on commit af8a5ff

Please sign in to comment.