Skip to content

Commit

Permalink
Update package.json and lockfile. Update python in tox to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ericduvic committed Aug 16, 2024
1 parent 889ef64 commit 404bd6c
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 404bd6c

Please sign in to comment.