mirror of
https://github.com/brucificus/vb6-antlr4-typescript.git
synced 2025-12-16 20:07:03 +03:00
➕ Installs @types/jest
This commit is contained in:
10
package-lock.json
generated
10
package-lock.json
generated
@@ -2273,6 +2273,16 @@
|
||||
"@types/istanbul-lib-report": "*"
|
||||
}
|
||||
},
|
||||
"@types/jest": {
|
||||
"version": "25.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-25.2.1.tgz",
|
||||
"integrity": "sha512-msra1bCaAeEdkSyA0CZ6gW1ukMIvZ5YoJkdXw/qhQdsuuDlFTcEUrUw8CLCPt2rVRUfXlClVvK2gvPs9IokZaA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"jest-diff": "^25.2.1",
|
||||
"pretty-format": "^25.2.1"
|
||||
}
|
||||
},
|
||||
"@types/minimatch": {
|
||||
"version": "3.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz",
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
"@commitlint/core": "^8.3.5",
|
||||
"@semantic-release/git": "^9.0.0",
|
||||
"@semantic-release/github": "^7.0.5",
|
||||
"@types/jest": "^25.2.1",
|
||||
"antlr4ts-cli": "^0.5.0-alpha.3",
|
||||
"commitlint-config-gitmoji": "^1.0.1",
|
||||
"cpy-cli": "^3.1.0",
|
||||
|
||||
Reference in New Issue
Block a user