|
28 | 28 | "watch": "concurrently --names \"lib,lib-next,tsc\" --kill-others \"yarn babel:lib --watch\" \"yarn babel:lib-next --watch\" \"yarn tsc --watch\""
|
29 | 29 | },
|
30 | 30 | "devDependencies": {
|
31 |
| - "@docusaurus/theme-classic": "^3.5.0", |
32 |
| - "@docusaurus/theme-common": "^3.5.0", |
33 |
| - "@docusaurus/types": "^3.5.0", |
34 |
| - "@types/crypto-js": "^4.1.0", |
35 |
| - "@types/file-saver": "^2.0.5", |
36 |
| - "@types/lodash": "^4.14.176", |
| 31 | + "@docusaurus/theme-classic": "^3.8.1", |
| 32 | + "@docusaurus/theme-common": "^3.8.1", |
| 33 | + "@docusaurus/types": "^3.8.1", |
| 34 | + "@types/crypto-js": "^4.2.2", |
| 35 | + "@types/file-saver": "^2.0.7", |
| 36 | + "@types/lodash": "^4.17.20", |
37 | 37 | "@types/pako": "^2.0.3",
|
38 | 38 | "@types/postman-collection": "^3.5.11",
|
39 | 39 | "@types/react-modal": "^3.16.3",
|
40 |
| - "concurrently": "^5.2.0", |
| 40 | + "concurrently": "^9.2.0", |
41 | 41 | "docusaurus-plugin-openapi-docs": "^4.5.1",
|
42 |
| - "docusaurus-plugin-sass": "^0.2.3", |
43 |
| - "eslint-plugin-prettier": "^5.0.1" |
| 42 | + "docusaurus-plugin-sass": "^0.2.6", |
| 43 | + "eslint-plugin-prettier": "^5.5.1" |
44 | 44 | },
|
45 | 45 | "dependencies": {
|
46 | 46 | "@hookform/error-message": "^2.0.1",
|
47 |
| - "@reduxjs/toolkit": "^1.7.1", |
| 47 | + "@reduxjs/toolkit": "^2.8.2", |
48 | 48 | "allof-merge": "^0.6.6",
|
49 | 49 | "buffer": "^6.0.3",
|
50 |
| - "clsx": "^1.1.1", |
51 |
| - "copy-text-to-clipboard": "^3.1.0", |
52 |
| - "crypto-js": "^4.1.1", |
| 50 | + "clsx": "^2.1.1", |
| 51 | + "copy-text-to-clipboard": "^3.2.0", |
| 52 | + "crypto-js": "^4.2.0", |
53 | 53 | "file-saver": "^2.0.5",
|
54 |
| - "lodash": "^4.17.20", |
| 54 | + "lodash": "^4.17.21", |
55 | 55 | "pako": "^2.1.0",
|
56 |
| - "postman-code-generators": "^1.10.1", |
57 |
| - "postman-collection": "^4.4.0", |
58 |
| - "prism-react-renderer": "^2.3.0", |
| 56 | + "postman-code-generators": "^2.0.0", |
| 57 | + "postman-collection": "^5.0.2", |
| 58 | + "prism-react-renderer": "^2.4.1", |
59 | 59 | "process": "^0.11.10",
|
60 |
| - "react-hook-form": "^7.43.8", |
61 |
| - "react-live": "^4.0.0", |
| 60 | + "react-hook-form": "^7.59.0", |
| 61 | + "react-live": "^4.1.8", |
62 | 62 | "react-magic-dropzone": "^1.0.1",
|
63 |
| - "react-markdown": "^8.0.1", |
64 |
| - "react-modal": "^3.15.1", |
65 |
| - "react-redux": "^7.2.0", |
66 |
| - "rehype-raw": "^6.1.1", |
67 |
| - "remark-gfm": "3.0.1", |
68 |
| - "sass": "^1.80.4", |
69 |
| - "sass-loader": "^16.0.2", |
| 63 | + "react-markdown": "^10.1.0", |
| 64 | + "react-modal": "^3.16.3", |
| 65 | + "react-redux": "^9.2.0", |
| 66 | + "rehype-raw": "^7.0.0", |
| 67 | + "remark-gfm": "4.0.1", |
| 68 | + "sass": "^1.89.2", |
| 69 | + "sass-loader": "^16.0.5", |
70 | 70 | "unist-util-visit": "^5.0.0",
|
71 |
| - "url": "^0.11.1", |
72 |
| - "xml-formatter": "^2.6.1" |
| 71 | + "url": "^0.11.4", |
| 72 | + "xml-formatter": "^3.6.6" |
73 | 73 | },
|
74 | 74 | "peerDependencies": {
|
75 | 75 | "@docusaurus/theme-common": "^3.5.0",
|
|
0 commit comments