Skip to content

Commit 2b56955

Browse files
fix(deps): update react monorepo to v19
1 parent c1126d3 commit 2b56955

File tree

8 files changed

+209
-214
lines changed

8 files changed

+209
-214
lines changed

packages/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@qlik/sprout-css-modules": "workspace:*",
1313
"@qlik/sprout-icons": "workspace:*",
1414
"@qlik/sprout-react": "workspace:*",
15-
"react": "^18.3.1",
16-
"react-dom": "^18.3.1"
15+
"react": "^19.0.0",
16+
"react-dom": "^19.0.0"
1717
},
1818
"devDependencies": {
1919
"@types/react": "^19.2.10",

packages/sprout-hooks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
"eslint-plugin-storybook": "^10.2.6",
6262
"glob": "^13.0.0",
6363
"prettier": "^3.8.1",
64-
"react": "^18.3.0",
65-
"react-dom": "^18.3.0",
64+
"react": "^19.0.0",
65+
"react-dom": "^19.0.0",
6666
"rimraf": "^6.1.2",
6767
"typescript": "^5.9.3"
6868
},

packages/sprout-icons/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"@vue/compiler-dom": "^3.5.27",
2121
"@xmldom/xmldom": "^0.9.8",
2222
"camelcase": "^9.0.0",
23-
"react": "^18.3.1",
24-
"react-dom": "^18.3.1",
23+
"react": "^19.0.0",
24+
"react-dom": "^19.0.0",
2525
"rimraf": "^6.1.2",
2626
"svgo": "^4.0.0",
2727
"typescript": "^5.9.3",

packages/sprout-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
"eslint-plugin-storybook": "^10.2.3",
7676
"eslint-plugin-vitest": "^0.5.4",
7777
"prettier": "^3.8.1",
78-
"react": "^18.3.1",
79-
"react-dom": "^18.3.1",
78+
"react": "^19.0.0",
79+
"react-dom": "^19.0.0",
8080
"react-hook-form": "^7.71.1",
8181
"rimraf": "^6.1.2",
8282
"stylelint": "^17.1.0",

packages/sprout-table/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
"eslint-plugin-testing-library": "^7.15.4",
7979
"glob": "^13.0.0",
8080
"prettier": "^3.8.1",
81-
"react": "^18.3.1",
82-
"react-dom": "^18.3.1",
81+
"react": "^19.0.0",
82+
"react-dom": "^19.0.0",
8383
"rimraf": "^6.1.2",
8484
"typescript": "^5.9.3"
8585
},

packages/storybook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"chroma-js": "^3.2.0",
3636
"classnames": "^2.5.1",
3737
"d3": "^7.9.0",
38-
"react": "^18.3.1",
38+
"react": "^19.0.0",
3939
"react-color": "^2.19.3",
40-
"react-dom": "^18.3.1",
40+
"react-dom": "^19.0.0",
4141
"react-hook-form": "^7.71.1"
4242
},
4343
"devDependencies": {

pnpm-lock.yaml

Lines changed: 195 additions & 200 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/sprout-storybook/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@qlik/tsconfig": "^0.3.1",
3131
"@types/node": "^25.2.3",
3232
"cpx2": "^8.0.0",
33-
"react": "^18.3.1",
34-
"react-dom": "^18.3.1",
33+
"react": "^19.0.0",
34+
"react-dom": "^19.0.0",
3535
"storybook": "^10.2.8",
3636
"typescript": "^5.9.3",
3737
"vite": "^7.3.1",

0 commit comments

Comments
 (0)