Revert "[U] Yarn upgrade"

This reverts commit 6035ac3420.
This commit is contained in:
Azalea Gui
2023-01-18 03:27:51 -05:00
parent b2cbdfe912
commit f892237ab8
2 changed files with 250 additions and 281 deletions
+17 -17
View File
@@ -10,31 +10,31 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"animsition": "^4.0.2",
"core-js": "^3.27.1",
"emoji-regex": "^10.2.1",
"core-js": "^3.24.1",
"emoji-regex": "^10.0.0",
"linkify-urls": "^4.0.0",
"marked": "^4.2.12",
"meshline": "^3.1.6",
"marked": "^4.2.3",
"meshline": "^2.0.3",
"moment": "^2.29.4",
"tg-blog": "^1.0.11",
"tg-blog": "^1.0.8",
"three": "^0.143.0",
"vue": "3.2.45",
"vue": "3.2.33",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6",
"vue-router": "^4.1.3",
"vue3-colorpicker": "2.0.4"
},
"devDependencies": {
"@types/jquery": "^3.5.16",
"@types/jquery": "^3.5.11",
"@types/jqueryui": "^1.12.16",
"@types/marked": "^4.0.8",
"@types/node": "^18.11.18",
"@types/three": "^0.148.0",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@vitejs/plugin-vue": "^3.2.0",
"sass": "^1.57.1",
"typescript": "^4.9.4",
"vite": "^3.2.5",
"@types/marked": "^4.0.7",
"@types/node": "^18.11.17",
"@types/three": "^0.143.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"@vitejs/plugin-vue": "^3.0.3",
"sass": "^1.54.4",
"typescript": "^4.7.4",
"vite": "^3.0.7",
"vue-class-component": "^8.0.0-rc.1",
"vue-property-decorator": "^10.0.0-rc.3",
"vue-tsc": "^0.40.1"