Skip to content
Merged
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
22 changes: 17 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,25 +62,37 @@
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^4.12.4",
"fast-xml-parser": "^4.5.1",
"husky": "^7.0.2",
"jest": "^27.3.1",
"lerna": "^8.1.2",
"lint-staged": "^11.2.3",
"nodemon": "^2.0.15",
"pixelmatch": "^5.3.0",
"playwright": "^1.40.0",
"pngjs": "^7.0.0",
"prettier": "^3.2.5",
"semver": "^7.3.5",
"start-server-and-test": "^1.14.0",
"ts-jest": "^27.0.6",
"ts-node": "^10.9.2",
"typescript": "^5.1",
"fast-xml-parser": "^4.5.1",
"playwright": "^1.40.0",
"pixelmatch": "^5.3.0",
"pngjs": "^7.0.0"
"typescript": "^5.1"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"resolutions": {
"@cypress/request": "^3.0.0",
"axios": "^0.30.0",
"semver": "^7.5.2",
"jpeg-js": "^0.4.4",
"merge": "^2.1.1",
"debug": "^4.3.1",
"phin": "^3.7.1",
"diff": "^3.5.0",
"cookie": "^0.7.0",
"webpack-dev-server": "^5.2.1"
},
"engines": {
"node": ">=14"
},
Expand Down
28 changes: 14 additions & 14 deletions packages/docusaurus-plugin-openapi-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,29 +32,29 @@
"@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"
"@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",
"@redocly/openapi-core": "^1.34.3",
"allof-merge": "^0.6.6",
"chalk": "^4.1.2",
"clsx": "^1.1.1",
"fs-extra": "^9.0.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 Down
50 changes: 25 additions & 25 deletions packages/docusaurus-theme-openapi-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,45 +31,45 @@
"@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",
"@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 Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ import { createStorage, hashArray } from "./storage-utils";

export function createPersistanceMiddleware(options: ThemeConfig["api"]) {
const persistanceMiddleware: Middleware<{}, RootState, AppDispatch> =
(storeAPI) => (next) => (action) => {
(storeAPI) =>
(next) =>
(action: ReturnType<typeof setAuthData | typeof setSelectedAuth> | any) => {
const result = next(action);

const state = storeAPI.getState();
Expand Down
Loading
Loading