Skip to content

Commit

Permalink
bump dependencies for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
csouchet committed May 27, 2024
1 parent 99ce1c7 commit fca9621
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 22 deletions.
64 changes: 45 additions & 19 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
"vanilla-cookieconsent": "^3.0.1"
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"@eslint/js": "^9.3.0",
"@types/chroma-js": "^2.4.4",
"@types/react": "^18.3.3",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^9.1.0",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-mdx": "^3.1.5",
Expand All @@ -64,7 +64,7 @@
"lint-staged": "^15.2.4",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"typescript-eslint": "^7.5.0"
"typescript-eslint": "^7.10.0"
},
"lint-staged": {
"*.{js,ts,tsx,mdx}": [
Expand Down

0 comments on commit fca9621

Please sign in to comment.