Skip to content

Commit

Permalink
feat: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Jun 4, 2024
1 parent e7709f8 commit c3ca688
Show file tree
Hide file tree
Showing 3 changed files with 2,145 additions and 1,741 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
"testEnvironment": "node"
},
"devDependencies": {
"@types/jest": "^27.5.0",
"@types/node": "^17.0.31",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.34",
"auto-changelog": "^2.4.0",
"dotenv": "^16.0.0",
"jest": "^28.1.0",
"knex": "2.4.0",
"mysql2": "^3.9.4",
"prettier": "^2.6.2",
"release-it": "^15.0.0",
"tsd": "^0.20.0"
"dotenv": "^16.4.5",
"jest": "^29.7.0",
"knex": "3.1.0",
"mysql2": "^3.10.0",
"prettier": "^3.3.0",
"release-it": "^16.3.0",
"tsd": "^0.31.0"
},
"peerDependencies": {
"knex": ">= 0.95.1"
Expand All @@ -72,7 +72,7 @@
"compilerOptions": {
"esModuleInterop": false,
"module": "commonjs",
"target": "ES2017"
"target": "ES2021"
}
},
"dependencies": {}
Expand Down
Loading

0 comments on commit c3ca688

Please sign in to comment.