Skip to content

Commit 1266e62

Browse files
authored
fix: remove Cube from frontend (#3327)
* fix: remove Cube from frontend * not used * remove cube client
1 parent 948fba4 commit 1266e62

File tree

11 files changed

+2595
-202
lines changed

11 files changed

+2595
-202
lines changed

apps/docs/.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"project": ["./apps/docs/tsconfig.json"]
66
},
77
"rules": {
8-
"@typescript-eslint/ban-ts-comment": "off"
8+
"@typescript-eslint/ban-ts-comment": "off",
9+
"@typescript-eslint/no-empty-object-type": "off"
910
}
1011
}

apps/docs/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"@docusaurus/theme-common": "3.5.2",
2828
"@laxels/docusaurus-plugin-segment": "^1.0.6",
2929
"@mdx-js/react": "^3.0.1",
30-
"@plasmicapp/react-web": "^0.2.357",
30+
"@plasmicapp/react-web": "^0.2.378",
31+
"@plasmicpkgs/antd5": "^0.0.279",
3132
"@plasmicpkgs/plasmic-basic-components": "^0.0.230",
3233
"clsx": "^2.1.1",
3334
"lodash": "^4.17.21",
@@ -42,7 +43,7 @@
4243
"@eslint/compat": "^1.2.0",
4344
"@eslint/eslintrc": "^3.1.0",
4445
"@eslint/js": "^9.12.0",
45-
"@plasmicapp/cli": "^0.1.334",
46+
"@plasmicapp/cli": "^0.1.336",
4647
"dotenv": "^16.4.5",
4748
"typescript": "~5.3.3"
4849
},

0 commit comments

Comments
 (0)