[U] yarn upgrade & yarn outdated

This commit is contained in:
Hykilpikonna
2022-05-10 01:17:09 -04:00
parent 4a6f6d90f0
commit c8d6b01d09
2 changed files with 660 additions and 1494 deletions
+10 -10
View File
@@ -8,9 +8,8 @@
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"dependencies": {
"vite": "^2.8.6",
"@vitejs/plugin-vue": "^2.2.4",
"@fortawesome/fontawesome-free": "^5.15.4",
"@vitejs/plugin-vue": "^2.2.4",
"animsition": "^4.0.2",
"core-js": "^3.6.5",
"emoji-regex": "^10.0.0",
@@ -18,7 +17,8 @@
"marked": "^4.0.6",
"meshline": "^2.0.3",
"moment": "^2.29.2",
"three": "^0.135.0",
"three": "^0.140.0",
"vite": "^2.8.6",
"vue": "^3.0.0",
"vue-class-component": "^8.0.0-rc.1",
"vue-i18n": "^9.2.0-beta.23",
@@ -30,14 +30,14 @@
"@types/jquery": "^3.5.11",
"@types/jqueryui": "^1.12.16",
"@types/marked": "^4.0.1",
"@types/three": "^0.135.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/eslint-config-typescript": "^7.0.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0",
"@types/three": "^0.140.0",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"@vue/eslint-config-typescript": "^10.0.0",
"eslint": "^8.15.0",
"eslint-plugin-vue": "^8.7.1",
"sass": "^1.26.5",
"typescript": "^4.6.2",
"vue-tsc": "^0.32.1"
"vue-tsc": "^0.34.11"
}
}