Skip to content

Commit af8a5ff

Browse files
chore(deps): lock file maintenance (#9157)
Co-authored-by: Daniel Cousens <[email protected]>
1 parent 48a56e3 commit af8a5ff

File tree

79 files changed

+4044
-4748
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+4044
-4748
lines changed

design-system/packages/button/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"./package.json": "./package.json"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^18.0.9"
15+
"@types/react": "catalog:"
1616
},
1717
"dependencies": {
18-
"@babel/runtime": "^7.16.3",
18+
"@babel/runtime": "^7.24.7",
1919
"@keystone-ui/core": "workspace:^",
2020
"@keystone-ui/icons": "workspace:^",
2121
"@keystone-ui/loading": "workspace:^",
22-
"react": "^18.2.0"
22+
"react": "catalog:"
2323
},
2424
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/button"
2525
}

design-system/packages/core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"./package.json": "./package.json"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^18.0.9",
16-
"react": "^18.2.0",
17-
"react-dom": "^18.2.0"
15+
"@types/react": "catalog:",
16+
"react": "catalog:",
17+
"react-dom": "catalog:"
1818
},
1919
"peerDependencies": {
20-
"react": "^18.2.0",
21-
"react-dom": "^18.2.0"
20+
"react": "catalog:",
21+
"react-dom": "catalog:"
2222
},
2323
"dependencies": {
24-
"@babel/runtime": "^7.16.3",
24+
"@babel/runtime": "^7.24.7",
2525
"@emotion/react": "^11.7.1",
2626
"@types/facepaint": "^1.2.2",
2727
"facepaint": "^1.2.1"

design-system/packages/fields/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
"./package.json": "./package.json"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^18.0.9"
15+
"@types/react": "catalog:"
1616
},
1717
"dependencies": {
18-
"@babel/runtime": "^7.16.3",
18+
"@babel/runtime": "^7.24.7",
1919
"@keystone-ui/core": "workspace:^",
2020
"@keystone-ui/icons": "workspace:^",
2121
"@keystone-ui/popover": "workspace:^",
2222
"date-fns": "^3.0.0",
23-
"react": "^18.2.0",
23+
"react": "catalog:",
2424
"react-day-picker": "^8.0.4",
25-
"react-dom": "^18.2.0",
25+
"react-dom": "catalog:",
2626
"react-focus-lock": "^2.7.1",
2727
"react-select": "^5.2.1"
2828
},

design-system/packages/icons/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,18 +1162,18 @@
11621162
"@svgr/core": "^8.0.0",
11631163
"@svgr/plugin-jsx": "^8.0.0",
11641164
"@svgr/plugin-svgo": "^8.0.0",
1165-
"@types/react": "^18.0.9",
1165+
"@types/react": "catalog:",
11661166
"feather-icons": "^4.28.0",
11671167
"globby": "^14.0.0",
1168-
"react": "^18.2.0",
1168+
"react": "catalog:",
11691169
"to-pascal-case": "^1.0.0"
11701170
},
11711171
"dependencies": {
1172-
"@babel/runtime": "^7.16.3",
1172+
"@babel/runtime": "^7.24.7",
11731173
"@keystone-ui/core": "workspace:^"
11741174
},
11751175
"peerDependencies": {
1176-
"react": "^18.2.0"
1176+
"react": "catalog:"
11771177
},
11781178
"preconstruct": {
11791179
"entrypoints": [

design-system/packages/loading/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"./package.json": "./package.json"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^18.0.9"
15+
"@types/react": "catalog:"
1616
},
1717
"dependencies": {
18-
"@babel/runtime": "^7.16.3",
18+
"@babel/runtime": "^7.24.7",
1919
"@keystone-ui/core": "workspace:^",
20-
"react": "^18.2.0"
20+
"react": "catalog:"
2121
},
2222
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/loading"
2323
}

design-system/packages/modals/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"./package.json": "./package.json"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^18.0.9",
15+
"@types/react": "catalog:",
1616
"@types/react-transition-group": "4.4.10"
1717
},
1818
"dependencies": {
19-
"@babel/runtime": "^7.16.3",
19+
"@babel/runtime": "^7.24.7",
2020
"@keystone-ui/button": "workspace:^",
2121
"@keystone-ui/core": "workspace:^",
22-
"react": "^18.2.0",
23-
"react-dom": "^18.2.0",
22+
"react": "catalog:",
23+
"react-dom": "catalog:",
2424
"react-focus-lock": "^2.7.1",
2525
"react-remove-scroll": "^2.4.3",
2626
"react-transition-group": "^4.4.2"

design-system/packages/notice/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"./package.json": "./package.json"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^18.0.9"
15+
"@types/react": "catalog:"
1616
},
1717
"dependencies": {
18-
"@babel/runtime": "^7.16.3",
18+
"@babel/runtime": "^7.24.7",
1919
"@keystone-ui/button": "workspace:^",
2020
"@keystone-ui/core": "workspace:^",
2121
"@keystone-ui/icons": "workspace:^",
22-
"react": "^18.2.0"
22+
"react": "catalog:"
2323
},
2424
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/notice"
2525
}

design-system/packages/options/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"./package.json": "./package.json"
1313
},
1414
"peerDependencies": {
15-
"react": "^18.2.0",
16-
"react-dom": "^18.2.0"
15+
"react": "catalog:",
16+
"react-dom": "catalog:"
1717
},
1818
"devDependencies": {
19-
"react": "^18.2.0",
20-
"react-dom": "^18.2.0"
19+
"react": "catalog:",
20+
"react-dom": "catalog:"
2121
},
2222
"dependencies": {
23-
"@babel/runtime": "^7.16.3",
23+
"@babel/runtime": "^7.24.7",
2424
"@keystone-ui/core": "workspace:^",
2525
"@keystone-ui/fields": "workspace:^",
2626
"@keystone-ui/icons": "workspace:^",

design-system/packages/pill/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"./package.json": "./package.json"
1313
},
1414
"peerDependencies": {
15-
"react": "^18.2.0"
15+
"react": "catalog:"
1616
},
1717
"devDependencies": {
18-
"react": "^18.2.0"
18+
"react": "catalog:"
1919
},
2020
"dependencies": {
21-
"@babel/runtime": "^7.16.3",
21+
"@babel/runtime": "^7.24.7",
2222
"@keystone-ui/core": "workspace:^",
2323
"@keystone-ui/icons": "workspace:^"
2424
},

design-system/packages/popover/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"./package.json": "./package.json"
1313
},
1414
"peerDependencies": {
15-
"react": "^18.2.0",
16-
"react-dom": "^18.2.0"
15+
"react": "catalog:",
16+
"react-dom": "catalog:"
1717
},
1818
"devDependencies": {
19-
"react": "^18.2.0",
20-
"react-dom": "^18.2.0"
19+
"react": "catalog:",
20+
"react-dom": "catalog:"
2121
},
2222
"dependencies": {
23-
"@babel/runtime": "^7.16.3",
23+
"@babel/runtime": "^7.24.7",
2424
"@keystone-ui/core": "workspace:^",
2525
"@popperjs/core": "^2.10.2",
2626
"focus-trap": "^7.0.0",

0 commit comments

Comments
 (0)