Skip to content

Commit

Permalink
Release 5.8.1
Browse files Browse the repository at this point in the history
#### Changelog:
* Chore(deps): Upgrade backend dependencies.
* Chore(deps): Upgrade frontend dependencies.
  • Loading branch information
onegreyonewhite committed Oct 3, 2023
1 parent 50cdd08 commit a7346e2
Show file tree
Hide file tree
Showing 6 changed files with 235 additions and 202 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,49 +26,49 @@
"@babel/runtime-corejs3": "^7.16.8",
"@fortawesome/fontawesome-free": "^5.12.1",
"@splidejs/vue-splide": "^0.3.5",
"@toast-ui/vue-editor": "^3.1.7",
"@toast-ui/vue-editor": "^3.2.3",
"@vstconsulting/tabsignal": "^2.0.0",
"@vueuse/core": "^10.4.1",
"JavaScript-autoComplete": "https://github.com/Pixabay/JavaScript-autoComplete#1.0.4",
"admin-lte": "3.2.0-rc",
"ansi_up": "^5.0.0",
"bootstrap": "4.6.0",
"centrifuge": "^2.8.0",
"compressorjs": "^1.1.1",
"compressorjs": "^1.2.1",
"core-js": "^3.30.0",
"cropperjs": "^1.5.13",
"html5-qrcode": "^2.3.8",
"imask": "^6.1.0",
"imask": "^6.6.3",
"izitoast": "1.4.0",
"jquery": "3.7.0",
"jquery": "3.7.1",
"jquery-slimscroll": "1.3.8",
"jquery-touchswipe": "^1.6.19",
"jquery.scrollto": "2.1.2",
"jquery.scrollto": "2.1.3",
"jsbarcode": "^3.11.5",
"liquor-tree": "^0.2.70",
"md5": "^2.2.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"papaparse": "^5.3.2",
"pinia": "^2.0.22",
"papaparse": "^5.4.1",
"pinia": "^2.1.6",
"portal-vue": "^2.1.7",
"qrcode": "^1.4.4",
"select2": "4.1.0-rc.0",
"select2-bootstrap-5-theme": "^1.3.0",
"visibilityjs": "^2.0.2",
"vue": "^2.7.10",
"vue": "^2.7.14",
"vue-i18n": "^8.15.4",
"vue-router": "^3.6.5",
"vue-template-compiler": "^2.7.10",
"vue-template-compiler": "^2.7.14",
"vue-virtual-table": "^0.2.22"
},
"resolutions": {
"izimodal/jquery": "3.7.0",
"jquery-slimscroll/jquery": "^3.7.0",
"jquery.scrollto/jquery": "3.7.0",
"izimodal/jquery": "3.7.1",
"jquery-slimscroll/jquery": "^3.7.1",
"jquery.scrollto/jquery": "3.7.1",
"admin-lte/jquery-validation": "^1.19.5",
"admin-lte/jszip": "^3.10.1",
"admin-lte/**/jquery": "3.7.0"
"admin-lte/**/jquery": "3.7.1"
},
"devDependencies": {
"@babel/core": "^7.16.7",
Expand All @@ -81,15 +81,15 @@
"@types/jest": "^29.0.3",
"@types/jquery": "^3.5.14",
"@types/papaparse": "^5.3.5",
"@types/qrcode": "^1.5.0",
"@types/qrcode": "^1.5.2",
"@types/swagger-schema-official": "^2.0.22",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"@vue/test-utils": "^1.3.0",
"@vue/vue2-jest": "^29.0.0",
"babel-jest": "^29.0.0",
"babel-loader": "^8.2.3",
"concurrently": "^7.6.0",
"concurrently": "^8.2.1",
"css-loader": "^6.5.1",
"dotenv": "^11.0.0",
"eslint": "^8.6.0",
Expand All @@ -99,19 +99,19 @@
"eslint-plugin-vue": "^9.5.0",
"jest": "^29.0.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.0.3",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"prettier": "^2.8.1",
"sass": "^1.47.0",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"ts-jest": "^29.0.3",
"ts-loader": "^9.3.1",
"typescript": "^5.1.6",
"vue-loader": "^15.10.0",
"vue-tsc": "^1.0.24",
"webpack": "^5.65.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1"
"style-loader": "^3.3.3",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"vue-loader": "^15.10.2",
"vue-tsc": "^1.8.15",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "^4.10.0"
}
}
2 changes: 1 addition & 1 deletion requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ sphinxcontrib-httpdomain~=1.8.1
sphinxcontrib-websupport~=1.2.4
sphinxcontrib-mermaid~=0.7.1
sphinx-autodoc-typehints~=1.23.0
sphinx-rtd-theme~=1.2.2
sphinx-rtd-theme~=1.3.0
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Packages needed for test
coverage~=7.3.1
coverage~=7.3.2
fakeldap==0.6.1
tblib~=1.7.0
beautifulsoup4~=4.12.2
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pyyaml~=6.0.1
# web server
uvicorn~=0.23.2
pyuwsgi==2.0.22
fastapi~=0.103.1
fastapi~=0.103.2
aiofiles==23.2.1

# Notifications
Expand All @@ -29,4 +29,4 @@ django-htmlmin~=0.11.0
pyotp~=2.9.0

# Storage
django-storages[libcloud]==1.14.0
django-storages[libcloud]==1.14.1
2 changes: 1 addition & 1 deletion vstutils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# pylint: disable=django-not-available
__version__: str = '5.8.0'
__version__: str = '5.8.1'
Loading

0 comments on commit a7346e2

Please sign in to comment.