Skip to content

Commit

Permalink
Merge pull request #1 from RightCapitalHQ/renovate/non-major-updates(…
Browse files Browse the repository at this point in the history
…auto-merge)

chore(deps): update non-major updates(auto merge)
  • Loading branch information
frantic1048 authored Jan 31, 2024
2 parents 90a4b8e + 347401c commit 2bbb31f
Show file tree
Hide file tree
Showing 4 changed files with 225 additions and 351 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.9.0
20.11.0
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "dist/index.js",
"scripts": {
"build": "ncc build src/index.ts -o dist",
"fix": "pnpm run fix:eslint && pnpm run fix:prettier",
"fix": "pnpm run fix:prettier-eslint",
"fix:prettier-eslint": "eslint --fix . && prettier --write .",
"lint": "concurrently 'npm:lint:*'",
"lint:eslint": "eslint --max-warnings=0 .",
Expand All @@ -28,25 +28,25 @@
"@actions/glob": "0.4.0"
},
"devDependencies": {
"@commitlint/cli": "18.2.0",
"@commitlint/config-conventional": "18.1.0",
"@commitlint/cz-commitlint": "18.2.0",
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@commitlint/cz-commitlint": "18.6.0",
"@rightcapital/eslint-config-javascript": "19.0.0",
"@rightcapital/eslint-config-typescript": "19.0.0",
"@rightcapital/prettier-config": "6.0.4",
"@types/node": "20.8.10",
"@rightcapital/prettier-config": "6.0.12",
"@types/node": "20.11.13",
"@vercel/ncc": "0.38.1",
"beachball": "2.39.0",
"commitizen": "4.3.0",
"concurrently": "8.2.2",
"eslint": "8.53.0",
"eslint": "8.56.0",
"husky": "9.0.7",
"prettier": "3.0.3",
"prettier-plugin-packagejson": "2.4.6",
"typescript": "5.2.2",
"prettier": "3.2.4",
"prettier-plugin-packagejson": "2.4.10",
"typescript": "5.3.3",
"vitest": "1.2.2"
},
"packageManager": "pnpm@8.10.2",
"packageManager": "pnpm@8.15.1",
"engines": {
"node": ">=20.0.0"
}
Expand Down
Loading

0 comments on commit 2bbb31f

Please sign in to comment.