Skip to content

Commit fbd9260

Browse files
authored
feat: bump React version (#1741)
1 parent 3162343 commit fbd9260

File tree

23 files changed

+143
-36
lines changed

23 files changed

+143
-36
lines changed

.changeset/weak-swans-take.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
"@launchpad-ui/components": minor
3+
"@launchpad-ui/focus-trap": minor
4+
"@launchpad-ui/navigation": minor
5+
"@launchpad-ui/dropdown": minor
6+
"@launchpad-ui/overlay": minor
7+
"@launchpad-ui/popover": minor
8+
"@launchpad-ui/tooltip": minor
9+
"@launchpad-ui/button": minor
10+
"@launchpad-ui/drawer": minor
11+
"@launchpad-ui/filter": minor
12+
"@launchpad-ui/portal": minor
13+
"@launchpad-ui/icons": minor
14+
"@launchpad-ui/modal": minor
15+
"@launchpad-ui/table": minor
16+
"@launchpad-ui/core": minor
17+
"@launchpad-ui/form": minor
18+
"@launchpad-ui/menu": minor
19+
"@launchpad-ui/box": minor
20+
---
21+
22+
bump react version

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules/.bin/lint-staged
2+
./node_modules/.bin/syncpack lint

.syncpackrc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "./node_modules/syncpack/schema.json",
3+
"sortPackages": true,
4+
"strict": true,
5+
"versionGroups": [
6+
{
7+
"label": "Enforce workspace protocol for workspace packages",
8+
"dependencies": [
9+
"@launchpad-ui/**"
10+
],
11+
"specifierTypes": [
12+
"workspace-protocol"
13+
]
14+
}
15+
]
16+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"rollup-plugin-pure": "^0.4.0",
7474
"storybook": "^9.0.9",
7575
"storybook-addon-pseudo-states": "^9.0.9",
76+
"syncpack": "14.0.0-alpha.19",
7677
"tsx": "^4.20.3",
7778
"typescript": "^5.8.2",
7879
"typescript-plugin-css-modules": "^5.1.0",

packages/box/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
},
4747
"peerDependencies": {
4848
"@vanilla-extract/css": "^1.17.1",
49-
"react": "^18.0.0 || ^19.0.0",
50-
"react-dom": "^18.0.0 || ^19.0.0"
49+
"react": "19.1.0",
50+
"react-dom": "19.1.0"
5151
},
5252
"devDependencies": {
5353
"flat": "^6.0.1",

packages/button/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"classix": "2.2.0"
4343
},
4444
"peerDependencies": {
45-
"react": "^18.0.0 || ^19.0.0",
46-
"react-dom": "^18.0.0 || ^19.0.0"
45+
"react": "19.1.0",
46+
"react-dom": "19.1.0"
4747
},
4848
"devDependencies": {
4949
"react": "19.1.0",

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"class-variance-authority": "0.7.0"
4646
},
4747
"peerDependencies": {
48-
"react": "^19.0.0",
49-
"react-dom": "^19.0.0",
48+
"react": "19.1.0",
49+
"react-dom": "19.1.0",
5050
"@react-aria/focus": "3.20.5",
5151
"@react-aria/interactions": "3.25.3",
5252
"@react-aria/utils": "3.29.1",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"@launchpad-ui/tooltip": "workspace:~"
5454
},
5555
"peerDependencies": {
56-
"react": "^18.0.0 || ^19.0.0",
57-
"react-dom": "^18.0.0 || ^19.0.0"
56+
"react": "19.1.0",
57+
"react-dom": "19.1.0"
5858
},
5959
"devDependencies": {
6060
"react": "19.1.0",

packages/drawer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"framer-motion": "12.20.5"
4747
},
4848
"peerDependencies": {
49-
"react": "^18.0.0 || ^19.0.0",
50-
"react-dom": "^18.0.0 || ^19.0.0",
49+
"react": "19.1.0",
50+
"react-dom": "19.1.0",
5151
"@react-aria/interactions": "3.25.3",
5252
"@react-aria/overlays": "3.27.3"
5353
},

packages/dropdown/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"classix": "2.2.0"
4444
},
4545
"peerDependencies": {
46-
"react": "^18.0.0 || ^19.0.0",
47-
"react-dom": "^18.0.0 || ^19.0.0",
46+
"react": "19.1.0",
47+
"react-dom": "19.1.0",
4848
"@react-aria/utils": "3.29.1"
4949
},
5050
"devDependencies": {

0 commit comments

Comments
 (0)