Skip to content

Commit

Permalink
update all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Jan 15, 2025
1 parent 181684f commit aa0fb05
Showing 3 changed files with 30 additions and 28 deletions.
40 changes: 21 additions & 19 deletions acarshub-typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions acarshub-typescript/package.json
Original file line number Diff line number Diff line change
@@ -15,25 +15,25 @@
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@types/jquery": "3.5.32",
"@types/jquery": "^3.5.32",
"@types/js-cookie": "3.0.6",
"@types/leaflet": "^1.9.15",
"@types/node": "^22.10.5",
"@types/leaflet": "^1.9.16",
"@types/node": "^22.10.6",
"@types/showdown": "2.0.6",
"autoprefixer": "10.4.20",
"babel-loader": "9.2.1",
"babel-loader": "^9.2.1",
"css-loader": "7.1.2",
"favicons": "7.2.0",
"favicons-webpack-plugin": "6.0.1",
"html-webpack-plugin": "5.6.3",
"html-webpack-plugin": "^5.6.3",
"inject-body-webpack-plugin": "1.3.0",
"path": "0.12.7",
"postcss-loader": "8.1.1",
"script-loader": "0.7.2",
"style-loader": "4.0.0",
"ts-loader": "9.5.1",
"ts-loader": "^9.5.2",
"ts-node": "10.9.2",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0",
4 changes: 2 additions & 2 deletions rootfs/webapp/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Flask==3.1.0
Flask-SocketIO==5.5.0
Flask-SocketIO==5.5.1
gevent==24.11.1
gunicorn[gevent]==23.0.0
requests==2.32.3
rrdtool==0.1.16
schedule==1.2.2
sqlalchemy==2.0.36
sqlalchemy==2.0.37

0 comments on commit aa0fb05

Please sign in to comment.