sync dependencies from main to dev

This commit is contained in:
GM 2023-01-12 10:09:33 +00:00
parent 5a309aeac5
commit c8a6e36023
2 changed files with 10 additions and 11 deletions

View File

@ -1,12 +1,11 @@
certifi==2022.5.18.1 certifi==2021.10.8
dnspython==2.2.1 dnspython==2.2.1
eventlet==0.33.1 eventlet==0.33.0
greenlet==1.1.2 greenlet==1.1.2
python-engineio==3.14.2 python-engineio==3.14.2
python-socketio==4.6.1 python-socketio==4.6.1
six==1.16.0 six==1.16.0
pytest==7.1.2 pytest==7.1.1
requests==2.28.0 requests==2.27.1
discord-webhook==0.16.3 discord-webhook==0.15.0
datadog==0.44.0 datadog==0.44.0
ddtrace==1.1.4

View File

@ -8,12 +8,12 @@
"lint": "vue-cli-service lint" "lint": "vue-cli-service lint"
}, },
"dependencies": { "dependencies": {
"@datadog/browser-rum": "^4.11.4", "@datadog/browser-rum": "^4.7.0",
"caniuse-lite": "^1.0.30001352", "caniuse-lite": "^1.0.30001325",
"core-js": "^3.16.2", "core-js": "^3.16.2",
"pretty-checkbox-vue": "^1.1.9", "pretty-checkbox-vue": "^1.1.9",
"register-service-worker": "^1.7.2", "register-service-worker": "^1.7.2",
"socket.io-client": "^4.5.1", "socket.io-client": "^4.4.1",
"vue": "^2.6.14", "vue": "^2.6.14",
"vue-clipboard2": "^0.3.3", "vue-clipboard2": "^0.3.3",
"vue-i18n": "^8.27.1", "vue-i18n": "^8.27.1",
@ -31,7 +31,7 @@
"eslint": "^6.7.2", "eslint": "^6.7.2",
"eslint-plugin-vue": "^7.20.0", "eslint-plugin-vue": "^7.20.0",
"vue-template-compiler": "^2.6.14", "vue-template-compiler": "^2.6.14",
"workbox-webpack-plugin": "^6.5.3" "workbox-webpack-plugin": "^6.5.2"
}, },
"eslintConfig": { "eslintConfig": {
"root": true, "root": true,