Skip to content

Commit ddb6cee

Browse files
committed
fix: rm duplicated delete button
1 parent ac68fd0 commit ddb6cee

File tree

5 files changed

+141
-123
lines changed

5 files changed

+141
-123
lines changed

app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@ant-design/icons-vue": "^7.0.1",
1515
"@formkit/auto-animate": "^0.8.0",
16-
"@vue/reactivity": "^3.3.9",
17-
"@vue/shared": "^3.3.9",
16+
"@vue/reactivity": "^3.3.10",
17+
"@vue/shared": "^3.3.10",
1818
"@vueuse/core": "^10.6.1",
1919
"ant-design-vue": "4.0.7",
2020
"apexcharts": "^3.36.3",
@@ -29,7 +29,7 @@
2929
"reconnecting-websocket": "^4.4.0",
3030
"sortablejs": "^1.15.0",
3131
"vite-plugin-build-id": "^0.2.8",
32-
"vue": "^3.3.9",
32+
"vue": "^3.3.10",
3333
"vue-github-button": "https://github.com/0xJacky/vue-github-button",
3434
"vue-router": "^4.2.5",
3535
"vue3-ace-editor": "2.2.4",
@@ -50,7 +50,7 @@
5050
"@typescript-eslint/parser": "^6.13.0",
5151
"@vitejs/plugin-vue": "^4.5.0",
5252
"@vitejs/plugin-vue-jsx": "^3.1.0",
53-
"@vue/compiler-sfc": "^3.3.9",
53+
"@vue/compiler-sfc": "^3.3.10",
5454
"ace-builds": "^1.31.2",
5555
"autoprefixer": "^10.4.16",
5656
"eslint": "^8.54.0",
@@ -62,7 +62,7 @@
6262
"eslint-plugin-vue": "^9.18.1",
6363
"less": "^4.2.0",
6464
"postcss": "^8.4.31",
65-
"tailwindcss": "^3.3.5",
65+
"tailwindcss": "^3.3.6",
6666
"typescript": "^5.3.2",
6767
"unplugin-auto-import": "^0.17.1",
6868
"unplugin-vue-components": "^0.25.2",

0 commit comments

Comments
 (0)