[U] Safe upgrades

This commit is contained in:
Azalea Gui
2023-01-18 03:32:30 -05:00
parent f892237ab8
commit 677dfbd0a0
2 changed files with 114 additions and 101 deletions
+12 -12
View File
@@ -10,30 +10,30 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"animsition": "^4.0.2",
"core-js": "^3.24.1",
"emoji-regex": "^10.0.0",
"core-js": "^3.27.1",
"emoji-regex": "^10.2.1",
"linkify-urls": "^4.0.0",
"marked": "^4.2.3",
"meshline": "^2.0.3",
"marked": "^4.2.12",
"meshline": "^3.1.6",
"moment": "^2.29.4",
"tg-blog": "^1.0.8",
"three": "^0.143.0",
"tg-blog": "^1.0.11",
"three": "^0.148.0",
"vue": "3.2.33",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.3",
"vue3-colorpicker": "2.0.4"
"vue3-colorpicker": "2.1.2"
},
"devDependencies": {
"@types/jquery": "^3.5.11",
"@types/jqueryui": "^1.12.16",
"@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",
"@types/three": "^0.148.0",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@vitejs/plugin-vue": "^3.0.3",
"sass": "^1.54.4",
"typescript": "^4.7.4",
"sass": "^1.57.1",
"typescript": "^4.9.4",
"vite": "^3.0.7",
"vue-class-component": "^8.0.0-rc.1",
"vue-property-decorator": "^10.0.0-rc.3",