Commit 823f7b3226f6223358c30f391c0cd19dcdced329
1 parent
28d73f95
chore: update deps
Showing
1 changed file
with
30 additions
and
30 deletions
package.json
... | ... | @@ -34,22 +34,22 @@ |
34 | 34 | "dependencies": { |
35 | 35 | "@ant-design/colors": "^6.0.0", |
36 | 36 | "@ant-design/icons-vue": "^6.1.0", |
37 | - "@iconify/iconify": "^2.1.2", | |
38 | - "@logicflow/core": "^1.1.7", | |
39 | - "@logicflow/extension": "^1.1.7", | |
37 | + "@iconify/iconify": "^2.2.1", | |
38 | + "@logicflow/core": "^1.1.11", | |
39 | + "@logicflow/extension": "^1.1.11", | |
40 | 40 | "@vue/runtime-core": "^3.2.31", |
41 | 41 | "@vue/shared": "^3.2.31", |
42 | - "@vueuse/core": "^8.1.1", | |
43 | - "@vueuse/shared": "^8.1.1", | |
42 | + "@vueuse/core": "^8.2.5", | |
43 | + "@vueuse/shared": "^8.2.5", | |
44 | 44 | "@zxcvbn-ts/core": "^2.0.1", |
45 | - "ant-design-vue": "3.1.0-rc.1", | |
45 | + "ant-design-vue": "3.1.1", | |
46 | 46 | "axios": "^0.26.1", |
47 | 47 | "codemirror": "^5.65.2", |
48 | 48 | "cropperjs": "^1.5.12", |
49 | 49 | "crypto-js": "^4.1.1", |
50 | 50 | "dayjs": "^1.11.0", |
51 | - "echarts": "^5.3.1", | |
52 | - "intro.js": "^5.0.0", | |
51 | + "echarts": "^5.3.2", | |
52 | + "intro.js": "^5.1.0", | |
53 | 53 | "lodash-es": "^4.17.21", |
54 | 54 | "mockjs": "^1.1.0", |
55 | 55 | "nprogress": "^0.2.0", |
... | ... | @@ -60,54 +60,54 @@ |
60 | 60 | "qs": "^6.10.3", |
61 | 61 | "resize-observer-polyfill": "^1.5.1", |
62 | 62 | "showdown": "^2.0.3", |
63 | - "sortablejs": "^1.14.0", | |
63 | + "sortablejs": "^1.15.0", | |
64 | 64 | "tinymce": "^5.10.3", |
65 | - "vditor": "^3.8.12", | |
65 | + "vditor": "^3.8.13", | |
66 | 66 | "vue": "^3.2.31", |
67 | 67 | "vue-i18n": "^9.1.9", |
68 | 68 | "vue-json-pretty": "^2.0.6", |
69 | 69 | "vue-router": "^4.0.14", |
70 | 70 | "vue-types": "^4.1.1", |
71 | - "xlsx": "^0.18.4" | |
71 | + "xlsx": "^0.18.5" | |
72 | 72 | }, |
73 | 73 | "devDependencies": { |
74 | 74 | "@commitlint/cli": "^16.2.3", |
75 | 75 | "@commitlint/config-conventional": "^16.2.1", |
76 | - "@iconify/json": "^2.1.17", | |
76 | + "@iconify/json": "^2.1.25", | |
77 | 77 | "@purge-icons/generated": "^0.8.1", |
78 | 78 | "@types/codemirror": "^5.60.5", |
79 | 79 | "@types/crypto-js": "^4.1.1", |
80 | 80 | "@types/fs-extra": "^9.0.13", |
81 | - "@types/inquirer": "^8.2.0", | |
81 | + "@types/inquirer": "^8.2.1", | |
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.21", | |
85 | + "@types/node": "^17.0.23", | |
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.15.0", | |
92 | - "@typescript-eslint/parser": "^5.15.0", | |
93 | - "@vitejs/plugin-legacy": "^1.7.1", | |
94 | - "@vitejs/plugin-vue": "^2.2.4", | |
95 | - "@vitejs/plugin-vue-jsx": "^1.3.8", | |
91 | + "@typescript-eslint/eslint-plugin": "^5.18.0", | |
92 | + "@typescript-eslint/parser": "^5.18.0", | |
93 | + "@vitejs/plugin-legacy": "^1.8.0", | |
94 | + "@vitejs/plugin-vue": "^2.3.1", | |
95 | + "@vitejs/plugin-vue-jsx": "^1.3.9", | |
96 | 96 | "@vue/compiler-sfc": "3.2.31", |
97 | - "@vue/test-utils": "^2.0.0-rc.18", | |
97 | + "@vue/test-utils": "^2.0.0-rc.19", | |
98 | 98 | "autoprefixer": "^10.4.4", |
99 | 99 | "commitizen": "^4.2.4", |
100 | 100 | "conventional-changelog-cli": "^2.2.2", |
101 | 101 | "cross-env": "^7.0.3", |
102 | 102 | "dotenv": "^16.0.0", |
103 | - "eslint": "^8.11.0", | |
103 | + "eslint": "^8.12.0", | |
104 | 104 | "eslint-config-prettier": "^8.5.0", |
105 | 105 | "eslint-plugin-prettier": "^4.0.0", |
106 | - "eslint-plugin-vue": "^8.5.0", | |
106 | + "eslint-plugin-vue": "^8.6.0", | |
107 | 107 | "esno": "^0.14.1", |
108 | 108 | "fs-extra": "^10.0.1", |
109 | 109 | "husky": "^7.0.4", |
110 | - "inquirer": "^8.2.1", | |
110 | + "inquirer": "^8.2.2", | |
111 | 111 | "less": "^4.1.2", |
112 | 112 | "lint-staged": "12.3.7", |
113 | 113 | "npm-run-all": "^4.1.5", |
... | ... | @@ -115,19 +115,19 @@ |
115 | 115 | "postcss": "^8.4.12", |
116 | 116 | "postcss-html": "^1.3.0", |
117 | 117 | "postcss-less": "^6.0.0", |
118 | - "prettier": "^2.6.0", | |
118 | + "prettier": "^2.6.2", | |
119 | 119 | "rimraf": "^3.0.2", |
120 | 120 | "rollup": "^2.70.1", |
121 | 121 | "rollup-plugin-visualizer": "^5.6.0", |
122 | - "stylelint": "^14.6.0", | |
122 | + "stylelint": "^14.6.1", | |
123 | 123 | "stylelint-config-prettier": "^9.0.3", |
124 | 124 | "stylelint-config-recommended": "^7.0.0", |
125 | - "stylelint-config-recommended-vue": "^1.3.0", | |
125 | + "stylelint-config-recommended-vue": "^1.4.0", | |
126 | 126 | "stylelint-config-standard": "^25.0.0", |
127 | 127 | "stylelint-order": "^5.0.0", |
128 | 128 | "ts-node": "^10.7.0", |
129 | - "typescript": "^4.6.2", | |
130 | - "vite": "^2.9.0-beta.3", | |
129 | + "typescript": "^4.6.3", | |
130 | + "vite": "^2.9.1", | |
131 | 131 | "vite-plugin-compression": "^0.5.1", |
132 | 132 | "vite-plugin-html": "^3.2.0", |
133 | 133 | "vite-plugin-imagemin": "^0.6.1", |
... | ... | @@ -137,11 +137,11 @@ |
137 | 137 | "vite-plugin-pwa": "^0.11.13", |
138 | 138 | "vite-plugin-style-import": "^2.0.0", |
139 | 139 | "vite-plugin-svg-icons": "^2.0.1", |
140 | - "vite-plugin-theme": "^0.8.1", | |
140 | + "vite-plugin-theme": "^0.8.6", | |
141 | 141 | "vite-plugin-vue-setup-extend": "^0.4.0", |
142 | 142 | "vite-plugin-windicss": "^1.8.3", |
143 | 143 | "vue-eslint-parser": "^8.3.0", |
144 | - "vue-tsc": "^0.33.2" | |
144 | + "vue-tsc": "^0.33.9" | |
145 | 145 | }, |
146 | 146 | "resolutions": { |
147 | 147 | "bin-wrapper": "npm:bin-wrapper-china", | ... | ... |