chore(deps): update dev deps (#294)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
a59bcd6856
commit
5a54d7e660
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
|
@ -27,17 +27,17 @@
|
||||||
"@actions/tool-cache": "^1.7.1"
|
"@actions/tool-cache": "^1.7.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "^26.0.14",
|
"@types/jest": "^26.0.24",
|
||||||
"@types/node": "^14.11.2",
|
"@types/node": "^14.17.6",
|
||||||
"@vercel/ncc": "^0.24.1",
|
"@vercel/ncc": "^0.28.6",
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.6.0",
|
||||||
"jest": "^26.4.2",
|
"jest": "^26.6.3",
|
||||||
"jest-circus": "^26.4.2",
|
"jest-circus": "^26.6.3",
|
||||||
"jest-runtime": "^26.4.2",
|
"jest-runtime": "^26.6.3",
|
||||||
"prettier": "^2.1.2",
|
"prettier": "^2.3.2",
|
||||||
"tmp": "^0.2.1",
|
"tmp": "^0.2.1",
|
||||||
"ts-jest": "^26.4.1",
|
"ts-jest": "^26.5.6",
|
||||||
"typescript": "^4.0.3",
|
"typescript": "^4.3.5",
|
||||||
"typescript-formatter": "^7.2.2"
|
"typescript-formatter": "^7.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue