Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{web & python} Update dependencies & build #408

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions install/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r requirements.txt
black == 23.11.0
pylint == 3.0.2
black == 23.12.1
pylint == 3.0.3
Binary file added modes/web/build/assets/index-144fc0d1.css.br
Binary file not shown.
Binary file removed modes/web/build/assets/index-2026a4c9.js.br
Binary file not shown.
Binary file added modes/web/build/assets/index-474c2a49.js.br
Binary file not shown.
Binary file removed modes/web/build/assets/index-8c56ddf8.css.br
Binary file not shown.
4 changes: 2 additions & 2 deletions modes/web/build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" />
<title>gactar</title>
<script type="module" crossorigin src="/assets/index-2026a4c9.js"></script>
<link rel="stylesheet" href="/assets/index-8c56ddf8.css">
<script type="module" crossorigin src="/assets/index-474c2a49.js"></script>
<link rel="stylesheet" href="/assets/index-144fc0d1.css">
</head>
<body>
<div id="app" />
Expand Down
380 changes: 245 additions & 135 deletions modes/web/gactar-web/package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions modes/web/gactar-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^2.0.10",
"axios": "^1.6.2",
"buefy": "^0.9.25",
"axios": "^1.6.5",
"buefy": "^0.9.27",
"codemirror": "^5.65.16",
"vue": "^2.7.15"
"vue": "^2.7.16"
},
"devDependencies": {
"@types/codemirror": "^5.60.15",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitejs/plugin-vue2": "^2.2.0",
"eslint": "^8.55.0",
"eslint-plugin-vue": "^9.19.2",
"sass": "^1.69.5",
"typescript": "~4.9.5",
"vite": "^4.5.1",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitejs/plugin-vue2": "^2.3.1",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.20.1",
"sass": "^1.70.0",
"typescript": "~5.3.3",
"vite": "^4.5.2",
"vite-plugin-compression": "^0.5.1",
"vue-axios": "^3.5.2"
},
Expand Down