0
0
Fork 0
mirror of https://github.com/actions-rs/cargo.git synced 2025-05-04 01:29:21 +03:00
This commit is contained in:
root 2023-02-12 16:42:14 +00:00
parent 8699a36ea8
commit 764c81a858
2 changed files with 3688 additions and 10919 deletions

14583
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -36,19 +36,19 @@
"string-argv": "^0.3.1"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^15.6.1",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@types/jest": "^29.4.0",
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@zeit/ncc": "^0.22.3",
"eslint": "^7.29.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^26.6.3",
"jest-circus": "^27.0.6",
"npm-check-updates": "^11.1.9",
"prettier": "^2.2.1",
"ts-jest": "^26.5.6",
"typescript": "^4.3.5"
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.4.2",
"jest-circus": "^29.4.2",
"npm-check-updates": "^16.7.4",
"prettier": "^2.8.4",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5"
}
}