Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit e44910d

Browse files
fix: deps
1 parent 3533b97 commit e44910d

File tree

5 files changed

+288
-396
lines changed

5 files changed

+288
-396
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- { uses: actions/setup-node@v4, with: { node-version: 'lts/*', cache: 'yarn' } }
1515

1616
# Cache for npm/npx in ~/.npm
17-
- uses: actions/cache@v3
17+
- uses: actions/cache@v4
1818
with:
1919
path: ~/.npm
2020
key: npm-v1-${{ runner.os }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"prepare": "husky install"
55
},
66
"dependencies": {
7-
"@naturalcycles/db-lib": "^8.7.0",
7+
"@naturalcycles/db-lib": "^9.1.0",
88
"@naturalcycles/js-lib": "^14.27.0",
99
"@naturalcycles/nodejs-lib": "^13.1.3",
1010
"@types/better-sqlite3": "^7.6.0",

scripts/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "@naturalcycles/dev-lib/scripts/tsconfig.json",
33
"compilerOptions": {
44
"baseUrl": "./",
5-
"outDir": "../dist"
5+
"outDir": "../dist",
66
},
7-
"exclude": ["**/__exclude"]
7+
"exclude": ["**/__exclude"],
88
}

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"extends": "@naturalcycles/dev-lib/cfg/tsconfig.json",
33
"compilerOptions": {
4-
"outDir": "dist"
4+
"outDir": "dist",
55
},
66
"include": ["src"],
7-
"exclude": ["**/__exclude"]
7+
"exclude": ["**/__exclude"],
88
}

0 commit comments

Comments
 (0)