update dependencies (#227)
This commit is contained in:
parent
c8a575584e
commit
d3bad3234b
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
|
|
@ -32,15 +32,15 @@
|
|||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@actions/core": "1.10.0",
|
||||
"@types/node": "18.11.9",
|
||||
"@typescript-eslint/eslint-plugin": "5.42.0",
|
||||
"@typescript-eslint/parser": "5.42.0",
|
||||
"@vercel/ncc": "0.34.0",
|
||||
"eslint": "8.26.0",
|
||||
"@types/node": "18.11.17",
|
||||
"@typescript-eslint/eslint-plugin": "5.47.0",
|
||||
"@typescript-eslint/parser": "5.47.0",
|
||||
"@vercel/ncc": "0.36.0",
|
||||
"eslint": "8.30.0",
|
||||
"markdownlint-cli": "0.32.2",
|
||||
"npm-check-updates": "16.3.16",
|
||||
"npm-check-updates": "16.6.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"typescript": "4.8.4",
|
||||
"typescript": "4.9.4",
|
||||
"yaml-lint": "1.7.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue