Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 20, 2024
1 parent 5f97cac commit dd2f2e8
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 89 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.13.0
nodejs 20.14.0
2 changes: 1 addition & 1 deletion biome.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.7.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.8.1/schema.json",
"organizeImports": {
"enabled": true
},
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "vscode-elixir-credo",
"displayName": "Credo (Elixir Linter)",
"version": "1.0.0",
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.4.0",
"description": "VSC Support for Elixir linter 'Credo'.",
"author": {
"name": "pantajoe",
Expand All @@ -25,7 +25,7 @@
"main": "./out/main.js",
"icon": "images/elixir.png",
"engines": {
"vscode": "^1.89.0"
"vscode": "^1.90.2"
},
"activationEvents": [
"onLanguage:elixir"
Expand Down Expand Up @@ -143,25 +143,25 @@
"test": "node ./out/test/run.js"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@biomejs/biome": "1.8.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@total-typescript/shoehorn": "^0.1.2",
"@types/chai": "^4.3.16",
"@types/chai-as-promised": "^7.1.8",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.13.0",
"@types/node": "^20.14.6",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"@types/vscode": "^1.89.0",
"@types/vscode": "^1.90.0",
"@vscode/test-electron": "^2.4.0",
"chai": "<5.0.0",
"chai-as-promised": "^7.1.2",
"chai-change": "^2.1.2",
"glob": "^10.4.1",
"glob": "^10.4.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"lint-staged": "^15.2.7",
"mocha": "^10.4.0",
"sinon": "^18.0.0",
"sinon-chai": "^3.7.0",
Expand Down
Loading

0 comments on commit dd2f2e8

Please sign in to comment.