Commit 9d4d78d2c9ffc5e641333eccbb44f6c867d7ff6a
1 parent
2d553f20
chore: update deps
Showing
1 changed file
with
10 additions
and
10 deletions
Too many changes to show.
To preserve performance only 1 of 2 files are displayed.
package.json
... | ... | @@ -39,12 +39,12 @@ |
39 | 39 | "@logicflow/extension": "^1.1.13", |
40 | 40 | "@vue/runtime-core": "^3.2.33", |
41 | 41 | "@vue/shared": "^3.2.33", |
42 | - "@vueuse/core": "^8.2.6", | |
43 | - "@vueuse/shared": "^8.2.6", | |
42 | + "@vueuse/core": "^8.3.0", | |
43 | + "@vueuse/shared": "^8.3.0", | |
44 | 44 | "@zxcvbn-ts/core": "^2.0.1", |
45 | - "ant-design-vue": "3.1.1", | |
45 | + "ant-design-vue": "^3.2.0", | |
46 | 46 | "axios": "^0.26.1", |
47 | - "codemirror": "^5.65.2", | |
47 | + "codemirror": "^5.65.3", | |
48 | 48 | "cropperjs": "^1.5.12", |
49 | 49 | "crypto-js": "^4.1.1", |
50 | 50 | "dayjs": "^1.11.1", |
... | ... | @@ -59,7 +59,7 @@ |
59 | 59 | "qrcode": "^1.5.0", |
60 | 60 | "qs": "^6.10.3", |
61 | 61 | "resize-observer-polyfill": "^1.5.1", |
62 | - "showdown": "^2.0.3", | |
62 | + "showdown": "^2.1.0", | |
63 | 63 | "sortablejs": "^1.15.0", |
64 | 64 | "tinymce": "^5.10.3", |
65 | 65 | "vditor": "^3.8.13", |
... | ... | @@ -73,7 +73,7 @@ |
73 | 73 | "devDependencies": { |
74 | 74 | "@commitlint/cli": "^16.2.3", |
75 | 75 | "@commitlint/config-conventional": "^16.2.1", |
76 | - "@iconify/json": "^2.1.28", | |
76 | + "@iconify/json": "^2.1.30", | |
77 | 77 | "@purge-icons/generated": "^0.8.1", |
78 | 78 | "@types/codemirror": "^5.60.5", |
79 | 79 | "@types/crypto-js": "^4.1.1", |
... | ... | @@ -82,19 +82,19 @@ |
82 | 82 | "@types/intro.js": "^3.0.2", |
83 | 83 | "@types/lodash-es": "^4.17.6", |
84 | 84 | "@types/mockjs": "^1.0.6", |
85 | - "@types/node": "^17.0.24", | |
85 | + "@types/node": "^17.0.25", | |
86 | 86 | "@types/nprogress": "^0.2.0", |
87 | 87 | "@types/qrcode": "^1.4.2", |
88 | 88 | "@types/qs": "^6.9.7", |
89 | 89 | "@types/showdown": "^1.9.4", |
90 | 90 | "@types/sortablejs": "^1.10.7", |
91 | - "@typescript-eslint/eslint-plugin": "^5.19.0", | |
92 | - "@typescript-eslint/parser": "^5.19.0", | |
91 | + "@typescript-eslint/eslint-plugin": "^5.20.0", | |
92 | + "@typescript-eslint/parser": "^5.20.0", | |
93 | 93 | "@vitejs/plugin-legacy": "^1.8.1", |
94 | 94 | "@vitejs/plugin-vue": "^2.3.1", |
95 | 95 | "@vitejs/plugin-vue-jsx": "^1.3.10", |
96 | 96 | "@vue/compiler-sfc": "3.2.31", |
97 | - "@vue/test-utils": "^2.0.0-rc.20", | |
97 | + "@vue/test-utils": "^2.0.0-rc.21", | |
98 | 98 | "autoprefixer": "^10.4.4", |
99 | 99 | "commitizen": "^4.2.4", |
100 | 100 | "conventional-changelog-cli": "^2.2.2", | ... | ... |