Skip to content

Commit

Permalink
fix: clean up last issues while documenting test cases for the beta/R…
Browse files Browse the repository at this point in the history
…C phase
  • Loading branch information
klausborges committed Feb 6, 2025
1 parent 1fe592a commit 661521b
Show file tree
Hide file tree
Showing 37 changed files with 510 additions and 424 deletions.
64 changes: 29 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev": "vite",
"watch": "vite",
"build": "vite build",
"build-watch": "vite build --watch",
"build-watch": "vite build --watch --emptyOutDir",
"test": "vitest",
"check-types": "tsc --noEmit",
"lint": "biome check .",
Expand All @@ -19,13 +19,13 @@
"@antv/g2": "4.1.23",
"cronstrue": "2.5.0",
"lodash.clonedeep": "4.5.0",
"mobx": "6.13.5",
"mobx": "6.13.6",
"mobx-react": "9.2.0",
"react-helmet-async": "2.0.5",
"react-markdown": "9.0.1",
"react-router": "6.28.0",
"react-router-dom": "6.28.0",
"swr": "2.2.5"
"react-markdown": "9.0.3",
"react-router": "6.29.0",
"react-router-dom": "6.29.0",
"swr": "2.3.2"
},
"devDependencies": {
"@types/lodash.clonedeep": "4.5.9"
Expand Down
Loading

0 comments on commit 661521b

Please sign in to comment.