Skip to content

Commit 0521002

Browse files
committed
upgrade react to 18
1 parent 3492513 commit 0521002

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

examples/gatsby-posts-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"gatsby": "^3.14.3",
1818
"gatsby-theme-orga-posts-core": "3.1.8",
19-
"react": "^17.0.1",
20-
"react-dom": "^17.0.1"
19+
"react": "^18.2.0",
20+
"react-dom": "^18.2.0"
2121
}
2222
}

examples/gatsby-posts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"gatsby": "^3.14.3",
99
"gatsby-theme-orga-posts": "3.1.8",
1010
"prop-types": "^15.7.2",
11-
"react": "^17.0.2",
12-
"react-dom": "^17.0.2",
11+
"react": "^18.2.0",
12+
"react-dom": "^18.2.0",
1313
"react-helmet": "^6.1.0"
1414
},
1515
"keywords": [

examples/gatsby-with-theme-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"gatsby": "^3.14.3",
2424
"gatsby-plugin-orga": "3.2.7",
2525
"gatsby-plugin-orga-theme-ui": "1.0.2",
26-
"react": "^17.0.1",
27-
"react-dom": "^17.0.1"
26+
"react": "^18.2.0",
27+
"react-dom": "^18.2.0"
2828
}
2929
}

examples/gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@orgajs/react": "3.0.1",
2020
"gatsby": "^3.14.3",
2121
"gatsby-plugin-orga": "3.2.7",
22-
"react": "^17.0.1",
23-
"react-dom": "^17.0.1"
22+
"react": "^18.2.0",
23+
"react-dom": "^18.2.0"
2424
}
2525
}

examples/next-with-theme-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@orgajs/theme-ui": "1.0.2",
1515
"@theme-ui/preset-system": "^0.11.2",
1616
"next": "^11.1.2",
17-
"react": "17.0.2",
18-
"react-dom": "17.0.2"
17+
"react": "^18.2.0",
18+
"react-dom": "^18.2.0"
1919
}
2020
}

examples/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"@babel/preset-react": "^7.18.6",
1515
"@orgajs/loader": "3.1.10",
1616
"babel-loader": "^9.1.2",
17-
"react": "^17.0.2",
18-
"react-dom": "^17.0.2",
17+
"react": "^18.2.0",
18+
"react-dom": "^18.2.0",
1919
"webpack": "^5.82.0",
2020
"webpack-cli": "^5.0.2",
2121
"webpack-dev-server": "^4.13.3"

0 commit comments

Comments
 (0)