Skip to content

Commit 023df9f

Browse files
committed
revert packages to use nominal versions
1 parent 84fd489 commit 023df9f

File tree

82 files changed

+1857
-1101
lines changed

Some content is hidden

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

82 files changed

+1857
-1101
lines changed

design-system/packages/button/package.json

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

design-system/packages/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"./package.json": "./package.json"
1313
},
1414
"devDependencies": {
15-
"@types/react": "catalog:",
16-
"react": "catalog:",
17-
"react-dom": "catalog:"
15+
"@types/react": "^18.3.3",
16+
"react": "^18.3.1",
17+
"react-dom": "^18.3.1"
1818
},
1919
"peerDependencies": {
20-
"react": "catalog:",
21-
"react-dom": "catalog:"
20+
"react": "^18.3.1",
21+
"react-dom": "^18.3.1"
2222
},
2323
"dependencies": {
2424
"@babel/runtime": "^7.24.7",

design-system/packages/fields/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
"./package.json": "./package.json"
1313
},
1414
"devDependencies": {
15-
"@types/react": "catalog:"
15+
"@types/react": "^18.3.3"
1616
},
1717
"dependencies": {
1818
"@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": "catalog:",
23+
"react": "^18.3.1",
2424
"react-day-picker": "^8.0.4",
25-
"react-dom": "catalog:",
25+
"react-dom": "^18.3.1",
2626
"react-focus-lock": "^2.7.1",
2727
"react-select": "^5.2.1"
2828
},

design-system/packages/icons/package.json

Lines changed: 3 additions & 3 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": "catalog:",
1165+
"@types/react": "^18.3.3",
11661166
"feather-icons": "^4.28.0",
11671167
"globby": "^14.0.0",
1168-
"react": "catalog:",
1168+
"react": "^18.3.1",
11691169
"to-pascal-case": "^1.0.0"
11701170
},
11711171
"dependencies": {
11721172
"@babel/runtime": "^7.24.7",
11731173
"@keystone-ui/core": "workspace:^"
11741174
},
11751175
"peerDependencies": {
1176-
"react": "catalog:"
1176+
"react": "^18.3.1"
11771177
},
11781178
"preconstruct": {
11791179
"entrypoints": [

design-system/packages/loading/package.json

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

design-system/packages/modals/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"./package.json": "./package.json"
1313
},
1414
"devDependencies": {
15-
"@types/react": "catalog:",
15+
"@types/react": "^18.3.3",
1616
"@types/react-transition-group": "4.4.10"
1717
},
1818
"dependencies": {
1919
"@babel/runtime": "^7.24.7",
2020
"@keystone-ui/button": "workspace:^",
2121
"@keystone-ui/core": "workspace:^",
22-
"react": "catalog:",
23-
"react-dom": "catalog:",
22+
"react": "^18.3.1",
23+
"react-dom": "^18.3.1",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"./package.json": "./package.json"
1313
},
1414
"devDependencies": {
15-
"@types/react": "catalog:"
15+
"@types/react": "^18.3.3"
1616
},
1717
"dependencies": {
1818
"@babel/runtime": "^7.24.7",
1919
"@keystone-ui/button": "workspace:^",
2020
"@keystone-ui/core": "workspace:^",
2121
"@keystone-ui/icons": "workspace:^",
22-
"react": "catalog:"
22+
"react": "^18.3.1"
2323
},
2424
"repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/notice"
2525
}

design-system/packages/options/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"./package.json": "./package.json"
1313
},
1414
"peerDependencies": {
15-
"react": "catalog:",
16-
"react-dom": "catalog:"
15+
"react": "^18.3.1",
16+
"react-dom": "^18.3.1"
1717
},
1818
"devDependencies": {
19-
"react": "catalog:",
20-
"react-dom": "catalog:"
19+
"react": "^18.3.1",
20+
"react-dom": "^18.3.1"
2121
},
2222
"dependencies": {
2323
"@babel/runtime": "^7.24.7",

design-system/packages/pill/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"./package.json": "./package.json"
1313
},
1414
"peerDependencies": {
15-
"react": "catalog:"
15+
"react": "^18.3.1"
1616
},
1717
"devDependencies": {
18-
"react": "catalog:"
18+
"react": "^18.3.1"
1919
},
2020
"dependencies": {
2121
"@babel/runtime": "^7.24.7",

design-system/packages/popover/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"./package.json": "./package.json"
1313
},
1414
"peerDependencies": {
15-
"react": "catalog:",
16-
"react-dom": "catalog:"
15+
"react": "^18.3.1",
16+
"react-dom": "^18.3.1"
1717
},
1818
"devDependencies": {
19-
"react": "catalog:",
20-
"react-dom": "catalog:"
19+
"react": "^18.3.1",
20+
"react-dom": "^18.3.1"
2121
},
2222
"dependencies": {
2323
"@babel/runtime": "^7.24.7",

0 commit comments

Comments
 (0)