Skip to content

Commit 2c5c9d4

Browse files
authored
Merge pull request #970 from DevBuffProject/main-update
Develop
2 parents 923bb46 + e73c9c0 commit 2c5c9d4

File tree

106 files changed

+10612
-30738
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+10612
-30738
lines changed

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<link rel="preload" href="/images/icon.png" as="image">
77
<link rel="icon" href="/favicon.ico" />
8-
<link rel="stylesheet" href="/src/styles.css">
98
<title>Devbuff</title>
109
</head>
1110

package-lock.json

Lines changed: 4882 additions & 16943 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 33 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -23,55 +23,56 @@
2323
"@ckeditor/ckeditor5-vue": "2.0.1",
2424
"@iconicicons/vue3": "1.5.0",
2525
"@vueup/vue-quill": "1.0.0-beta.7",
26-
"@vueuse/core": "6.9.2",
27-
"@vueuse/integrations": "7.5.5",
26+
"@vueuse/components": "^6.7.3",
27+
"@vueuse/core": "6.6.1",
28+
"@vueuse/integrations": "6.6.1",
2829
"@vueuse/motion": "1.6.0",
29-
"@vueuse/router": "6.9.2",
30-
"axios": "0.25.0",
31-
"color": "4.2.0",
32-
"fastcomments-vue-next": "2.1.0",
30+
"@vueuse/router": "6.6.1",
31+
"axios": "0.23.0",
32+
"color": "4.0.1",
33+
"fastcomments-vue-next": "2.0.1",
34+
"html-to-text": "^8.0.0",
3335
"lodash": "4.17.21",
3436
"masonry-layout": "4.2.2",
3537
"mitt": "3.0.0",
3638
"nprogress": "0.2.0",
37-
"query-string": "7.1.1",
39+
"query-string": "7.0.1",
3840
"quill-image-uploader": "1.2.2",
39-
"sass": "1.49.7",
41+
"sass": "1.43.2",
4042
"string-to-color": "2.2.2",
4143
"swiper": "6.8.4",
42-
"vee-validate": "4.5.8",
43-
"vite-plugin-components": "0.13.3",
44-
"vite-plugin-windicss": "1.7.0",
45-
"vue": "3.2.30",
44+
"unplugin-vue-components": "^0.15.6",
45+
"vee-validate": "4.5.3",
46+
"vue": "3.2.20",
4647
"vue-i18n": "9.1.9",
48+
"vue-masonry": "^0.13.0",
4749
"vue-nprogress": "0.2.0",
50+
"vue-ripple-directive": "^2.0.1",
4851
"vue-router": "4.0.12",
4952
"yup": "0.32.11"
5053
},
5154
"devDependencies": {
52-
"@babel/core": "7.17.2",
53-
"@intlify/vite-plugin-vue-i18n": "2.5.0",
54-
"@storybook/addon-actions": "6.4.18",
55-
"@storybook/addon-essentials": "6.4.18",
56-
"@storybook/addon-links": "6.4.18",
57-
"@storybook/vue3": "6.4.18",
58-
"@vitejs/plugin-vue": "1.10.2",
59-
"@vue/compiler-sfc": "3.2.30",
55+
"@babel/core": "7.15.8",
56+
"@intlify/vite-plugin-vue-i18n": "2.4.0",
57+
"@vitejs/plugin-vue": "1.9.3",
58+
"@vue/compiler-sfc": "3.2.20",
6059
"@vue/eslint-config-prettier": "6.0.0",
61-
"babel-loader": "8.2.3",
62-
"eslint": "8.8.0",
60+
"@vueuse/gesture": "^1.0.0",
61+
"@windicss/plugin-heropatterns": "^0.0.8",
62+
"babel-loader": "8.2.2",
63+
"eslint": "8.0.1",
6364
"eslint-config-prettier": "8.3.0",
6465
"eslint-plugin-prettier-vue": "3.1.0",
65-
"eslint-plugin-vue": "7.20.0",
66-
"husky": "7.0.4",
67-
"lint-staged": "11.2.6",
66+
"eslint-plugin-vue": "7.19.1",
67+
"husky": "7.0.2",
68+
"lint-staged": "11.2.3",
6869
"pinst": "2.1.6",
69-
"prettier": "2.5.1",
70-
"vite": "2.7.13",
70+
"prettier": "2.4.1",
71+
"vite": "2.6.7",
7172
"vite-plugin-fonts": "0.2.2",
72-
"vite-plugin-svg-icons": "1.1.0",
73-
"vue-loader": "16.8.3",
74-
"windicss": "3.4.3",
75-
"windicss-webpack-plugin": "1.6.4"
73+
"vite-plugin-svg-icons": "1.0.5",
74+
"vite-plugin-windicss": "^1.4.12",
75+
"vue-loader": "16.8.1",
76+
"windicss": "^3.1.9"
7677
}
77-
}
78+
}

0 commit comments

Comments
 (0)