Skip to content

Commit ecc9249

Browse files
author
jxl
committed
update some dependency version to latest
1 parent 0ecc40b commit ecc9249

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "arco-work",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"scripts": {
55
"dev": "vite --host",
66
"build": "vite build",
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@logicflow/core": "^0.7.13-alpha.1",
1313
"@logicflow/extension": "^0.7.13-alpha.1",
14-
"@vueuse/core": "^7.1.2",
14+
"@vueuse/core": "^10.5.0",
1515
"axios": "^1.4.0",
1616
"cropperjs": "^1.5.12",
1717
"echarts": "^5.1.2",
@@ -26,14 +26,14 @@
2626
"quill": "^1.3.7",
2727
"sortablejs": "^1.15.0",
2828
"tiny-emitter": "^2.1.0",
29-
"vue": "^3.2.31",
30-
"vue-router": "^4.0.14",
29+
"vue": "^3.3.4",
30+
"vue-router": "^4.2.5",
3131
"vuedraggable": "^4.0.3",
3232
"xgplayer": "^2.31.4",
3333
"xlsx": "^0.17.4"
3434
},
3535
"devDependencies": {
36-
"@arco-design/web-vue": "^2.50.0",
36+
"@arco-design/web-vue": "^2.52.1",
3737
"@types/lodash-es": "^4.17.6",
3838
"@types/nprogress": "^0.2.0",
3939
"@types/path-browserify": "^1.0.0",
@@ -55,10 +55,10 @@
5555
"less": "^4.1.2",
5656
"postcss": "^8.4.3",
5757
"prettier": "^2.3.2",
58-
"tailwindcss": "^2.2.19",
58+
"tailwindcss": "^3.3.3",
5959
"typescript": "^4.5.3",
6060
"unplugin-vue-components": "^0.17.21",
61-
"vite": "^3.2.5",
61+
"vite": "^4.5.0",
6262
"vite-plugin-svg-icons": "^1.0.5",
6363
"vue-eslint-parser": "^9.1.0",
6464
"vue-tsc": "^0.3.0"

src/views/index/work-place.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
>
7171
<a-table :data="dataList" :pagination="false" :bordered="false">
7272
<template #columns>
73-
<a-table-column data-index="projectName" :width="150" title="项目名" />
73+
<a-table-column data-index="projectName" :width="180" title="项目名" />
7474
<a-table-column title="版权">
7575
<template #cell="{ record }">
7676
<a-tag :color="record.isEmpower ? 'red' : ''">

tailwind.config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
module.exports = {
2-
purge: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
3-
darkMode: false, // or 'media' or 'class'
2+
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
43
theme: {
54
extend: {},
65
},

0 commit comments

Comments
 (0)