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

Commit 4e4b4f5

Browse files
committed
chore(deps): bumping deps
1 parent fa9cf77 commit 4e4b4f5

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
"devDependencies": {
3030
"@appliedblockchain/changelog": "1.2.1",
3131
"@appliedblockchain/eslint-config": "3.1.1",
32-
"@tsconfig/node16": "1.0.3",
33-
"@types/jest": "29.2.4",
34-
"@typescript-eslint/eslint-plugin": "5.46.1",
35-
"@typescript-eslint/parser": "5.46.1",
36-
"eslint": "8.29.0",
37-
"eslint-plugin-jest": "27.1.6",
38-
"jest": "29.3.1",
32+
"@tsconfig/node16": "16.1.1",
33+
"@types/jest": "29.5.11",
34+
"@typescript-eslint/eslint-plugin": "6.19.1",
35+
"@typescript-eslint/parser": "6.19.1",
36+
"eslint": "8.56.0",
37+
"eslint-plugin-jest": "27.6.3",
38+
"jest": "29.7.0",
3939
"npm-check": "6.0.1",
40-
"typescript": "4.9.4"
40+
"typescript": "5.3.3"
4141
}
4242
}

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "@tsconfig/node16/tsconfig.json",
33
"compilerOptions": {
4-
"importsNotUsedAsValues": "error",
54
"module": "ES2020",
65
"moduleResolution": "Node",
76
"noImplicitAny": true,

0 commit comments

Comments
 (0)