@kong/spec-renderer 1.113.5 → 1.113.6
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong/spec-renderer",
|
|
3
|
-
"version": "1.113.
|
|
3
|
+
"version": "1.113.6",
|
|
4
4
|
"description": "Kong's open-source spec renderer",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@apidevtools/json-schema-ref-parser": "14.0.3",
|
|
64
64
|
"@asyncapi/avro-schema-parser": "^3.0.24",
|
|
65
65
|
"@asyncapi/openapi-schema-parser": "^3.1.0",
|
|
66
|
-
"@asyncapi/parser": "^3.6.
|
|
66
|
+
"@asyncapi/parser": "^3.6.3",
|
|
67
67
|
"@floating-ui/vue": "^1.1.11",
|
|
68
68
|
"@kong/icons": "^1.62.1",
|
|
69
69
|
"@stoplight/http-spec": "^7.1.0",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"picocolors": "^1.1.1",
|
|
84
84
|
"sanitize-html": "^2.17.6",
|
|
85
85
|
"shiki": "^3.23.0",
|
|
86
|
-
"ws": "^8.21.
|
|
86
|
+
"ws": "^8.21.3"
|
|
87
87
|
},
|
|
88
88
|
"resolutions": {
|
|
89
89
|
"openapi3-ts": "4.6.1"
|
|
@@ -116,16 +116,16 @@
|
|
|
116
116
|
"commitizen": "^4.3.2",
|
|
117
117
|
"cross-env": "^10.1.0",
|
|
118
118
|
"cz-conventional-changelog": "^3.3.0",
|
|
119
|
-
"eslint": "^10.8.
|
|
119
|
+
"eslint": "^10.8.1",
|
|
120
120
|
"jsdom": "^29.1.1",
|
|
121
121
|
"openapi3-ts": "4.6.1",
|
|
122
|
-
"postcss": "^8.5.
|
|
122
|
+
"postcss": "^8.5.26",
|
|
123
123
|
"postcss-html": "^1.8.1",
|
|
124
124
|
"rimraf": "^6.1.3",
|
|
125
125
|
"rollup-plugin-visualizer": "^6.0.11",
|
|
126
126
|
"sass": "^1.102.0",
|
|
127
127
|
"sass-embedded": "^1.100.0",
|
|
128
|
-
"semantic-release": "^25.0.
|
|
128
|
+
"semantic-release": "^25.0.9",
|
|
129
129
|
"stylelint": "^17.14.1",
|
|
130
130
|
"stylelint-config-html": "^1.1.0",
|
|
131
131
|
"stylelint-config-recommended-scss": "^17.0.1",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"vite-plugin-replace": "^0.1.1",
|
|
141
141
|
"vite-plugin-vue-devtools": "^8.2.1",
|
|
142
142
|
"vitest": "4.1.10",
|
|
143
|
-
"vue": "^3.5.
|
|
143
|
+
"vue": "^3.5.41",
|
|
144
144
|
"vue-router": "^4.6.4",
|
|
145
145
|
"vue-tsc": "^3.3.9",
|
|
146
146
|
"yaml": "^2.9.0"
|