Merge pull request #19 from GHOSCHT/renovate/typescript-eslint-monorepo
Pin dependencies
This commit is contained in:
commit
124bc7c822
2 changed files with 4 additions and 4 deletions
|
@ -85,8 +85,8 @@
|
|||
"@babel/preset-react": "7.14.5",
|
||||
"@types/react-select": "4.0.17",
|
||||
"@types/serialport": "8.0.2",
|
||||
"@typescript-eslint/eslint-plugin": "^4.28.1",
|
||||
"@typescript-eslint/parser": "^4.28.1",
|
||||
"@typescript-eslint/eslint-plugin": "4.29.3",
|
||||
"@typescript-eslint/parser": "4.29.3",
|
||||
"babel-loader": "8.2.2",
|
||||
"concurrently": "6.2.1",
|
||||
"cross-env": "7.0.3",
|
||||
|
|
|
@ -2166,7 +2166,7 @@
|
|||
dependencies:
|
||||
"@types/yargs-parser" "*"
|
||||
|
||||
"@typescript-eslint/eslint-plugin@^4.28.1":
|
||||
"@typescript-eslint/eslint-plugin@4.29.3":
|
||||
version "4.29.3"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.29.3.tgz#95cb8029a8bd8bd9c7f4ab95074a7cb2115adefa"
|
||||
integrity sha512-tBgfA3K/3TsZY46ROGvoRxQr1wBkclbVqRQep97MjVHJzcRBURRY3sNFqLk0/Xr//BY5hM9H2p/kp+6qim85SA==
|
||||
|
@ -2191,7 +2191,7 @@
|
|||
eslint-scope "^5.1.1"
|
||||
eslint-utils "^3.0.0"
|
||||
|
||||
"@typescript-eslint/parser@^4.28.1":
|
||||
"@typescript-eslint/parser@4.29.3":
|
||||
version "4.29.3"
|
||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.29.3.tgz#2ac25535f34c0e98f50c0e6b28c679c2357d45f2"
|
||||
integrity sha512-jrHOV5g2u8ROghmspKoW7pN8T/qUzk0+DITun0MELptvngtMrwUJ1tv5zMI04CYVEUsSrN4jV7AKSv+I0y0EfQ==
|
||||
|
|
Reference in a new issue