Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2024
1 parent 87e7b4d commit 1543740
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,38 +27,38 @@
"devDependencies": {
"@2bad/tsconfig": "2.0.1",
"@swc/cli": "0.1.63",
"@swc/core": "1.3.96",
"@swc/core": "1.3.102",
"@types/debug": "4.1.12",
"@types/node": "20.9.3",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"@types/node": "20.10.8",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@vitest/coverage-v8": "0.34.6",
"chokidar": "3.5.3",
"eslint": "8.54.0",
"eslint": "8.56.0",
"eslint-config-oclif": "5.0.0",
"eslint-config-oclif-typescript": "3.0.18",
"eslint-config-prettier": "9.0.0",
"eslint-config-oclif-typescript": "3.0.35",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard-with-typescript": "39.1.1",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsdoc": "46.9.0",
"eslint-plugin-n": "16.3.1",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "46.10.1",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-vitest": "0.3.10",
"eslint-plugin-vitest": "0.3.20",
"npm-run-all": "4.1.5",
"prettier": "3.1.0",
"prettier": "3.1.1",
"rimraf": "5.0.5",
"tsc-alias": "1.8.8",
"typescript": "5.3.2",
"vite-tsconfig-paths": "4.2.1",
"typescript": "5.3.3",
"vite-tsconfig-paths": "4.2.3",
"vitest": "0.34.6"
},
"engines": {
"node": ">=18"
},
"volta": {
"node": "20.9.0",
"node": "20.11.0",
"npm": "10.2.1"
}
}
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"dependencies": {
"@2bad/mimir-translator": "*",
"@2bad/mimir-validator": "*",
"@oclif/core": "3.12.0",
"@oclif/plugin-help": "6.0.7",
"@oclif/plugin-plugins": "4.1.8",
"@oclif/core": "3.18.0",
"@oclif/plugin-help": "6.0.10",
"@oclif/plugin-plugins": "4.1.15",
"chalk": "5.3.0",
"easy-table": "1.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/translator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"node": ">=18"
},
"volta": {
"node": "20.9.0"
"node": "20.11.0"
}
}
2 changes: 1 addition & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"node": ">=18"
},
"volta": {
"node": "20.9.0"
"node": "20.11.0"
}
}

0 comments on commit 1543740

Please sign in to comment.