Commit e91d757169c8ee888f799afac6cd6621c9d9e7e8
1 parent
4cda7c6f
chore: update deps
Showing
1 changed file
with
30 additions
and
30 deletions
package.json
@@ -34,22 +34,22 @@ | @@ -34,22 +34,22 @@ | ||
34 | }, | 34 | }, |
35 | "dependencies": { | 35 | "dependencies": { |
36 | "@ant-design/colors": "^6.0.0", | 36 | "@ant-design/colors": "^6.0.0", |
37 | - "@ant-design/icons-vue": "^6.0.1", | 37 | + "@ant-design/icons-vue": "^6.1.0", |
38 | "@iconify/iconify": "^2.1.2", | 38 | "@iconify/iconify": "^2.1.2", |
39 | - "@logicflow/core": "^1.1.4", | ||
40 | - "@logicflow/extension": "^1.1.4", | 39 | + "@logicflow/core": "^1.1.7", |
40 | + "@logicflow/extension": "^1.1.7", | ||
41 | "@vue/runtime-core": "^3.2.31", | 41 | "@vue/runtime-core": "^3.2.31", |
42 | "@vue/shared": "^3.2.31", | 42 | "@vue/shared": "^3.2.31", |
43 | - "@vueuse/core": "^7.7.0", | ||
44 | - "@vueuse/shared": "^7.7.0", | 43 | + "@vueuse/core": "^7.7.1", |
44 | + "@vueuse/shared": "^7.7.1", | ||
45 | "@zxcvbn-ts/core": "^2.0.0", | 45 | "@zxcvbn-ts/core": "^2.0.0", |
46 | "ant-design-vue": "3.0.0-beta.10", | 46 | "ant-design-vue": "3.0.0-beta.10", |
47 | - "axios": "^0.26.0", | 47 | + "axios": "^0.26.1", |
48 | "codemirror": "^5.65.2", | 48 | "codemirror": "^5.65.2", |
49 | "cropperjs": "^1.5.12", | 49 | "cropperjs": "^1.5.12", |
50 | "crypto-js": "^4.1.1", | 50 | "crypto-js": "^4.1.1", |
51 | - "dayjs": "^1.10.7", | ||
52 | - "echarts": "^5.3.0", | 51 | + "dayjs": "^1.11.0", |
52 | + "echarts": "^5.3.1", | ||
53 | "intro.js": "^5.0.0", | 53 | "intro.js": "^5.0.0", |
54 | "lodash-es": "^4.17.21", | 54 | "lodash-es": "^4.17.21", |
55 | "mockjs": "^1.1.0", | 55 | "mockjs": "^1.1.0", |
@@ -60,22 +60,22 @@ | @@ -60,22 +60,22 @@ | ||
60 | "qrcode": "^1.5.0", | 60 | "qrcode": "^1.5.0", |
61 | "qs": "^6.10.3", | 61 | "qs": "^6.10.3", |
62 | "resize-observer-polyfill": "^1.5.1", | 62 | "resize-observer-polyfill": "^1.5.1", |
63 | - "showdown": "^2.0.0", | 63 | + "showdown": "^2.0.3", |
64 | "sortablejs": "^1.14.0", | 64 | "sortablejs": "^1.14.0", |
65 | "tinymce": "^5.10.3", | 65 | "tinymce": "^5.10.3", |
66 | - "vditor": "^3.8.11", | 66 | + "vditor": "^3.8.12", |
67 | "vue": "^3.2.31", | 67 | "vue": "^3.2.31", |
68 | "vue-i18n": "^9.1.9", | 68 | "vue-i18n": "^9.1.9", |
69 | "vue-json-pretty": "^2.0.6", | 69 | "vue-json-pretty": "^2.0.6", |
70 | - "vue-router": "^4.0.12", | 70 | + "vue-router": "^4.0.14", |
71 | "vue-types": "^4.1.1", | 71 | "vue-types": "^4.1.1", |
72 | - "xlsx": "^0.18.2" | 72 | + "xlsx": "^0.18.3" |
73 | }, | 73 | }, |
74 | "devDependencies": { | 74 | "devDependencies": { |
75 | "@commitlint/cli": "^16.2.1", | 75 | "@commitlint/cli": "^16.2.1", |
76 | "@commitlint/config-conventional": "^16.2.1", | 76 | "@commitlint/config-conventional": "^16.2.1", |
77 | - "@iconify/json": "^2.1.7", | ||
78 | - "@purge-icons/generated": "^0.8.0", | 77 | + "@iconify/json": "^2.1.15", |
78 | + "@purge-icons/generated": "^0.8.1", | ||
79 | "@types/codemirror": "^5.60.5", | 79 | "@types/codemirror": "^5.60.5", |
80 | "@types/crypto-js": "^4.1.1", | 80 | "@types/crypto-js": "^4.1.1", |
81 | "@types/fs-extra": "^9.0.13", | 81 | "@types/fs-extra": "^9.0.13", |
@@ -90,11 +90,11 @@ | @@ -90,11 +90,11 @@ | ||
90 | "@types/qs": "^6.9.7", | 90 | "@types/qs": "^6.9.7", |
91 | "@types/showdown": "^1.9.4", | 91 | "@types/showdown": "^1.9.4", |
92 | "@types/sortablejs": "^1.10.7", | 92 | "@types/sortablejs": "^1.10.7", |
93 | - "@typescript-eslint/eslint-plugin": "^5.12.1", | ||
94 | - "@typescript-eslint/parser": "^5.12.1", | 93 | + "@typescript-eslint/eslint-plugin": "^5.15.0", |
94 | + "@typescript-eslint/parser": "^5.15.0", | ||
95 | "@vitejs/plugin-legacy": "^1.7.1", | 95 | "@vitejs/plugin-legacy": "^1.7.1", |
96 | - "@vitejs/plugin-vue": "^2.2.2", | ||
97 | - "@vitejs/plugin-vue-jsx": "^1.3.7", | 96 | + "@vitejs/plugin-vue": "^2.2.4", |
97 | + "@vitejs/plugin-vue-jsx": "^1.3.8", | ||
98 | "@vue/compiler-sfc": "3.2.31", | 98 | "@vue/compiler-sfc": "3.2.31", |
99 | "@vue/test-utils": "^2.0.0-rc.18", | 99 | "@vue/test-utils": "^2.0.0-rc.18", |
100 | "autoprefixer": "^10.4.2", | 100 | "autoprefixer": "^10.4.2", |
@@ -102,8 +102,8 @@ | @@ -102,8 +102,8 @@ | ||
102 | "conventional-changelog-cli": "^2.2.2", | 102 | "conventional-changelog-cli": "^2.2.2", |
103 | "cross-env": "^7.0.3", | 103 | "cross-env": "^7.0.3", |
104 | "dotenv": "^16.0.0", | 104 | "dotenv": "^16.0.0", |
105 | - "eslint": "^8.10.0", | ||
106 | - "eslint-config-prettier": "^8.4.0", | 105 | + "eslint": "^8.11.0", |
106 | + "eslint-config-prettier": "^8.5.0", | ||
107 | "eslint-define-config": "^1.2.5", | 107 | "eslint-define-config": "^1.2.5", |
108 | "eslint-plugin-jest": "^26.1.1", | 108 | "eslint-plugin-jest": "^26.1.1", |
109 | "eslint-plugin-prettier": "^4.0.0", | 109 | "eslint-plugin-prettier": "^4.0.0", |
@@ -111,17 +111,17 @@ | @@ -111,17 +111,17 @@ | ||
111 | "esno": "^0.14.1", | 111 | "esno": "^0.14.1", |
112 | "fs-extra": "^10.0.1", | 112 | "fs-extra": "^10.0.1", |
113 | "husky": "^7.0.4", | 113 | "husky": "^7.0.4", |
114 | - "inquirer": "^8.2.0", | 114 | + "inquirer": "^8.2.1", |
115 | "jest": "^27.5.1", | 115 | "jest": "^27.5.1", |
116 | "less": "^4.1.2", | 116 | "less": "^4.1.2", |
117 | "lint-staged": "12.3.4", | 117 | "lint-staged": "12.3.4", |
118 | "npm-run-all": "^4.1.5", | 118 | "npm-run-all": "^4.1.5", |
119 | - "postcss": "^8.4.7", | 119 | + "postcss": "^8.4.8", |
120 | "postcss-html": "^1.3.0", | 120 | "postcss-html": "^1.3.0", |
121 | "postcss-less": "^6.0.0", | 121 | "postcss-less": "^6.0.0", |
122 | "prettier": "^2.5.1", | 122 | "prettier": "^2.5.1", |
123 | "rimraf": "^3.0.2", | 123 | "rimraf": "^3.0.2", |
124 | - "rollup": "^2.68.0", | 124 | + "rollup": "^2.70.1", |
125 | "rollup-plugin-visualizer": "^5.6.0", | 125 | "rollup-plugin-visualizer": "^5.6.0", |
126 | "stylelint": "^14.5.3", | 126 | "stylelint": "^14.5.3", |
127 | "stylelint-config-html": "^1.0.0", | 127 | "stylelint-config-html": "^1.0.0", |
@@ -130,23 +130,23 @@ | @@ -130,23 +130,23 @@ | ||
130 | "stylelint-config-standard": "^25.0.0", | 130 | "stylelint-config-standard": "^25.0.0", |
131 | "stylelint-order": "^5.0.0", | 131 | "stylelint-order": "^5.0.0", |
132 | "ts-jest": "^27.1.3", | 132 | "ts-jest": "^27.1.3", |
133 | - "ts-node": "^10.5.0", | ||
134 | - "typescript": "^4.5.5", | ||
135 | - "vite": "^2.8.4", | 133 | + "ts-node": "^10.7.0", |
134 | + "typescript": "^4.6.2", | ||
135 | + "vite": "^2.8.6", | ||
136 | "vite-plugin-compression": "^0.5.1", | 136 | "vite-plugin-compression": "^0.5.1", |
137 | - "vite-plugin-html": "^3.1.0", | 137 | + "vite-plugin-html": "^3.2.0", |
138 | "vite-plugin-imagemin": "^0.6.1", | 138 | "vite-plugin-imagemin": "^0.6.1", |
139 | "vite-plugin-mkcert": "^1.6.0", | 139 | "vite-plugin-mkcert": "^1.6.0", |
140 | "vite-plugin-mock": "^2.9.6", | 140 | "vite-plugin-mock": "^2.9.6", |
141 | - "vite-plugin-purge-icons": "^0.8.0", | 141 | + "vite-plugin-purge-icons": "^0.8.1", |
142 | "vite-plugin-pwa": "^0.11.13", | 142 | "vite-plugin-pwa": "^0.11.13", |
143 | "vite-plugin-style-import": "^2.0.0", | 143 | "vite-plugin-style-import": "^2.0.0", |
144 | "vite-plugin-svg-icons": "^2.0.1", | 144 | "vite-plugin-svg-icons": "^2.0.1", |
145 | "vite-plugin-theme": "^0.8.1", | 145 | "vite-plugin-theme": "^0.8.1", |
146 | "vite-plugin-vue-setup-extend": "^0.4.0", | 146 | "vite-plugin-vue-setup-extend": "^0.4.0", |
147 | - "vite-plugin-windicss": "^1.8.1", | 147 | + "vite-plugin-windicss": "^1.8.3", |
148 | "vue-eslint-parser": "^8.3.0", | 148 | "vue-eslint-parser": "^8.3.0", |
149 | - "vue-tsc": "^0.32.0" | 149 | + "vue-tsc": "^0.32.1" |
150 | }, | 150 | }, |
151 | "resolutions": { | 151 | "resolutions": { |
152 | "bin-wrapper": "npm:bin-wrapper-china", | 152 | "bin-wrapper": "npm:bin-wrapper-china", |