Skip to content

Commit

Permalink
upgrade to react 18 and demo docusaurus to 2.4.3 (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
sserrata authored Nov 10, 2023
1 parent 6ec36a5 commit a5111bf
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 210 deletions.
10 changes: 5 additions & 5 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"re-gen": "yarn clean-all && yarn gen-all"
},
"dependencies": {
"@docusaurus/core": "2.4.0",
"@docusaurus/plugin-google-gtag": "2.4.0",
"@docusaurus/preset-classic": "2.4.0",
"@docusaurus/core": "2.4.3",
"@docusaurus/plugin-google-gtag": "2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"docusaurus-plugin-openapi-docs": "^2.0.0-beta.5",
"docusaurus-theme-openapi-docs": "^2.0.0-beta.5",
"prism-react-renderer": "^1.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"browserslist": {
"production": [
Expand Down
8 changes: 4 additions & 4 deletions packages/docusaurus-plugin-openapi-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@docusaurus/types": ">=2.3.0 <2.4.1",
"@docusaurus/types": ">=2.4.1 <=2.4.3",
"@types/fs-extra": "^9.0.13",
"@types/json-pointer": "^1.0.31",
"@types/json-schema": "^7.0.9",
Expand All @@ -37,9 +37,9 @@
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^10.1.0",
"@docusaurus/plugin-content-docs": ">=2.3.0 <2.4.1",
"@docusaurus/utils": ">=2.3.0 <2.4.1",
"@docusaurus/utils-validation": ">=2.3.0 <2.4.1",
"@docusaurus/plugin-content-docs": ">=2.4.1 <=2.4.3",
"@docusaurus/utils": ">=2.4.1 <=2.4.3",
"@docusaurus/utils-validation": ">=2.4.1 <=2.4.3",
"@paloaltonetworks/openapi-to-postmanv2": "3.1.0-hotfix.1",
"@paloaltonetworks/postman-collection": "^4.1.0",
"@redocly/openapi-core": "^1.0.0-beta.125",
Expand Down
4 changes: 2 additions & 2 deletions packages/docusaurus-theme-openapi-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"watch": "concurrently --names \"lib,lib-next,tsc\" --kill-others \"yarn babel:lib --watch\" \"yarn babel:lib-next --watch\" \"yarn tsc --watch\""
},
"devDependencies": {
"@docusaurus/types": ">=2.3.0 <2.4.1",
"@docusaurus/types": ">=2.4.1 <=2.4.3",
"@types/crypto-js": "^4.1.0",
"@types/file-saver": "^2.0.5",
"@types/lodash": "^4.14.176",
"concurrently": "^5.2.0"
},
"dependencies": {
"@docusaurus/theme-common": ">=2.3.0 <2.4.1",
"@docusaurus/theme-common": ">=2.4.1 <=2.4.3",
"@hookform/error-message": "^2.0.1",
"@paloaltonetworks/postman-code-generators": "1.1.15-patch.2",
"@paloaltonetworks/postman-collection": "^4.1.0",
Expand Down
Loading

0 comments on commit a5111bf

Please sign in to comment.