Skip to content

Commit

Permalink
refactor(projects): fs 1.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed May 13, 2023
1 parent 72f70de commit 121b9ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
},
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"@fast-crud/fast-crud": "^1.13.4",
"@fast-crud/fast-extends": "^1.13.4",
"@fast-crud/ui-naive": "^1.13.4",
"@fast-crud/ui-interface": "^1.13.4",
"@fast-crud/fast-crud": "^1.13.6",
"@fast-crud/fast-extends": "^1.13.6",
"@fast-crud/ui-naive": "^1.13.6",
"@fast-crud/ui-interface": "^1.13.6",
"@antv/data-set": "^0.11.8",
"@antv/g2": "^4.2.10",
"@better-scroll/core": "^2.5.1",
Expand Down
1 change: 1 addition & 0 deletions src/typings/page-route.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ declare namespace PageRoute {
| 'crud'
| 'crud_demo'
| 'crud_doc'
| 'crud_header'
| 'crud_header_group'
| 'crud_source'
| 'dashboard'
Expand Down
1 change: 0 additions & 1 deletion src/views/crud/header_group/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ export default defineComponent({
</script>
<style lang="scss">
.fs-page-header-group {
}
</style>

0 comments on commit 121b9ce

Please sign in to comment.