chore(deps): pin dependencies (#42168)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-05-18 01:19:29 +05:30
committed by GitHub
parent aed0013923
commit d14f53f463
3 changed files with 8 additions and 8 deletions

View File

@ -122,10 +122,10 @@
"validator": "13.6.0"
},
"devDependencies": {
"@babel/types": "^7.14.2",
"@babel/types": "7.14.2",
"@testing-library/jest-dom": "5.12.0",
"@testing-library/react": "11.2.7",
"@types/react-transition-group": "^4.4.1",
"@types/react-transition-group": "4.4.1",
"autoprefixer": "10.2.5",
"babel-plugin-transform-imports": "2.0.0",
"chokidar": "3.5.1",

View File

@ -33,7 +33,7 @@
"@babel/core": "7.14.2",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.14.2",
"@babel/preset-typescript": "^7.13.0",
"@babel/preset-typescript": "7.13.0",
"@babel/register": "7.13.16",
"acorn": "8.2.4",
"acorn-jsx": "5.3.1",

View File

@ -100,17 +100,17 @@
"@babel/plugin-proposal-function-bind": "7.12.13",
"@babel/preset-env": "7.14.2",
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@babel/preset-typescript": "7.13.0",
"@testing-library/cypress": "7.0.6",
"@testing-library/jest-dom": "5.12.0",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"@typescript-eslint/eslint-plugin": "4.23.0",
"@typescript-eslint/parser": "4.23.0",
"babel-eslint": "10.1.0",
"babel-plugin-transform-imports": "2.0.0",
"cross-env": "7.0.3",
"cypress": "7.3.0",
"docsify-cli": "4.4.3",
"eslint": "^7.26.0",
"eslint": "7.26.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.23.2",
"eslint-plugin-jsx-a11y": "6.4.1",
@ -134,7 +134,7 @@
"sinon": "10.0.0",
"sinon-express-mock": "2.2.1",
"start-server-and-test": "1.12.2",
"typescript": "^4.2.4",
"typescript": "4.2.4",
"webpack-bundle-analyzer": "4.4.2"
}
}