mirror of
https://github.com/remnawave/panel.git
synced 2026-04-18 20:33:49 +00:00
chore: update @scalar/docusaurus and @scalar/types versions to 0.7.16 and 0.2.16 respectively; add new SDK version compatibility entry in TypeScript SDK documentation
This commit is contained in:
@@ -28,6 +28,7 @@ Always pick and pin the correct version of the SDK to match the version of the R
|
||||
|
||||
| Contract Version | Remnawave Panel Version |
|
||||
| ---------------- | ------------------------------------------ |
|
||||
| 2.1.57 | 2.1.14 |
|
||||
| 2.1.41 | 2.1.13 |
|
||||
| 2.1.39 | 2.1.12 |
|
||||
| 2.1.33 | 2.1.8, 2.1.9, 2.1.10, 2.1.11 |
|
||||
|
||||
16
package-lock.json
generated
16
package-lock.json
generated
@@ -15,7 +15,7 @@
|
||||
"@mantine/core": "^8.2.8",
|
||||
"@mantine/hooks": "^8.2.8",
|
||||
"@mdx-js/react": "^3.1.1",
|
||||
"@scalar/docusaurus": "0.7.13",
|
||||
"@scalar/docusaurus": "0.7.16",
|
||||
"@tabler/icons-react": "^3.34.1",
|
||||
"clsx": "^2.1.1",
|
||||
"prism-react-renderer": "^2.4.1",
|
||||
@@ -4666,12 +4666,12 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@scalar/docusaurus": {
|
||||
"version": "0.7.13",
|
||||
"resolved": "https://registry.npmjs.org/@scalar/docusaurus/-/docusaurus-0.7.13.tgz",
|
||||
"integrity": "sha512-tJ9faMdQhpTCNop4JasuVlHNrwGTL07qj1ZOFDy8uh4J+2hKLCWJda80bantVw4DOlfiCjicYNr499P0OyUwQQ==",
|
||||
"version": "0.7.16",
|
||||
"resolved": "https://registry.npmjs.org/@scalar/docusaurus/-/docusaurus-0.7.16.tgz",
|
||||
"integrity": "sha512-DEzRXfH/0L3UeUXAzT7PsY2tEleWxIINw2/XNbnOl4d2nrXs+CvYeMqfsfRFFbXbJnR03UIxepTPPVVYeQVWMQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@scalar/types": "0.2.13"
|
||||
"@scalar/types": "0.2.16"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20"
|
||||
@@ -4693,9 +4693,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@scalar/types": {
|
||||
"version": "0.2.13",
|
||||
"resolved": "https://registry.npmjs.org/@scalar/types/-/types-0.2.13.tgz",
|
||||
"integrity": "sha512-rO6KGMJqOsBnN/2R4fErMFLpRSPVJElni+HABDpf+ZlLJp2lvxuPn0IXLumK5ytfplUH9iqKgSXjndnZfxSYLQ==",
|
||||
"version": "0.2.16",
|
||||
"resolved": "https://registry.npmjs.org/@scalar/types/-/types-0.2.16.tgz",
|
||||
"integrity": "sha512-XWff9jWfYaj6q3ww94x66S6Q58u/3kA1sDOUhLAwb9va7r58bzk3NRwLOkEEdJmyEns1MEJAM53mY8KRWX6elA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@scalar/openapi-types": "0.3.7",
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"@mantine/core": "^8.2.8",
|
||||
"@mantine/hooks": "^8.2.8",
|
||||
"@mdx-js/react": "^3.1.1",
|
||||
"@scalar/docusaurus": "0.7.13",
|
||||
"@scalar/docusaurus": "0.7.16",
|
||||
"@tabler/icons-react": "^3.34.1",
|
||||
"clsx": "^2.1.1",
|
||||
"prism-react-renderer": "^2.4.1",
|
||||
|
||||
Reference in New Issue
Block a user