[release] v0.14.0-unstable12

This commit is contained in:
Yann Stepienik
2024-02-02 22:48:42 +00:00
parent 8f6ee67c8c
commit 5a0e81be09
19 changed files with 310 additions and 207 deletions
+13 -2
View File
@@ -1,12 +1,12 @@
{
"name": "cosmos-server",
"version": "0.12.0-unstable42",
"version": "0.14.0-unstable11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cosmos-server",
"version": "0.12.0-unstable42",
"version": "0.14.0-unstable11",
"dependencies": {
"@ant-design/colors": "^6.0.0",
"@ant-design/icons": "^4.7.0",
@@ -34,6 +34,7 @@
"history": "^5.3.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"qrcode": "^1.5.3",
"react": "^18.2.0",
@@ -53,6 +54,7 @@
"react-redux": "^8.0.4",
"react-router": "^6.4.1",
"react-router-dom": "^6.4.1",
"react-simple-code-editor": "^0.13.1",
"react-syntax-highlighter": "^15.5.0",
"react-window": "^1.8.7",
"redux": "^4.2.0",
@@ -9346,6 +9348,15 @@
"react-dom": ">=16.8"
}
},
"node_modules/react-simple-code-editor": {
"version": "0.13.1",
"resolved": "https://registry.npmjs.org/react-simple-code-editor/-/react-simple-code-editor-0.13.1.tgz",
"integrity": "sha512-XYeVwRZwgyKtjNIYcAEgg2FaQcCZwhbarnkJIV20U2wkCU9q/CPFBo8nRXrK4GXUz3AvbqZFsZRrpUTkqqEYyQ==",
"peerDependencies": {
"react": "*",
"react-dom": "*"
}
},
"node_modules/react-syntax-highlighter": {
"version": "15.5.0",
"resolved": "https://registry.npmjs.org/react-syntax-highlighter/-/react-syntax-highlighter-15.5.0.tgz",