Bump Redocly to Realm v0.74.3

This commit is contained in:
mDuo13
2024-01-25 15:56:33 -08:00
parent 134c80f583
commit 07350c031f
2 changed files with 18 additions and 18 deletions

34
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"@codemirror/state": "6.3.3",
"@codemirror/view": "^6.22.2",
"@lezer/highlight": "^1.2.0",
"@redocly/realm": "0.74.2",
"@redocly/realm": "0.74.3",
"@uiw/codemirror-themes": "4.21.21",
"@uiw/react-codemirror": "^4.21.21",
"@xrplf/isomorphic": "^1.0.0-beta.1",
@@ -1970,9 +1970,9 @@
}
},
"node_modules/@redocly/realm": {
"version": "0.74.2",
"resolved": "https://registry.npmjs.org/@redocly/realm/-/realm-0.74.2.tgz",
"integrity": "sha512-NhT5QTkyzK0xDOFihniazOfMOUiDr7Fn1euxPXvCDIhqMe9Q6uuJtpWoWtGZgBgvhLD5VkKFMTbQk/qVuhjBMQ==",
"version": "0.74.3",
"resolved": "https://registry.npmjs.org/@redocly/realm/-/realm-0.74.3.tgz",
"integrity": "sha512-OZGzKEvfILO2nJP55YDIWCl5rPGS/8DWRUZ1r162MFL5TRF/4c2wcdxjXL3t1DG8Odi7whkEvnv4HpRA4pu+vw==",
"dependencies": {
"@babel/core": "^7.23.3",
"@cocalc/ansi-to-react": "7.0.0",
@@ -2023,7 +2023,7 @@
"react-date-picker": "10.0.3",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-router-dom": "^6.10.0",
"react-router-dom": "^6.21.1",
"react-select": "^5.7.0",
"react-table": "^7.8.0",
"reactjs-popup": "^2.0.5",
@@ -2096,9 +2096,9 @@
}
},
"node_modules/@remix-run/router": {
"version": "1.14.0",
"resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.14.0.tgz",
"integrity": "sha512-WOHih+ClN7N8oHk9N4JUiMxQJmRVaOxcg8w7F/oHUXzJt920ekASLI/7cYX8XkntDWRhLZtsk6LbGrkgOAvi5A==",
"version": "1.14.2",
"resolved": "https://registry.npmjs.org/@remix-run/router/-/router-1.14.2.tgz",
"integrity": "sha512-ACXpdMM9hmKZww21yEqWwiLws/UPLhNKvimN8RrYSqPSvB3ov7sLvAcfvaxePeLvccTQKGdkDIhLYApZVDFuKg==",
"engines": {
"node": ">=14.0.0"
}
@@ -9094,11 +9094,11 @@
"peer": true
},
"node_modules/react-router": {
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.21.0.tgz",
"integrity": "sha512-hGZ0HXbwz3zw52pLZV3j3+ec+m/PQ9cTpBvqjFQmy2XVUWGn5MD+31oXHb6dVTxYzmAeaiUBYjkoNz66n3RGCg==",
"version": "6.21.3",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-6.21.3.tgz",
"integrity": "sha512-a0H638ZXULv1OdkmiK6s6itNhoy33ywxmUFT/xtSoVyf9VnC7n7+VT4LjVzdIHSaF5TIh9ylUgxMXksHTgGrKg==",
"dependencies": {
"@remix-run/router": "1.14.0"
"@remix-run/router": "1.14.2"
},
"engines": {
"node": ">=14.0.0"
@@ -9108,12 +9108,12 @@
}
},
"node_modules/react-router-dom": {
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.21.0.tgz",
"integrity": "sha512-1dUdVj3cwc1npzJaf23gulB562ESNvxf7E4x8upNJycqyUm5BRRZ6dd3LrlzhtLaMrwOCO8R0zoiYxdaJx4LlQ==",
"version": "6.21.3",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.21.3.tgz",
"integrity": "sha512-kNzubk7n4YHSrErzjLK72j0B5i969GsuCGazRl3G6j1zqZBLjuSlYBdVdkDOgzGdPIffUOc9nmgiadTEVoq91g==",
"dependencies": {
"@remix-run/router": "1.14.0",
"react-router": "6.21.0"
"@remix-run/router": "1.14.2",
"react-router": "6.21.3"
},
"engines": {
"node": ">=14.0.0"

View File

@@ -15,7 +15,7 @@
"@codemirror/state": "6.3.3",
"@codemirror/view": "^6.22.2",
"@lezer/highlight": "^1.2.0",
"@redocly/realm": "0.74.2",
"@redocly/realm": "0.74.3",
"@uiw/codemirror-themes": "4.21.21",
"@uiw/react-codemirror": "^4.21.21",
"@xrplf/isomorphic": "^1.0.0-beta.1",