Skip to content

Commit

Permalink
chore(deps): bumping deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mirek committed Jan 29, 2024
1 parent fa9cf77 commit 4e4b4f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"devDependencies": {
"@appliedblockchain/changelog": "1.2.1",
"@appliedblockchain/eslint-config": "3.1.1",
"@tsconfig/node16": "1.0.3",
"@types/jest": "29.2.4",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"eslint": "8.29.0",
"eslint-plugin-jest": "27.1.6",
"jest": "29.3.1",
"@tsconfig/node16": "16.1.1",
"@types/jest": "29.5.11",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"eslint": "8.56.0",
"eslint-plugin-jest": "27.6.3",
"jest": "29.7.0",
"npm-check": "6.0.1",
"typescript": "4.9.4"
"typescript": "5.3.3"
}
}
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "@tsconfig/node16/tsconfig.json",
"compilerOptions": {
"importsNotUsedAsValues": "error",
"module": "ES2020",
"moduleResolution": "Node",
"noImplicitAny": true,
Expand Down

0 comments on commit 4e4b4f5

Please sign in to comment.