Merge branch 'main' of https://git.griefed.de/Griefed/ServerPackCreator-Addons-Overview
# Conflicts: # package-lock.json # package.json
No related branches found
No related tags found
Showing
- .github/workflows/gh-pages.yml 1 addition, 1 deletion.github/workflows/gh-pages.yml
- .gitlab-ci.yml 2 additions, 2 deletions.gitlab-ci.yml
- Dockerfile 2 additions, 2 deletionsDockerfile
- package-lock.json 389 additions, 289 deletionspackage-lock.json
- package.json 6 additions, 6 deletionspackage.json
This diff is collapsed.
... | ... | @@ -14,20 +14,20 @@ |
"build": "quasar build" | ||
}, | ||
"dependencies": { | ||
"@quasar/extras": "1.16.2", | ||
"@quasar/extras": "1.16.4", | ||
"axios": "0.27.2", | ||
"core-js": "3.26.1", | ||
"core-js": "3.30.2", | ||
"quasar": "2.7.7", | ||
"vue": "3.2.47", | ||
"vue-router": "4.1.6" | ||
"vue-router": "4.2.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "7.21.3", | ||
"@babel/eslint-parser": "7.21.8", | ||
"@quasar/app": "3.3.3", | ||
"eslint": "8.23.0", | ||
"eslint": "8.42.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-vue": "9.3.0", | ||
"eslint-webpack-plugin": "3.1.1", | ||
"eslint-webpack-plugin": "3.2.0", | ||
"prettier": "2.7.1" | ||
}, | ||
"browserslist": [ | ||
... | ... |
Please register or sign in to comment