Commit b303f1bea3749c9fee51d401e3d394abe9209121

Authored by vben
1 parent 5c24a1c4

chore: update deps

Showing 1 changed file with 17 additions and 17 deletions

Too many changes to show.

To preserve performance only 1 of 4 files are displayed.

package.json
... ... @@ -40,10 +40,10 @@
40 40 "@logicflow/extension": "^1.1.7",
41 41 "@vue/runtime-core": "^3.2.31",
42 42 "@vue/shared": "^3.2.31",
43   - "@vueuse/core": "^7.7.1",
44   - "@vueuse/shared": "^7.7.1",
45   - "@zxcvbn-ts/core": "^2.0.0",
46   - "ant-design-vue": "3.0.0-beta.10",
  43 + "@vueuse/core": "^8.1.1",
  44 + "@vueuse/shared": "^8.1.1",
  45 + "@zxcvbn-ts/core": "^2.0.1",
  46 + "ant-design-vue": "3.1.0-rc.1",
47 47 "axios": "^0.26.1",
48 48 "codemirror": "^5.65.2",
49 49 "cropperjs": "^1.5.12",
... ... @@ -55,26 +55,26 @@
55 55 "mockjs": "^1.1.0",
56 56 "nprogress": "^0.2.0",
57 57 "path-to-regexp": "^6.2.0",
58   - "pinia": "2.0.11",
  58 + "pinia": "2.0.12",
59 59 "print-js": "^1.6.0",
60 60 "qrcode": "^1.5.0",
61 61 "qs": "^6.10.3",
62 62 "resize-observer-polyfill": "^1.5.1",
63 63 "showdown": "^2.0.3",
64 64 "sortablejs": "^1.14.0",
65   - "tinymce": "^5.10.3",
  65 + "tinymce": "^6.0.0",
66 66 "vditor": "^3.8.12",
67 67 "vue": "^3.2.31",
68 68 "vue-i18n": "^9.1.9",
69 69 "vue-json-pretty": "^2.0.6",
70 70 "vue-router": "^4.0.14",
71 71 "vue-types": "^4.1.1",
72   - "xlsx": "^0.18.3"
  72 + "xlsx": "^0.18.4"
73 73 },
74 74 "devDependencies": {
75   - "@commitlint/cli": "^16.2.1",
  75 + "@commitlint/cli": "^16.2.3",
76 76 "@commitlint/config-conventional": "^16.2.1",
77   - "@iconify/json": "^2.1.15",
  77 + "@iconify/json": "^2.1.17",
78 78 "@purge-icons/generated": "^0.8.1",
79 79 "@types/codemirror": "^5.60.5",
80 80 "@types/crypto-js": "^4.1.1",
... ... @@ -97,14 +97,14 @@
97 97 "@vitejs/plugin-vue-jsx": "^1.3.8",
98 98 "@vue/compiler-sfc": "3.2.31",
99 99 "@vue/test-utils": "^2.0.0-rc.18",
100   - "autoprefixer": "^10.4.2",
  100 + "autoprefixer": "^10.4.4",
101 101 "commitizen": "^4.2.4",
102 102 "conventional-changelog-cli": "^2.2.2",
103 103 "cross-env": "^7.0.3",
104 104 "dotenv": "^16.0.0",
105 105 "eslint": "^8.11.0",
106 106 "eslint-config-prettier": "^8.5.0",
107   - "eslint-define-config": "^1.2.5",
  107 + "eslint-define-config": "^1.3.0",
108 108 "eslint-plugin-jest": "^26.1.1",
109 109 "eslint-plugin-prettier": "^4.0.0",
110 110 "eslint-plugin-vue": "^8.5.0",
... ... @@ -114,16 +114,16 @@
114 114 "inquirer": "^8.2.1",
115 115 "jest": "^27.5.1",
116 116 "less": "^4.1.2",
117   - "lint-staged": "12.3.4",
  117 + "lint-staged": "12.3.7",
118 118 "npm-run-all": "^4.1.5",
119   - "postcss": "^8.4.8",
  119 + "postcss": "^8.4.12",
120 120 "postcss-html": "^1.3.0",
121 121 "postcss-less": "^6.0.0",
122   - "prettier": "^2.5.1",
  122 + "prettier": "^2.6.0",
123 123 "rimraf": "^3.0.2",
124 124 "rollup": "^2.70.1",
125 125 "rollup-plugin-visualizer": "^5.6.0",
126   - "stylelint": "^14.5.3",
  126 + "stylelint": "^14.6.0",
127 127 "stylelint-config-html": "^1.0.0",
128 128 "stylelint-config-prettier": "^9.0.3",
129 129 "stylelint-config-recommended": "^7.0.0",
... ... @@ -132,7 +132,7 @@
132 132 "ts-jest": "^27.1.3",
133 133 "ts-node": "^10.7.0",
134 134 "typescript": "^4.6.2",
135   - "vite": "^2.8.6",
  135 + "vite": "^2.9.0-beta.3",
136 136 "vite-plugin-compression": "^0.5.1",
137 137 "vite-plugin-html": "^3.2.0",
138 138 "vite-plugin-imagemin": "^0.6.1",
... ... @@ -146,7 +146,7 @@
146 146 "vite-plugin-vue-setup-extend": "^0.4.0",
147 147 "vite-plugin-windicss": "^1.8.3",
148 148 "vue-eslint-parser": "^8.3.0",
149   - "vue-tsc": "^0.32.1"
  149 + "vue-tsc": "^0.33.2"
150 150 },
151 151 "resolutions": {
152 152 "bin-wrapper": "npm:bin-wrapper-china",
... ...