updated deps
All checks were successful
CSGOWTF/csgowtf/pipeline/pr-master This commit looks good
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2022-12-07 07:14:08 +01:00
parent 2a541196a4
commit 515de7f747
4 changed files with 401 additions and 312 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "csgowtf",
"version": "1.0.8",
"version": "1.0.9",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
@@ -11,8 +11,8 @@
"@fontsource/open-sans": "^4.5.13",
"@fontsource/orbitron": "^4.5.10",
"@popperjs/core": "^2.11.6",
"axios": "^1.1.3",
"bootstrap": "^5.2.2",
"axios": "^1.2.1",
"bootstrap": "^5.2.3",
"core-js": "^3.26.1",
"dotenv-webpack": "^8.0.1",
"echarts": "^5.4.0",
@@ -20,7 +20,7 @@
"http-status-codes": "^2.2.0",
"iso-639-1": "^2.1.15",
"jquery": "^3.6.1",
"luxon": "^3.1.0",
"luxon": "^3.1.1",
"string-sanitizer": "^2.0.2",
"vue": "^3.2.45",
"vue-matomo": "^4.2.0",
@@ -29,7 +29,7 @@
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/core": "^7.20.5",
"@babel/eslint-parser": "^7.19.1",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
@@ -37,10 +37,10 @@
"@vue/cli-plugin-vuex": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "^3.2.45",
"eslint": "^8.27.0",
"eslint-plugin-vue": "^9.7.0",
"eslint": "^8.29.0",
"eslint-plugin-vue": "^9.8.0",
"sass": "^1.56.1",
"sass-loader": "^13.2.0"
},
"packageManager": "yarn@3.2.4"
"packageManager": "yarn@3.3.0"
}