Skip to content

Commit d6b2fe7

Browse files
Update devDependencies
1 parent e5bed3c commit d6b2fe7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"optional chaining"
3131
],
3232
"devDependencies": {
33-
"@types/jest": "29.5.8",
34-
"@types/lodash": "4.14.201",
35-
"@types/node": "20.9.2",
36-
"@typescript-eslint/eslint-plugin": "6.11.0",
37-
"@typescript-eslint/parser": "6.11.0",
33+
"@types/jest": "29.5.10",
34+
"@types/lodash": "4.14.202",
35+
"@types/node": "20.10.0",
36+
"@typescript-eslint/eslint-plugin": "6.12.0",
37+
"@typescript-eslint/parser": "6.12.0",
3838
"eslint": "8.54.0",
3939
"eslint-config-prettier": "9.0.0",
4040
"eslint-plugin-filenames": "1.3.2",
@@ -46,7 +46,7 @@
4646
"prettier": "3.1.0",
4747
"ts-jest": "29.1.1",
4848
"ts-node": "10.9.1",
49-
"typescript": "5.2.2"
49+
"typescript": "5.3.2"
5050
},
5151
"jest": {
5252
"testEnvironment": "node",

0 commit comments

Comments
 (0)