Skip to content

Commit

Permalink
build(deps): lock file maintenance (#1967)
Browse files Browse the repository at this point in the history
* build(deps): lock file maintenance

* style: prettier

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
  • Loading branch information
renovate[bot] and gr2m committed Feb 6, 2024
1 parent 737835f commit 2c12d3d
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 54 deletions.
107 changes: 55 additions & 52 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 tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"resolveJsonModule": true,
"allowJs": true,
"lib": ["es2023", "dom"],
"moduleResolution": "node16",
"moduleResolution": "node16"
},
"include": ["src/**/*"],
"compileOnSave": false,
"compileOnSave": false
}

0 comments on commit 2c12d3d

Please sign in to comment.