Skip to content

Commit

Permalink
chore(deps): update npm dependencies without major updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 9, 2024
1 parent 313d550 commit 28ff1e3
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 19 deletions.
58 changes: 43 additions & 15 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"src/**/*.ts": "eslint --max-warnings=0"
},
"dependencies": {
"p-map": "^7.0.1",
"tree-sitter": "0.20.6",
"p-map": "7.0.1",
"tree-sitter": "0.21.1",
"tree-sitter-bash": "0.20.5",
"tree-sitter-c": "0.20.8",
"tree-sitter-c-sharp": "0.20.0",
Expand All @@ -46,7 +46,7 @@
},
"devDependencies": {
"@commitlint/config-conventional": "19.1.0",
"@types/node": "18.19.26",
"@types/node": "18.19.31",
"@types/yargs": "17.0.32",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
Expand All @@ -59,7 +59,7 @@
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"pretty-quick": "4.0.0",
"typescript": "5.3.3",
"typescript": "5.4.4",
"vitest": "1.4.0"
}
}

0 comments on commit 28ff1e3

Please sign in to comment.