Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Merge branch 'update-deps' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
SamR1 committed Sep 17, 2023
2 parents 0621448 + 4ef8708 commit a99d5e2
Show file tree
Hide file tree
Showing 7 changed files with 491 additions and 481 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/.tests-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Run migrations
run: rdltr_db
- name: Install pytest and selenium
run: python3 -m pip install pytest==7.4.0 pytest-selenium==4.0.1 selenium==4.9.0
run: python3 -m pip install pytest==7.4.0 pytest-selenium==4.0.1 selenium==4.9.0 pytest-html==3.2.0
- name: Start application and run tests with Selenium
run: |
setsid nohup rdltr >> nohup.out 2>&1 &
Expand Down
2 changes: 1 addition & 1 deletion rdltr/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
crossorigin="anonymous"
>
<title>rdltr</title>
<script type="module" crossorigin src="/static/index-f434d684.js"></script>
<script type="module" crossorigin src="/static/index-f6ba516b.js"></script>
<link rel="stylesheet" href="/static/index-ed5776f1.css">
</head>
<body>
Expand Down
12 changes: 0 additions & 12 deletions rdltr/dist/static/index-f434d684.js

This file was deleted.

12 changes: 12 additions & 0 deletions rdltr/dist/static/index-f6ba516b.js

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions rdltr_front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,31 @@
"format": "prettier --write src/"
},
"dependencies": {
"axios": "^1.4.0",
"axios": "^1.5.0",
"pinia": "^2.1.4",
"vue": "^3.3.4",
"vue-multiselect": "^3.0.0-beta.2",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@tsconfig/node18": "^18.2.0",
"@types/jsdom": "^21.1.1",
"@rushstack/eslint-patch": "^1.4.0",
"@tsconfig/node18": "^18.2.2",
"@types/jsdom": "^21.1.3",
"@types/node": "^20.4.8",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.45.0",
"eslint-plugin-vue": "^9.15.1",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.1",
"sass": "^1.64.2",
"typescript": "~5.1.6",
"vite": "^4.4.6",
"vitest": "^0.34.1",
"vue-tsc": "^1.8.6"
"prettier": "^3.0.3",
"sass": "^1.67.0",
"typescript": "~5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.4",
"vue-tsc": "^1.8.11"
}
}
904 changes: 457 additions & 447 deletions rdltr_front/yarn.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ zip_safe = false
setup_requires = pytest-runner
install_requires =
beautifulsoup4==4.12.2
Flask==2.3.2
Flask==2.3.3
Flask-Bcrypt==1.0.1
Flask-Migrate==4.0.4
Flask-SQLAlchemy==3.0.3
gunicorn==20.1.0
PyJWT==2.7.0
Flask-Migrate==4.0.5
Flask-SQLAlchemy==3.0.5
gunicorn==21.2.0
PyJWT==2.8.0
readability-lxml==0.8.1
requests==2.31.0
sqlalchemy==1.4.47
Expand All @@ -58,7 +58,7 @@ test =
pytest-black
pytest-cov
pytest-flake8
pytest-html
pytest-html==3.2.0
pytest-isort
pytest-mypy
pytest-selenium
Expand Down

0 comments on commit a99d5e2

Please sign in to comment.