Skip to content

Commit

Permalink
Merge pull request #1041 from steveukx/chore/deps
Browse files Browse the repository at this point in the history
Chore/deps
  • Loading branch information
steveukx authored Feb 23, 2025
2 parents 95c556f + 685b4d6 commit 2d574a0
Show file tree
Hide file tree
Showing 5 changed files with 435 additions and 481 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20, 22]
node-version: [18, 20, 22, 23]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
},
"dependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@changesets/cli": "^2.28.1",
"lerna": "^8.1.8",
"prettier": "^3.3.3"
"prettier": "^3.5.2"
},
"packageManager": "[email protected]"
}
10 changes: 5 additions & 5 deletions simple-git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
"dependencies": {
"@kwsites/file-exists": "^1.1.1",
"@kwsites/promise-deferred": "^1.1.1",
"debug": "^4.3.5"
"debug": "^4.4.0"
},
"devDependencies": {
"@kwsites/promise-result": "^1.1.0",
"@simple-git/babel-config": "^1.0.0",
"@types/debug": "^4.1.12",
"@types/jest": "^29.2.2",
"@types/node": "^22.5.1",
"esbuild": "^0.14.10",
"esbuild-node-externals": "^1.4.1",
"@types/node": "^22.13.5",
"esbuild": "^0.25.0",
"esbuild-node-externals": "^1.18.0",
"jest": "^29.7.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
"typescript": "^5.7.3"
},
"keywords": [
"git",
Expand Down
3 changes: 2 additions & 1 deletion simple-git/tsconfig.release.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"composite": false,
"noEmit": false,
"emitDeclarationOnly": true
"emitDeclarationOnly": true,
"skipLibCheck": true
},
"exclude": ["node_modules", "test"],
"include": ["src/lib/**/*.ts", "typings/index.d.ts"]
Expand Down
Loading

0 comments on commit 2d574a0

Please sign in to comment.