Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamiell committed Sep 17, 2024
1 parent b5dec61 commit 7145d9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@docusaurus/preset-classic": "^3.5.2",
"@mdx-js/react": "^3.0.1",
"clsx": "^2.1.1",
"docusaurus-theme-search-typesense": "^0.22.0-1",
"docusaurus-theme-search-typesense": "^0.22.0",
"prism-react-renderer": "^2.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin-isaacscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"test": "jest"
},
"dependencies": {
"@typescript-eslint/type-utils": "^8.5.0",
"@typescript-eslint/type-utils": "^8.6.0",
"@typescript-eslint/utils": "^8.6.0",
"typescript-eslint": "^8.5.0"
"typescript-eslint": "^8.6.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand All @@ -56,7 +56,7 @@
"@types/jest": "^29.5.13",
"@typescript-eslint/rule-tester": "^8.6.0",
"complete-common": "^1.0.0",
"complete-node": "^1.5.0",
"complete-node": "^1.5.1",
"jest": "^29.7.0",
"prettier": "^3.3.3"
},
Expand Down

0 comments on commit 7145d9d

Please sign in to comment.