Commit 02eabe1f9fa0b47feaa60c61918d4f903d6e0596
1 parent
2875a97b
chore: update deps
Showing
1 changed file
with
19 additions
and
19 deletions
Too many changes to show.
To preserve performance only 1 of 2 files are displayed.
package.json
@@ -37,9 +37,9 @@ | @@ -37,9 +37,9 @@ | ||
37 | "@iconify/iconify": "^2.0.4", | 37 | "@iconify/iconify": "^2.0.4", |
38 | "@logicflow/core": "^0.6.16", | 38 | "@logicflow/core": "^0.6.16", |
39 | "@logicflow/extension": "^0.6.16", | 39 | "@logicflow/extension": "^0.6.16", |
40 | - "@vueuse/core": "^6.3.3", | 40 | + "@vueuse/core": "^6.4.1", |
41 | "@zxcvbn-ts/core": "^1.0.0-beta.0", | 41 | "@zxcvbn-ts/core": "^1.0.0-beta.0", |
42 | - "ant-design-vue": "2.2.7", | 42 | + "ant-design-vue": "2.2.8", |
43 | "axios": "^0.21.4", | 43 | "axios": "^0.21.4", |
44 | "codemirror": "^5.62.3", | 44 | "codemirror": "^5.62.3", |
45 | "cropperjs": "^1.5.12", | 45 | "cropperjs": "^1.5.12", |
@@ -58,17 +58,17 @@ | @@ -58,17 +58,17 @@ | ||
58 | "sortablejs": "^1.14.0", | 58 | "sortablejs": "^1.14.0", |
59 | "tinymce": "^5.9.2", | 59 | "tinymce": "^5.9.2", |
60 | "vditor": "^3.8.6", | 60 | "vditor": "^3.8.6", |
61 | - "vue": "3.2.11", | ||
62 | - "vue-i18n": "9.1.7", | 61 | + "vue": "^3.2.12", |
62 | + "vue-i18n": "^9.1.7", | ||
63 | "vue-json-pretty": "^2.0.4", | 63 | "vue-json-pretty": "^2.0.4", |
64 | "vue-router": "^4.0.11", | 64 | "vue-router": "^4.0.11", |
65 | "vue-types": "^4.1.0", | 65 | "vue-types": "^4.1.0", |
66 | - "xlsx": "^0.17.1" | 66 | + "xlsx": "^0.17.2" |
67 | }, | 67 | }, |
68 | "devDependencies": { | 68 | "devDependencies": { |
69 | "@commitlint/cli": "^13.1.0", | 69 | "@commitlint/cli": "^13.1.0", |
70 | "@commitlint/config-conventional": "^13.1.0", | 70 | "@commitlint/config-conventional": "^13.1.0", |
71 | - "@iconify/json": "^1.1.401", | 71 | + "@iconify/json": "^1.1.403", |
72 | "@purge-icons/generated": "^0.7.0", | 72 | "@purge-icons/generated": "^0.7.0", |
73 | "@types/codemirror": "^5.60.2", | 73 | "@types/codemirror": "^5.60.2", |
74 | "@types/crypto-js": "^4.0.2", | 74 | "@types/crypto-js": "^4.0.2", |
@@ -78,18 +78,18 @@ | @@ -78,18 +78,18 @@ | ||
78 | "@types/jest": "^27.0.1", | 78 | "@types/jest": "^27.0.1", |
79 | "@types/lodash-es": "^4.17.5", | 79 | "@types/lodash-es": "^4.17.5", |
80 | "@types/mockjs": "^1.0.4", | 80 | "@types/mockjs": "^1.0.4", |
81 | - "@types/node": "^16.9.1", | 81 | + "@types/node": "^16.9.2", |
82 | "@types/nprogress": "^0.2.0", | 82 | "@types/nprogress": "^0.2.0", |
83 | "@types/qrcode": "^1.4.1", | 83 | "@types/qrcode": "^1.4.1", |
84 | "@types/qs": "^6.9.7", | 84 | "@types/qs": "^6.9.7", |
85 | "@types/showdown": "^1.9.4", | 85 | "@types/showdown": "^1.9.4", |
86 | "@types/sortablejs": "^1.10.7", | 86 | "@types/sortablejs": "^1.10.7", |
87 | - "@typescript-eslint/eslint-plugin": "^4.31.0", | ||
88 | - "@typescript-eslint/parser": "^4.31.0", | 87 | + "@typescript-eslint/eslint-plugin": "^4.31.1", |
88 | + "@typescript-eslint/parser": "^4.31.1", | ||
89 | "@vitejs/plugin-legacy": "^1.5.3", | 89 | "@vitejs/plugin-legacy": "^1.5.3", |
90 | "@vitejs/plugin-vue": "^1.6.2", | 90 | "@vitejs/plugin-vue": "^1.6.2", |
91 | "@vitejs/plugin-vue-jsx": "^1.1.8", | 91 | "@vitejs/plugin-vue-jsx": "^1.1.8", |
92 | - "@vue/compiler-sfc": "3.2.11", | 92 | + "@vue/compiler-sfc": "3.2.12", |
93 | "@vue/test-utils": "^2.0.0-rc.14", | 93 | "@vue/test-utils": "^2.0.0-rc.14", |
94 | "autoprefixer": "^10.3.4", | 94 | "autoprefixer": "^10.3.4", |
95 | "commitizen": "^4.2.4", | 95 | "commitizen": "^4.2.4", |
@@ -99,32 +99,32 @@ | @@ -99,32 +99,32 @@ | ||
99 | "eslint": "^7.32.0", | 99 | "eslint": "^7.32.0", |
100 | "eslint-config-prettier": "^8.3.0", | 100 | "eslint-config-prettier": "^8.3.0", |
101 | "eslint-define-config": "^1.0.9", | 101 | "eslint-define-config": "^1.0.9", |
102 | - "eslint-plugin-jest": "^24.4.0", | 102 | + "eslint-plugin-jest": "^24.4.2", |
103 | "eslint-plugin-prettier": "^4.0.0", | 103 | "eslint-plugin-prettier": "^4.0.0", |
104 | - "eslint-plugin-vue": "^7.17.0", | 104 | + "eslint-plugin-vue": "^7.18.0", |
105 | "esno": "^0.9.1", | 105 | "esno": "^0.9.1", |
106 | "fs-extra": "^10.0.0", | 106 | "fs-extra": "^10.0.0", |
107 | - "http-server": "^13.0.1", | 107 | + "http-server": "^13.0.2", |
108 | "husky": "^7.0.2", | 108 | "husky": "^7.0.2", |
109 | - "inquirer": "^8.1.2", | 109 | + "inquirer": "^8.1.5", |
110 | "is-ci": "^3.0.0", | 110 | "is-ci": "^3.0.0", |
111 | "jest": "^27.2.0", | 111 | "jest": "^27.2.0", |
112 | "less": "^4.1.1", | 112 | "less": "^4.1.1", |
113 | "lint-staged": "^11.1.2", | 113 | "lint-staged": "^11.1.2", |
114 | "npm-run-all": "^4.1.5", | 114 | "npm-run-all": "^4.1.5", |
115 | "postcss": "^8.3.6", | 115 | "postcss": "^8.3.6", |
116 | - "prettier": "^2.4.0", | 116 | + "prettier": "^2.4.1", |
117 | "pretty-quick": "^3.1.1", | 117 | "pretty-quick": "^3.1.1", |
118 | "rimraf": "^3.0.2", | 118 | "rimraf": "^3.0.2", |
119 | - "rollup-plugin-visualizer": "5.5.2", | 119 | + "rollup-plugin-visualizer": "^5.5.2", |
120 | "stylelint": "^13.13.1", | 120 | "stylelint": "^13.13.1", |
121 | "stylelint-config-prettier": "^8.0.2", | 121 | "stylelint-config-prettier": "^8.0.2", |
122 | "stylelint-config-standard": "^22.0.0", | 122 | "stylelint-config-standard": "^22.0.0", |
123 | "stylelint-order": "^4.1.0", | 123 | "stylelint-order": "^4.1.0", |
124 | "ts-jest": "^27.0.5", | 124 | "ts-jest": "^27.0.5", |
125 | "ts-node": "^10.2.1", | 125 | "ts-node": "^10.2.1", |
126 | - "typescript": "4.4.3", | ||
127 | - "vite": "2.5.7", | 126 | + "typescript": "^4.4.3", |
127 | + "vite": "^2.5.8", | ||
128 | "vite-plugin-compression": "^0.3.5", | 128 | "vite-plugin-compression": "^0.3.5", |
129 | "vite-plugin-html": "^2.1.0", | 129 | "vite-plugin-html": "^2.1.0", |
130 | "vite-plugin-imagemin": "^0.4.5", | 130 | "vite-plugin-imagemin": "^0.4.5", |
@@ -135,7 +135,7 @@ | @@ -135,7 +135,7 @@ | ||
135 | "vite-plugin-svg-icons": "^1.0.4", | 135 | "vite-plugin-svg-icons": "^1.0.4", |
136 | "vite-plugin-theme": "^0.8.1", | 136 | "vite-plugin-theme": "^0.8.1", |
137 | "vite-plugin-vue-setup-extend": "^0.1.0", | 137 | "vite-plugin-vue-setup-extend": "^0.1.0", |
138 | - "vite-plugin-windicss": "^1.4.2", | 138 | + "vite-plugin-windicss": "^1.4.3", |
139 | "vue-eslint-parser": "^7.11.0", | 139 | "vue-eslint-parser": "^7.11.0", |
140 | "vue-tsc": "^0.3.0" | 140 | "vue-tsc": "^0.3.0" |
141 | }, | 141 | }, |