Yarn upgrade all (#35)

* Upgrade all yarn

* Only publish containers on main
This commit is contained in:
Dave Gallant
2023-08-19 09:57:29 -04:00
committed by GitHub
parent 9615750d3e
commit cf22109188
5 changed files with 2880 additions and 3020 deletions

View File

@@ -9,29 +9,29 @@
},
"dependencies": {
"@github/hotkey": "^2.0.1",
"@popperjs/core": "^2.11.5",
"axios": "^0.27.2",
"bootstrap": "^5.2.0",
"@popperjs/core": "^2.11.8",
"axios": "^1.4.0",
"bootstrap": "^5.3.1",
"bootstrap-vue": "^2.22.0",
"core-js": "^3.8.3",
"jquery": "^3.6.0",
"core-js": "^3.32.1",
"jquery": "^3.7.0",
"moment": "^2.29.4",
"vue": "^3.2.37",
"vue": "^3.3.4",
"vue-github-button": "^3.0.3",
"vue-gtag": "^2.0.1",
"vue-loading-overlay": "^5.0.3",
"vue-router": "4"
"vue-loading-overlay": "^6.0.3",
"vue-router": "4.2.4"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@types/bootstrap": "^5.2.2",
"@types/mousetrap": "^1.6.9",
"@babel/core": "^7.22.10",
"@babel/eslint-parser": "^7.22.10",
"@types/bootstrap": "^5.2.6",
"@types/mousetrap": "^1.6.11",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3"
"eslint": "^8.47.0",
"eslint-plugin-vue": "^9.17.0"
},
"eslintConfig": {
"root": true,