Skip to content
Commits on Source (3)
......@@ -1350,18 +1350,18 @@
"dev": true
},
"typescript-eslint-parser": {
"version": "github:corbinu/typescript-eslint-parser#25b4a259d0b067e586a831bd48a29a36505cca13",
"version": "github:corbinu/typescript-eslint-parser#60ae1685adf651429770fff888beeb85a30ec316",
"from": "github:corbinu/typescript-eslint-parser",
"requires": {
"eslint-scope": "^4.0.0",
"eslint-visitor-keys": "^1.0.0",
"typescript-estree": "^6.0.0"
"typescript-estree": "^7.0.0"
}
},
"typescript-estree": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/typescript-estree/-/typescript-estree-6.0.0.tgz",
"integrity": "sha512-yFuyC6uzWN2KvmpzkMnJYFqtXwkzOeur1PCO4Jkn8kDgZN0ZIZzHxeThUC3UIDDulAKdeI1kCPbQuT0FDdKFkg==",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/typescript-estree/-/typescript-estree-7.0.0.tgz",
"integrity": "sha512-0pIONbJeLpTpWEmEWCl6kvIeqSnCsWMjYuG+RKaoTTaFJ7YQBKRgAgfeUrQtM9HbE0AFWFQ7fqQdICkCilcU9g==",
"requires": {
"lodash.unescape": "4.0.1",
"semver": "5.5.0"
......