Commit 823f7b3226f6223358c30f391c0cd19dcdced329

Authored by JinMao
1 parent 28d73f95

chore: update deps

Showing 1 changed file with 30 additions and 30 deletions
package.json
@@ -34,22 +34,22 @@ @@ -34,22 +34,22 @@
34 "dependencies": { 34 "dependencies": {
35 "@ant-design/colors": "^6.0.0", 35 "@ant-design/colors": "^6.0.0",
36 "@ant-design/icons-vue": "^6.1.0", 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 "@vue/runtime-core": "^3.2.31", 40 "@vue/runtime-core": "^3.2.31",
41 "@vue/shared": "^3.2.31", 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 "@zxcvbn-ts/core": "^2.0.1", 44 "@zxcvbn-ts/core": "^2.0.1",
45 - "ant-design-vue": "3.1.0-rc.1", 45 + "ant-design-vue": "3.1.1",
46 "axios": "^0.26.1", 46 "axios": "^0.26.1",
47 "codemirror": "^5.65.2", 47 "codemirror": "^5.65.2",
48 "cropperjs": "^1.5.12", 48 "cropperjs": "^1.5.12",
49 "crypto-js": "^4.1.1", 49 "crypto-js": "^4.1.1",
50 "dayjs": "^1.11.0", 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 "lodash-es": "^4.17.21", 53 "lodash-es": "^4.17.21",
54 "mockjs": "^1.1.0", 54 "mockjs": "^1.1.0",
55 "nprogress": "^0.2.0", 55 "nprogress": "^0.2.0",
@@ -60,54 +60,54 @@ @@ -60,54 +60,54 @@
60 "qs": "^6.10.3", 60 "qs": "^6.10.3",
61 "resize-observer-polyfill": "^1.5.1", 61 "resize-observer-polyfill": "^1.5.1",
62 "showdown": "^2.0.3", 62 "showdown": "^2.0.3",
63 - "sortablejs": "^1.14.0", 63 + "sortablejs": "^1.15.0",
64 "tinymce": "^5.10.3", 64 "tinymce": "^5.10.3",
65 - "vditor": "^3.8.12", 65 + "vditor": "^3.8.13",
66 "vue": "^3.2.31", 66 "vue": "^3.2.31",
67 "vue-i18n": "^9.1.9", 67 "vue-i18n": "^9.1.9",
68 "vue-json-pretty": "^2.0.6", 68 "vue-json-pretty": "^2.0.6",
69 "vue-router": "^4.0.14", 69 "vue-router": "^4.0.14",
70 "vue-types": "^4.1.1", 70 "vue-types": "^4.1.1",
71 - "xlsx": "^0.18.4" 71 + "xlsx": "^0.18.5"
72 }, 72 },
73 "devDependencies": { 73 "devDependencies": {
74 "@commitlint/cli": "^16.2.3", 74 "@commitlint/cli": "^16.2.3",
75 "@commitlint/config-conventional": "^16.2.1", 75 "@commitlint/config-conventional": "^16.2.1",
76 - "@iconify/json": "^2.1.17", 76 + "@iconify/json": "^2.1.25",
77 "@purge-icons/generated": "^0.8.1", 77 "@purge-icons/generated": "^0.8.1",
78 "@types/codemirror": "^5.60.5", 78 "@types/codemirror": "^5.60.5",
79 "@types/crypto-js": "^4.1.1", 79 "@types/crypto-js": "^4.1.1",
80 "@types/fs-extra": "^9.0.13", 80 "@types/fs-extra": "^9.0.13",
81 - "@types/inquirer": "^8.2.0", 81 + "@types/inquirer": "^8.2.1",
82 "@types/intro.js": "^3.0.2", 82 "@types/intro.js": "^3.0.2",
83 "@types/lodash-es": "^4.17.6", 83 "@types/lodash-es": "^4.17.6",
84 "@types/mockjs": "^1.0.6", 84 "@types/mockjs": "^1.0.6",
85 - "@types/node": "^17.0.21", 85 + "@types/node": "^17.0.23",
86 "@types/nprogress": "^0.2.0", 86 "@types/nprogress": "^0.2.0",
87 "@types/qrcode": "^1.4.2", 87 "@types/qrcode": "^1.4.2",
88 "@types/qs": "^6.9.7", 88 "@types/qs": "^6.9.7",
89 "@types/showdown": "^1.9.4", 89 "@types/showdown": "^1.9.4",
90 "@types/sortablejs": "^1.10.7", 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 "@vue/compiler-sfc": "3.2.31", 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 "autoprefixer": "^10.4.4", 98 "autoprefixer": "^10.4.4",
99 "commitizen": "^4.2.4", 99 "commitizen": "^4.2.4",
100 "conventional-changelog-cli": "^2.2.2", 100 "conventional-changelog-cli": "^2.2.2",
101 "cross-env": "^7.0.3", 101 "cross-env": "^7.0.3",
102 "dotenv": "^16.0.0", 102 "dotenv": "^16.0.0",
103 - "eslint": "^8.11.0", 103 + "eslint": "^8.12.0",
104 "eslint-config-prettier": "^8.5.0", 104 "eslint-config-prettier": "^8.5.0",
105 "eslint-plugin-prettier": "^4.0.0", 105 "eslint-plugin-prettier": "^4.0.0",
106 - "eslint-plugin-vue": "^8.5.0", 106 + "eslint-plugin-vue": "^8.6.0",
107 "esno": "^0.14.1", 107 "esno": "^0.14.1",
108 "fs-extra": "^10.0.1", 108 "fs-extra": "^10.0.1",
109 "husky": "^7.0.4", 109 "husky": "^7.0.4",
110 - "inquirer": "^8.2.1", 110 + "inquirer": "^8.2.2",
111 "less": "^4.1.2", 111 "less": "^4.1.2",
112 "lint-staged": "12.3.7", 112 "lint-staged": "12.3.7",
113 "npm-run-all": "^4.1.5", 113 "npm-run-all": "^4.1.5",
@@ -115,19 +115,19 @@ @@ -115,19 +115,19 @@
115 "postcss": "^8.4.12", 115 "postcss": "^8.4.12",
116 "postcss-html": "^1.3.0", 116 "postcss-html": "^1.3.0",
117 "postcss-less": "^6.0.0", 117 "postcss-less": "^6.0.0",
118 - "prettier": "^2.6.0", 118 + "prettier": "^2.6.2",
119 "rimraf": "^3.0.2", 119 "rimraf": "^3.0.2",
120 "rollup": "^2.70.1", 120 "rollup": "^2.70.1",
121 "rollup-plugin-visualizer": "^5.6.0", 121 "rollup-plugin-visualizer": "^5.6.0",
122 - "stylelint": "^14.6.0", 122 + "stylelint": "^14.6.1",
123 "stylelint-config-prettier": "^9.0.3", 123 "stylelint-config-prettier": "^9.0.3",
124 "stylelint-config-recommended": "^7.0.0", 124 "stylelint-config-recommended": "^7.0.0",
125 - "stylelint-config-recommended-vue": "^1.3.0", 125 + "stylelint-config-recommended-vue": "^1.4.0",
126 "stylelint-config-standard": "^25.0.0", 126 "stylelint-config-standard": "^25.0.0",
127 "stylelint-order": "^5.0.0", 127 "stylelint-order": "^5.0.0",
128 "ts-node": "^10.7.0", 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 "vite-plugin-compression": "^0.5.1", 131 "vite-plugin-compression": "^0.5.1",
132 "vite-plugin-html": "^3.2.0", 132 "vite-plugin-html": "^3.2.0",
133 "vite-plugin-imagemin": "^0.6.1", 133 "vite-plugin-imagemin": "^0.6.1",
@@ -137,11 +137,11 @@ @@ -137,11 +137,11 @@
137 "vite-plugin-pwa": "^0.11.13", 137 "vite-plugin-pwa": "^0.11.13",
138 "vite-plugin-style-import": "^2.0.0", 138 "vite-plugin-style-import": "^2.0.0",
139 "vite-plugin-svg-icons": "^2.0.1", 139 "vite-plugin-svg-icons": "^2.0.1",
140 - "vite-plugin-theme": "^0.8.1", 140 + "vite-plugin-theme": "^0.8.6",
141 "vite-plugin-vue-setup-extend": "^0.4.0", 141 "vite-plugin-vue-setup-extend": "^0.4.0",
142 "vite-plugin-windicss": "^1.8.3", 142 "vite-plugin-windicss": "^1.8.3",
143 "vue-eslint-parser": "^8.3.0", 143 "vue-eslint-parser": "^8.3.0",
144 - "vue-tsc": "^0.33.2" 144 + "vue-tsc": "^0.33.9"
145 }, 145 },
146 "resolutions": { 146 "resolutions": {
147 "bin-wrapper": "npm:bin-wrapper-china", 147 "bin-wrapper": "npm:bin-wrapper-china",