Skip to content

Commit

Permalink
Update to react 18 to mitigate PaloAltoNetworks/docusaurus-openapi-do…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed Jul 7, 2023
1 parent 552f445 commit 9ab7084
Show file tree
Hide file tree
Showing 3 changed files with 2,970 additions and 3,560 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -62,9 +62,9 @@
"hast-util-is-element": "1.1.0",
"plugin-image-zoom": "flexanalytics/plugin-image-zoom",
"raw-loader": "^4.0.2",
"react": "17.0.2",
"react": "18.0.0",
"react-collapsible": "^2.8.4",
"react-dom": "17.0.2",
"react-dom": "18.0.0",
"react-flickity-component": "^3.6.3",
"react-image-gallery": "^1.2.7",
"react-player": "^2.11.2",
Expand All @@ -80,8 +80,8 @@
"webpack": "^5.81.0"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0"
},
"browserslist": {
"production": [
Expand All @@ -100,8 +100,8 @@
"@docusaurus/plugin-google-gtag": "2.4.1",
"@iota-wiki/cli": "workspace:^",
"@tsconfig/docusaurus": "^1.0.6",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
Expand Down
4 changes: 2 additions & 2 deletions theme/package.json
Expand Up @@ -18,11 +18,11 @@
},
"devDependencies": {
"@docusaurus/types": "2.4.1",
"@types/react": "17.0.2",
"@types/react": "18.0.0",
"copyfiles": "^2.4.1",
"nodemon": "^2.0.16",
"prettier": "^2.4.1",
"react": "17.0.2",
"react": "18.0.0",
"typescript": "^4.9"
},
"peerDependencies": {
Expand Down

0 comments on commit 9ab7084

Please sign in to comment.