Skip to content

Commit

Permalink
chore: react v19
Browse files Browse the repository at this point in the history
  • Loading branch information
matthprost committed Dec 10, 2024
1 parent 612316c commit 4053e0e
Show file tree
Hide file tree
Showing 12 changed files with 428 additions and 351 deletions.
8 changes: 8 additions & 0 deletions .changeset/chatty-donuts-study.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@ultraviolet/icons": minor
"@ultraviolet/form": minor
"@ultraviolet/plus": minor
"@ultraviolet/ui": minor
---

Upgrade from react 18 to react 19
6 changes: 3 additions & 3 deletions examples/next-advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@emotion/styled": "11.13.5",
"@ultraviolet/ui": "workspace:*",
"next": "15.0.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-schemaorg": "2.0.0",
"react-syntax-highlighter": "15.6.1",
"react-use-clipboard": "1.0.9",
Expand All @@ -29,7 +29,7 @@
"devDependencies": {
"@babel/core": "7.26.0",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react": "19.0.0",
"@types/react-syntax-highlighter": "15.5.13",
"next-transpile-modules": "10.0.1"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/next-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@ultraviolet/icons": "workspace:*",
"@ultraviolet/ui": "workspace:*",
"next": "15.0.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-schemaorg": "2.0.0",
"react-syntax-highlighter": "15.6.1",
"react-use-clipboard": "1.0.9",
Expand All @@ -31,7 +31,7 @@
"devDependencies": {
"@babel/core": "7.26.0",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react": "19.0.0",
"@types/react-syntax-highlighter": "15.5.13",
"next-transpile-modules": "10.0.1"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/next-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@emotion/styled": "11.13.5",
"@ultraviolet/ui": "workspace:*",
"next": "15.0.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-schemaorg": "2.0.0",
"react-syntax-highlighter": "15.6.1",
"react-use-clipboard": "1.0.9",
Expand All @@ -30,7 +30,7 @@
"devDependencies": {
"@babel/core": "7.26.0",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react": "19.0.0",
"@types/react-syntax-highlighter": "15.5.13",
"next-transpile-modules": "10.0.1"
}
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
},
"peerDependencyRules": {
"allowedVersions": {
"react": "18",
"react-dom": "18"
"react": "19",
"react-dom": "19"
}
}
},
Expand Down Expand Up @@ -130,9 +130,9 @@
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react": "19.0.0",
"@types/react-datepicker": "6.2.0",
"@types/react-dom": "18.3.2",
"@types/react-dom": "19.0.0",
"@types/zxcvbn": "4.4.5",
"@ultraviolet/fonts": "workspace:*",
"@ultraviolet/themes": "workspace:*",
Expand Down Expand Up @@ -164,8 +164,8 @@
"oxlint": "0.13.2",
"postcss": "8.4.49",
"publint": "0.2.12",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"read-pkg": "9.0.1",
"regenerator-runtime": "0.14.1",
"remark-gfm": "4.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,19 @@
"peerDependencies": {
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"react": "18.x",
"react-dom": "18.x"
"react": "19.x",
"react-dom": "19.x"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"@types/final-form-focus": "1.1.7",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@utils/test": "workspace:*",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"dependencies": {
"@babel/runtime": "7.26.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,18 +113,18 @@
"peerDependencies": {
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@utils/test": "workspace:*",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"dependencies": {
"@ultraviolet/themes": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions packages/illustrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
"peerDependencies": {
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"dependencies": {
"@ultraviolet/themes": "workspace:*"
Expand All @@ -109,7 +109,7 @@
"@emotion/styled": "11.13.5",
"@ultraviolet/ui": "workspace:*",
"@utils/test": "workspace:*",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
}
}
12 changes: 6 additions & 6 deletions packages/plus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,19 @@
"peerDependencies": {
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@ultraviolet/illustrations": "workspace:*",
"@utils/test": "workspace:*",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"dependencies": {
"@uiw/codemirror-extensions-langs": "4.23.5",
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,19 @@
"peerDependencies": {
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"@types/react": "18.3.14",
"@types/react": "19.0.0",
"@types/react-datepicker": "6.2.0",
"@types/react-dom": "18.3.2",
"@types/react-dom": "19.0.0",
"@utils/test": "workspace:*",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"dependencies": {
"@emotion/serialize": "1.3.3",
Expand Down
Loading

0 comments on commit 4053e0e

Please sign in to comment.