Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"@docusaurus/faster": "3.8.1",
"@docusaurus/plugin-google-gtag": "3.8.1",
"@docusaurus/preset-classic": "3.8.1",
"clsx": "^1.1.1",
"clsx": "^2.1.1",
"docusaurus-plugin-openapi-docs": "^4.5.1",
"docusaurus-theme-openapi-docs": "^4.5.1",
"prism-react-renderer": "^2.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"prism-react-renderer": "^2.4.1",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"browserslist": {
"production": [
Expand All @@ -45,6 +45,6 @@
]
},
"devDependencies": {
"eslint-plugin-prettier": "^5.0.1"
"eslint-plugin-prettier": "^5.5.1"
}
}
74 changes: 39 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,49 +40,53 @@
"clean": "yarn workspace demo clean-all && rm -rf node_modules build demo/.docusaurus demo/build demo/node_modules && find packages -name node_modules -type d -maxdepth 2 -exec rm -rf {} + && find packages -name dist -type d -maxdepth 2 -exec rm -rf {} + && find packages -name lib -type d -maxdepth 2 -exec rm -rf {} + && find packages -name lib-next -type d -maxdepth 2 -exec rm -rf {} +"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@eslint-community/eslint-utils": "^4.4.0",
"@testing-library/cypress": "^8.0.1",
"@types/jest": "^27.0.2",
"@types/node": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"babel-eslint": "^10.0.0",
"cypress": "^8.7.0",
"@babel/core": "^7.27.7",
"@eslint-community/eslint-utils": "^4.7.0",
"@testing-library/cypress": "^10.0.3",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.10",
"@typescript-eslint/eslint-plugin": "^8.35.1",
"@typescript-eslint/parser": "^8.35.1",
"babel-eslint": "^10.1.0",
"cypress": "^14.5.1",
"cypress-plugin-snapshots": "^1.4.4",
"eslint": "^7.5.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint": "^9.30.1",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-cypress": "^5.1.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^25.0.6",
"eslint-plugin-jest-dom": "^3.9.2",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^4.12.4",
"husky": "^7.0.2",
"jest": "^27.3.1",
"lerna": "^8.1.2",
"lint-staged": "^11.2.3",
"nodemon": "^2.0.15",
"prettier": "^3.2.5",
"semver": "^7.3.5",
"start-server-and-test": "^1.14.0",
"ts-jest": "^27.0.6",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.0.1",
"eslint-plugin-jest-dom": "^5.5.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-testing-library": "^7.5.3",
"husky": "^9.1.7",
"jest": "^30.0.3",
"lerna": "^8.2.3",
"lint-staged": "^16.1.2",
"nodemon": "^3.1.10",
"prettier": "^3.6.2",
"semver": "^7.7.2",
"start-server-and-test": "^2.0.12",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.1",
"fast-xml-parser": "^4.5.1",
"playwright": "^1.40.0",
"pixelmatch": "^5.3.0",
"typescript": "^5.8",
"fast-xml-parser": "^5.2.5",
"playwright": "^1.53.2",
"pixelmatch": "^7.1.0",
"pngjs": "^7.0.0"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"packageManager": "yarn@1.22.1"
"resolutions": {
"webpack-dev-server": "^5.2.1",
"jpeg-js": "0.4.4"
},
"packageManager": "yarn@1.22.22"
}
42 changes: 21 additions & 21 deletions packages/docusaurus-plugin-openapi-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,33 +28,33 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@docusaurus/plugin-content-docs": "^3.5.0",
"@docusaurus/types": "^3.5.0",
"@docusaurus/utils": "^3.5.0",
"@docusaurus/utils-validation": "^3.5.0",
"@types/fs-extra": "^9.0.13",
"@types/json-pointer": "^1.0.31",
"@types/json-schema": "^7.0.9",
"@types/lodash": "^4.14.176",
"@types/mustache": "^4.1.2",
"eslint-plugin-prettier": "^5.0.1"
"@docusaurus/plugin-content-docs": "^3.8.1",
"@docusaurus/types": "^3.8.1",
"@docusaurus/utils": "^3.8.1",
"@docusaurus/utils-validation": "^3.8.1",
"@types/fs-extra": "^11.0.4",
"@types/json-pointer": "^1.0.34",
"@types/json-schema": "^7.0.15",
"@types/lodash": "^4.17.20",
"@types/mustache": "^4.2.6",
"eslint-plugin-prettier": "^5.5.1"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^11.5.4",
"@redocly/openapi-core": "^1.10.5",
"@apidevtools/json-schema-ref-parser": "^14.0.3",
"@redocly/openapi-core": "^1.34.3",
"allof-merge": "^0.6.6",
"chalk": "^4.1.2",
"clsx": "^1.1.1",
"fs-extra": "^9.0.1",
"chalk": "^5.4.1",
"clsx": "^2.1.1",
"fs-extra": "^11.3.0",
"json-pointer": "^0.6.2",
"json5": "^2.2.3",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"mustache": "^4.2.0",
"openapi-to-postmanv2": "^4.21.0",
"postman-collection": "^4.4.0",
"slugify": "^1.6.5",
"openapi-to-postmanv2": "^5.0.0",
"postman-collection": "^5.0.2",
"slugify": "^1.6.6",
"swagger2openapi": "^7.0.8",
"xml-formatter": "^2.6.1"
"xml-formatter": "^3.6.6"
},
"peerDependencies": {
"@docusaurus/plugin-content-docs": "^3.5.0",
Expand All @@ -63,6 +63,6 @@
"react": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"engines": {
"node": ">=14"
"node": ">=18"
}
}
58 changes: 29 additions & 29 deletions packages/docusaurus-theme-openapi-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,48 +28,48 @@
"watch": "concurrently --names \"lib,lib-next,tsc\" --kill-others \"yarn babel:lib --watch\" \"yarn babel:lib-next --watch\" \"yarn tsc --watch\""
},
"devDependencies": {
"@docusaurus/theme-classic": "^3.5.0",
"@docusaurus/theme-common": "^3.5.0",
"@docusaurus/types": "^3.5.0",
"@types/crypto-js": "^4.1.0",
"@types/file-saver": "^2.0.5",
"@types/lodash": "^4.14.176",
"@docusaurus/theme-classic": "^3.8.1",
"@docusaurus/theme-common": "^3.8.1",
"@docusaurus/types": "^3.8.1",
"@types/crypto-js": "^4.2.2",
"@types/file-saver": "^2.0.7",
"@types/lodash": "^4.17.20",
"@types/pako": "^2.0.3",
"@types/postman-collection": "^3.5.11",
"@types/react-modal": "^3.16.3",
"concurrently": "^5.2.0",
"concurrently": "^9.2.0",
"docusaurus-plugin-openapi-docs": "^4.5.1",
"docusaurus-plugin-sass": "^0.2.3",
"eslint-plugin-prettier": "^5.0.1"
"docusaurus-plugin-sass": "^0.2.6",
"eslint-plugin-prettier": "^5.5.1"
},
"dependencies": {
"@hookform/error-message": "^2.0.1",
"@reduxjs/toolkit": "^1.7.1",
"@reduxjs/toolkit": "^2.8.2",
"allof-merge": "^0.6.6",
"buffer": "^6.0.3",
"clsx": "^1.1.1",
"copy-text-to-clipboard": "^3.1.0",
"crypto-js": "^4.1.1",
"clsx": "^2.1.1",
"copy-text-to-clipboard": "^3.2.0",
"crypto-js": "^4.2.0",
"file-saver": "^2.0.5",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"pako": "^2.1.0",
"postman-code-generators": "^1.10.1",
"postman-collection": "^4.4.0",
"prism-react-renderer": "^2.3.0",
"postman-code-generators": "^2.0.0",
"postman-collection": "^5.0.2",
"prism-react-renderer": "^2.4.1",
"process": "^0.11.10",
"react-hook-form": "^7.43.8",
"react-live": "^4.0.0",
"react-hook-form": "^7.59.0",
"react-live": "^4.1.8",
"react-magic-dropzone": "^1.0.1",
"react-markdown": "^8.0.1",
"react-modal": "^3.15.1",
"react-redux": "^7.2.0",
"rehype-raw": "^6.1.1",
"remark-gfm": "3.0.1",
"sass": "^1.80.4",
"sass-loader": "^16.0.2",
"react-markdown": "^10.1.0",
"react-modal": "^3.16.3",
"react-redux": "^9.2.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "4.0.1",
"sass": "^1.89.2",
"sass-loader": "^16.0.5",
"unist-util-visit": "^5.0.0",
"url": "^0.11.1",
"xml-formatter": "^2.6.1"
"url": "^0.11.4",
"xml-formatter": "^3.6.6"
},
"peerDependencies": {
"@docusaurus/theme-common": "^3.5.0",
Expand All @@ -79,6 +79,6 @@
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"engines": {
"node": ">=14"
"node": ">=18"
}
}
Loading