We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e3b71 commit 3ccdaebCopy full SHA for 3ccdaeb
package.json
@@ -31,10 +31,10 @@
31
],
32
"devDependencies": {
33
"@types/jest": "29.5.12",
34
- "@types/lodash": "4.17.0",
35
- "@types/node": "20.11.28",
36
- "@typescript-eslint/eslint-plugin": "7.2.0",
37
- "@typescript-eslint/parser": "7.2.0",
+ "@types/lodash": "4.17.4",
+ "@types/node": "20.12.12",
+ "@typescript-eslint/eslint-plugin": "7.9.0",
+ "@typescript-eslint/parser": "7.9.0",
38
"eslint": "8.57.0",
39
"eslint-config-prettier": "9.1.0",
40
"eslint-plugin-filenames": "1.3.2",
@@ -46,7 +46,7 @@
46
"prettier": "3.2.5",
47
"ts-jest": "29.1.2",
48
"ts-node": "10.9.2",
49
- "typescript": "5.4.2"
+ "typescript": "5.4.5"
50
},
51
"jest": {
52
"testEnvironment": "node",
0 commit comments