mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-12-28 17:44:54 -05:00
Bump deps
This commit is contained in:
parent
81693dea8e
commit
3343dec679
2 changed files with 3354 additions and 1543 deletions
4875
package-lock.json
generated
4875
package-lock.json
generated
File diff suppressed because it is too large
Load diff
22
package.json
22
package.json
|
@ -27,23 +27,23 @@
|
|||
},
|
||||
"homepage": "https://github.com/Kir-Antipov/mc-publish#readme",
|
||||
"devDependencies": {
|
||||
"@babel/preset-env": "^7.18.2",
|
||||
"@babel/preset-typescript": "^7.17.12",
|
||||
"@types/node": "^17.0.36",
|
||||
"@types/node-fetch": "^2.6.1",
|
||||
"@babel/preset-env": "^7.18.10",
|
||||
"@babel/preset-typescript": "^7.18.6",
|
||||
"@types/node": "^18.7.8",
|
||||
"@types/node-fetch": "^2.6.2",
|
||||
"@types/yazl": "^2.4.2",
|
||||
"@typescript-eslint/eslint-plugin": "^5.27.0",
|
||||
"@typescript-eslint/parser": "^5.27.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.33.1",
|
||||
"@typescript-eslint/parser": "^5.33.1",
|
||||
"@vercel/ncc": "^0.34.0",
|
||||
"babel-jest": "^28.1.0",
|
||||
"eslint": "^8.16.0",
|
||||
"jest": "^28.1.0",
|
||||
"typescript": "^4.7.2",
|
||||
"babel-jest": "^28.1.3",
|
||||
"eslint": "^8.22.0",
|
||||
"jest": "^28.1.3",
|
||||
"typescript": "^4.7.4",
|
||||
"yaml": "2.0.0",
|
||||
"yazl": "^2.5.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.8.2",
|
||||
"@actions/core": "^1.9.1",
|
||||
"@actions/github": "^5.0.3",
|
||||
"aggregate-error": "^4.0.1",
|
||||
"fast-glob": "^3.2.11",
|
||||
|
|
Loading…
Reference in a new issue