Skip to content

Commit 997333a

Browse files
committed
Merge branch 'develop' into next
2 parents 14bdd80 + 9db82ca commit 997333a

File tree

24 files changed

+1322
-1400
lines changed

24 files changed

+1322
-1400
lines changed

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -19,62 +19,62 @@
1919
"*.{js,vue}": "eslint"
2020
},
2121
"dependencies": {
22-
"@ckeditor/ckeditor5-build-classic": "31.0.0",
22+
"@ckeditor/ckeditor5-build-classic": "30.0.0",
2323
"@ckeditor/ckeditor5-vue": "2.0.1",
2424
"@iconicicons/vue3": "1.5.0",
25-
"@vue/composition-api": "^1.4.0",
26-
"@vueup/vue-quill": "1.0.0-alpha.1",
27-
"@vueuse/components": "^7.1.2",
28-
"@vueuse/core": "7.1.2",
29-
"@vueuse/integrations": "7.1.2",
30-
"@vueuse/motion": "2.0.0-beta.4",
31-
"@vueuse/router": "7.1.2",
32-
"axios": "0.24.0",
33-
"color": "4.0.2",
34-
"fastcomments-vue-next": "3.0.2",
25+
"@vue/composition-api": "^1.4.9",
26+
"@vueup/vue-quill": "1.0.0-beta.7",
27+
"@vueuse/components": "^6.9.2",
28+
"@vueuse/core": "6.6.1",
29+
"@vueuse/integrations": "6.6.1",
30+
"@vueuse/motion": "1.6.0",
31+
"@vueuse/router": "6.6.1",
32+
"axios": "0.23.0",
33+
"color": "4.0.1",
34+
"fastcomments-vue-next": "2.0.1",
3535
"html-to-text": "^8.1.0",
3636
"lodash": "4.17.21",
3737
"masonry-layout": "4.2.2",
3838
"mitt": "3.0.0",
3939
"nprogress": "0.2.0",
4040
"query-string": "7.0.1",
4141
"quill-image-uploader": "1.2.2",
42-
"sass": "1.43.5",
42+
"sass": "1.43.2",
4343
"string-to-color": "2.2.2",
44-
"swiper": "7.0.0-alpha.40",
45-
"unplugin-vue-components": "^0.17.2",
46-
"vee-validate": "^4.5.6",
47-
"vue": "3.2.23",
48-
"vue-i18n": "9.2.0-beta.22",
44+
"swiper": "6.8.4",
45+
"unplugin-vue-components": "^0.15.6",
46+
"vee-validate": "4.5.3",
47+
"vue": "3.2.20",
48+
"vue-i18n": "9.1.9",
4949
"vue-masonry": "^0.13.0",
5050
"vue-nprogress": "0.2.0",
5151
"vue-ripple-directive": "^2.0.1",
52-
"vue-router": "4",
52+
"vue-router": "4.0.12",
5353
"yup": "0.32.11"
5454
},
5555
"devDependencies": {
56-
"@babel/core": "7.16.0",
57-
"@intlify/vite-plugin-vue-i18n": "3.2.1",
58-
"@vitejs/plugin-vue": "1.10.1",
59-
"@vue/compiler-sfc": "3.2.23",
56+
"@babel/core": "7.15.8",
57+
"@intlify/vite-plugin-vue-i18n": "2.4.0",
58+
"@vitejs/plugin-vue": "1.9.3",
59+
"@vue/compiler-sfc": "3.2.20",
6060
"@vue/eslint-config-prettier": "6.0.0",
6161
"@vueuse/gesture": "^1.0.0",
6262
"@windicss/plugin-heropatterns": "^0.0.8",
63-
"babel-loader": "8.2.3",
64-
"eslint": "8.3.0",
63+
"babel-loader": "8.2.2",
64+
"eslint": "8.0.1",
6565
"eslint-config-prettier": "8.3.0",
6666
"eslint-plugin-prettier-vue": "3.1.0",
67-
"eslint-plugin-vue": "8.1.1",
68-
"husky": "7.0.4",
69-
"lint-staged": "12.1.2",
67+
"eslint-plugin-vue": "7.19.1",
68+
"husky": "7.0.2",
69+
"lint-staged": "11.2.3",
7070
"pinst": "2.1.6",
71-
"postcss-nesting": "^10.0.2",
72-
"prettier": "2.5.0",
73-
"vite": "2.6.14",
71+
"postcss-nesting": "^10.1.3",
72+
"prettier": "2.4.1",
73+
"vite": "2.6.7",
7474
"vite-plugin-fonts": "0.2.2",
7575
"vite-plugin-svg-icons": "1.0.5",
76-
"vite-plugin-windicss": "^1.5.1",
77-
"vue-loader": "15.9.8",
78-
"windicss": "^3.2.1"
76+
"vite-plugin-windicss": "^1.8.3",
77+
"vue-loader": "16.8.1",
78+
"windicss": "^3.5.1"
7979
}
8080
}

0 commit comments

Comments
 (0)