Skip to content

Commit

Permalink
Merge pull request #517 from eduvic-mozilla/feature/IAM-1404
Browse files Browse the repository at this point in the history
Update package.json and lockfile. Update python in tox to 3.12
  • Loading branch information
dividehex committed Aug 18, 2024
2 parents 889ef64 + 404bd6c commit 15f69a2
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 74 deletions.
175 changes: 103 additions & 72 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"gulp-stylelint": "^3.9.0"
},
"dependencies": {
"eslint": "^8.43.0",
"eslint": "^8.57.0",
"stylelint": "^15.8.0",
"stylelint-config-standard-scss": "^9.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
env_list =
eslint, lint, py37
eslint, lint, py312
minversion = 4.6.0

[testenv]
Expand Down

0 comments on commit 15f69a2

Please sign in to comment.