Skip to content

Commit

Permalink
pkg: update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Sep 1, 2023
1 parent 1f889c8 commit 89ff666
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"test-ci": "nyc --reporter lcov bmocha -- --reporter spec test/*.js"
},
"dependencies": {
"bs32": "~0.1.5",
"bs32": "~0.1.7",
"bsert": "~0.0.12"
},
"devDependencies": {
"bmocha": "^2.1.8",
"bts-type-deps": "^0.0.3",
"bufio": "^1.2.0"
"bufio": "^1.2.1"
},
"engines": {
"node": ">=8.0.0"
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
],
"compilerOptions": {
"rootDir": ".",
"target": "ES2016",
"target": "ES2020",
"lib": [
"ES2016"
"ES2020"
],

"noEmit": true,

"allowJs": true,
"checkJs": true,
"maxNodeModuleJsDepth": 2,
"maxNodeModuleJsDepth": 10,

"module": "commonjs",
"moduleResolution": "node",
Expand Down

0 comments on commit 89ff666

Please sign in to comment.