@redocly/openapi-docs 3.16.0-next.7 → 3.16.0-next.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/redocly-openapi-docs.min.js +2352 -2319
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redocly/openapi-docs",
|
|
3
|
-
"version": "3.16.0-next.
|
|
3
|
+
"version": "3.16.0-next.9",
|
|
4
4
|
"description": "Redocly OpenAPI Docs",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@markdoc/markdoc": "0.5.2",
|
|
24
|
-
"@redocly/openapi-core": "2.
|
|
24
|
+
"@redocly/openapi-core": "2.12.1",
|
|
25
25
|
"deepmerge": "^4.2.2",
|
|
26
26
|
"dompurify": "3.2.7",
|
|
27
27
|
"fast-deep-equal": "^3.1.3",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"util": "~0.12.5",
|
|
38
38
|
"web-vitals": "3.3.1",
|
|
39
39
|
"@redocly/config": "0.40.0",
|
|
40
|
-
"@redocly/replay": "0.19.0-next.
|
|
40
|
+
"@redocly/replay": "0.19.0-next.8"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@jest/globals": "29.5.0",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@types/react": "^19.1.4",
|
|
54
54
|
"@types/react-dom": "^19.1.4",
|
|
55
55
|
"@types/styled-components": "5.1.34",
|
|
56
|
-
"@vitejs/plugin-react": "5.
|
|
56
|
+
"@vitejs/plugin-react": "5.1.1",
|
|
57
57
|
"esbuild": "0.27.0",
|
|
58
58
|
"jest": "29.5.0",
|
|
59
59
|
"jest-environment-jsdom": "29.5.0",
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"tsx": "4.20.3",
|
|
75
75
|
"typescript": "5.9.3",
|
|
76
76
|
"url": "~0.11.0",
|
|
77
|
-
"vite": "7.
|
|
78
|
-
"@redocly/theme": "0.60.0-next.
|
|
77
|
+
"vite": "7.2.6",
|
|
78
|
+
"@redocly/theme": "0.60.0-next.6"
|
|
79
79
|
},
|
|
80
80
|
"scripts": {
|
|
81
81
|
"start": "npm run copy-highlight-hook && vite",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"prepare:community-source-only": "npm run prepare:community-source --ignore /src/* private-readme.md",
|
|
87
87
|
"prepare:community-dependencies": "npx tsx scripts/prepare-community-dependencies.ts",
|
|
88
88
|
"apply:community-source": "npx tsx scripts/apply-changes-from-community-source.ts",
|
|
89
|
-
"test": "npm run prepare:community-source && npm run
|
|
89
|
+
"test": "npm run prepare:community-source && npm run test:redoc && jest -w 2",
|
|
90
90
|
"test:redoc": "cd redoc && pnpm install && npm run lint && npm run unit",
|
|
91
91
|
"unit": "jest -w 2",
|
|
92
92
|
"test:update": "jest -u",
|