Commit 2d553f204a51c87bd692dfc479ae4dde137a814c
1 parent
3b864357
chore: update deps
Showing
1 changed file
with
22 additions
and
22 deletions
Too many changes to show.
To preserve performance only 1 of 2 files are displayed.
package.json
@@ -35,19 +35,19 @@ | @@ -35,19 +35,19 @@ | ||
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.2.1", | 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", | ||
41 | - "@vue/shared": "^3.2.31", | ||
42 | - "@vueuse/core": "^8.2.5", | ||
43 | - "@vueuse/shared": "^8.2.5", | 38 | + "@logicflow/core": "^1.1.13", |
39 | + "@logicflow/extension": "^1.1.13", | ||
40 | + "@vue/runtime-core": "^3.2.33", | ||
41 | + "@vue/shared": "^3.2.33", | ||
42 | + "@vueuse/core": "^8.2.6", | ||
43 | + "@vueuse/shared": "^8.2.6", | ||
44 | "@zxcvbn-ts/core": "^2.0.1", | 44 | "@zxcvbn-ts/core": "^2.0.1", |
45 | "ant-design-vue": "3.1.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.1", |
51 | "echarts": "^5.3.2", | 51 | "echarts": "^5.3.2", |
52 | "intro.js": "^5.1.0", | 52 | "intro.js": "^5.1.0", |
53 | "lodash-es": "^4.17.21", | 53 | "lodash-es": "^4.17.21", |
@@ -63,7 +63,7 @@ | @@ -63,7 +63,7 @@ | ||
63 | "sortablejs": "^1.15.0", | 63 | "sortablejs": "^1.15.0", |
64 | "tinymce": "^5.10.3", | 64 | "tinymce": "^5.10.3", |
65 | "vditor": "^3.8.13", | 65 | "vditor": "^3.8.13", |
66 | - "vue": "^3.2.31", | 66 | + "vue": "^3.2.33", |
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", |
@@ -73,7 +73,7 @@ | @@ -73,7 +73,7 @@ | ||
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.25", | 76 | + "@iconify/json": "^2.1.28", |
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", |
@@ -82,30 +82,30 @@ | @@ -82,30 +82,30 @@ | ||
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.23", | 85 | + "@types/node": "^17.0.24", |
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.18.0", | ||
92 | - "@typescript-eslint/parser": "^5.18.0", | ||
93 | - "@vitejs/plugin-legacy": "^1.8.0", | 91 | + "@typescript-eslint/eslint-plugin": "^5.19.0", |
92 | + "@typescript-eslint/parser": "^5.19.0", | ||
93 | + "@vitejs/plugin-legacy": "^1.8.1", | ||
94 | "@vitejs/plugin-vue": "^2.3.1", | 94 | "@vitejs/plugin-vue": "^2.3.1", |
95 | - "@vitejs/plugin-vue-jsx": "^1.3.9", | 95 | + "@vitejs/plugin-vue-jsx": "^1.3.10", |
96 | "@vue/compiler-sfc": "3.2.31", | 96 | "@vue/compiler-sfc": "3.2.31", |
97 | - "@vue/test-utils": "^2.0.0-rc.19", | 97 | + "@vue/test-utils": "^2.0.0-rc.20", |
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.12.0", | 103 | + "eslint": "^8.13.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.6.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.1.0", |
109 | "husky": "^7.0.4", | 109 | "husky": "^7.0.4", |
110 | "inquirer": "^8.2.2", | 110 | "inquirer": "^8.2.2", |
111 | "less": "^4.1.2", | 111 | "less": "^4.1.2", |
@@ -113,13 +113,13 @@ | @@ -113,13 +113,13 @@ | ||
113 | "npm-run-all": "^4.1.5", | 113 | "npm-run-all": "^4.1.5", |
114 | "picocolors": "^1.0.0", | 114 | "picocolors": "^1.0.0", |
115 | "postcss": "^8.4.12", | 115 | "postcss": "^8.4.12", |
116 | - "postcss-html": "^1.3.0", | 116 | + "postcss-html": "^1.4.1", |
117 | "postcss-less": "^6.0.0", | 117 | "postcss-less": "^6.0.0", |
118 | "prettier": "^2.6.2", | 118 | "prettier": "^2.6.2", |
119 | "rimraf": "^3.0.2", | 119 | "rimraf": "^3.0.2", |
120 | - "rollup": "^2.70.1", | 120 | + "rollup": "^2.70.2", |
121 | "rollup-plugin-visualizer": "^5.6.0", | 121 | "rollup-plugin-visualizer": "^5.6.0", |
122 | - "stylelint": "^14.6.1", | 122 | + "stylelint": "^14.7.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.4.0", | 125 | "stylelint-config-recommended-vue": "^1.4.0", |
@@ -127,7 +127,7 @@ | @@ -127,7 +127,7 @@ | ||
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.3", | 129 | "typescript": "^4.6.3", |
130 | - "vite": "^2.9.1", | 130 | + "vite": "^2.9.5", |
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", |
@@ -139,7 +139,7 @@ | @@ -139,7 +139,7 @@ | ||
139 | "vite-plugin-svg-icons": "^2.0.1", | 139 | "vite-plugin-svg-icons": "^2.0.1", |
140 | "vite-plugin-theme": "^0.8.6", | 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.4", |
143 | "vue-eslint-parser": "^8.3.0", | 143 | "vue-eslint-parser": "^8.3.0", |
144 | "vue-tsc": "^0.33.9" | 144 | "vue-tsc": "^0.33.9" |
145 | }, | 145 | }, |