Skip to content

Commit

Permalink
Merge pull request #1181 from bcgov/chore/eslintDependencies
Browse files Browse the repository at this point in the history
eslint dependencies
  • Loading branch information
loneil authored May 28, 2024
2 parents 1497d8f + 1915eaa commit c6abd7a
Show file tree
Hide file tree
Showing 6 changed files with 136 additions and 136 deletions.
2 changes: 1 addition & 1 deletion demo/lob/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pluggy==1.5.0; python_version >= "3.7"
pytest==7.4.4; python_version >= "3.7"
pyyaml==6.0.1; python_version >= "3.6"
random-word==1.0.11; python_version >= "3"
requests==2.31.0; python_version >= "3.7" and python_version < "4"
requests==2.32.2; python_version >= "3.7" and python_version < "4"
tomli==2.0.1; python_version < "3.11" and python_version >= "3.7"
typing-extensions==4.8.0; python_version < "3.8" and python_version >= "3.7"
urllib3==1.26.18; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
Expand Down
2 changes: 1 addition & 1 deletion services/endorser/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pydantic==1.10.15
python-jose[cryptography]==3.3.0
python-multipart==0.0.9
PyYAML==6.0.1
requests==2.32.0
requests==2.32.2
sniffio==1.3.1
SQLAlchemy==2.0.30
sqlalchemy2-stubs==0.0.2a38
Expand Down
88 changes: 44 additions & 44 deletions services/tenant-ui/frontend/package-lock.json

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

4 changes: 2 additions & 2 deletions services/tenant-ui/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
"@pinia/testing": "^0.1.3",
"@types/dompurify": "^3.0.5",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.6.0",
"@vue/eslint-config-prettier": "^9.0.0",
Expand Down
Loading

0 comments on commit c6abd7a

Please sign in to comment.