Skip to content

Commit 3dec94d

Browse files
committed
npm update
1 parent 168e67b commit 3dec94d

File tree

3 files changed

+60
-60
lines changed

3 files changed

+60
-60
lines changed

package-lock.json

+54-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050
"@rollup/plugin-node-resolve": "15.2.3",
5151
"@rollup/plugin-terser": "0.4.4",
5252
"@rollup/plugin-typescript": "11.1.6",
53-
"@types/jest": "29.5.11",
54-
"@typescript-eslint/eslint-plugin": "6.20.0",
55-
"@typescript-eslint/parser": "6.20.0",
53+
"@types/jest": "29.5.12",
54+
"@typescript-eslint/eslint-plugin": "6.21.0",
55+
"@typescript-eslint/parser": "6.21.0",
5656
"eslint": "8.56.0",
5757
"eslint-config-prettier": "9.1.0",
5858
"eslint-plugin-prettier": "5.1.3",
5959
"jest": "29.7.0",
60-
"prettier": "3.2.4",
60+
"prettier": "3.2.5",
6161
"rollup": "4.9.6",
6262
"ts-jest": "29.1.2",
6363
"tslib": "2.6.2",

tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"noImplicitReturns": true,
1414
"noUncheckedIndexedAccess": true,
1515
"resolveJsonModule": true,
16-
"skipLibCheck": true,
16+
"skipLibCheck": true
1717
},
18-
"exclude": ["node_modules/", "dist/", "**/*.test.ts"],
18+
"exclude": ["node_modules/", "dist/", "**/*.test.ts"]
1919
}

0 commit comments

Comments
 (0)