Skip to content

Commit

Permalink
Update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent 2450fff commit 9217798
Show file tree
Hide file tree
Showing 17 changed files with 66 additions and 74 deletions.
4 changes: 2 additions & 2 deletions examples/accessibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.1",
"react-svg": "latest"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/api-usage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.1",
"react-svg": "latest"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/basic-usage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.1",
"react-svg": "latest"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/before-injection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.1",
"react-svg": "latest"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/css-animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.1",
"react-svg": "latest"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/css-in-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"private": true,
"dependencies": {
"glamor": "2.20.40",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.1",
"react-svg": "latest"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/external-stylesheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.1",
"react-svg": "latest"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/fallbacks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.1",
"react-svg": "latest"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/iframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-frame-component": "5.2.4",
"react-scripts": "5.0.1",
"react-svg": "latest"
Expand Down
4 changes: 2 additions & 2 deletions examples/loading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"private": true,
"dependencies": {
"prop-types": "^15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.1",
"react-spinners": "0.15.0",
"react-svg": "latest"
Expand Down
4 changes: 2 additions & 2 deletions examples/no-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"express": "4.21.2",
"npm-run-all2": "7.0.2",
"open-cli": "8.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.1",
"react-svg": "latest",
"wait-on": "8.0.2"
Expand Down
4 changes: 2 additions & 2 deletions examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"next": "latest",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-spinners": "0.15.0",
"react-svg": "latest"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.1",
"react-svg": "latest",
"styled-components": "6.1.14"
Expand All @@ -20,8 +20,8 @@
"devDependencies": {
"@types/jest": "29.5.14",
"@types/node": "22.10.5",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"@types/styled-components": "5.1.34",
"typescript": "4.9.5"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/svg-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.1",
"react-svg": "latest"
},
Expand Down
8 changes: 4 additions & 4 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-scripts": "5.0.1",
"react-svg": "latest"
},
Expand All @@ -19,8 +19,8 @@
"devDependencies": {
"@types/jest": "29.5.14",
"@types/node": "22.10.5",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"typescript": "4.9.5"
},
"browserslist": [
Expand Down
60 changes: 26 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"bugs": "https://github.com/tanem/react-svg/issues",
"homepage": "https://github.com/tanem/react-svg",
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"dependencies": {
"@babel/runtime": "^7.26.0",
Expand All @@ -78,8 +78,8 @@
"@types/jest": "29.5.14",
"@types/jsdom": "21.1.7",
"@types/node": "22.10.5",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"@types/shelljs": "0.8.15",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
Expand All @@ -97,8 +97,8 @@
"nock": "13.5.6",
"npm-run-all2": "7.0.2",
"prettier": "3.4.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"rollup": "4.30.1",
"shelljs": "0.8.5",
"shx": "0.3.4",
Expand Down

0 comments on commit 9217798

Please sign in to comment.