chore(deps): pin dependencies (#42409)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
@ -143,6 +143,6 @@
|
|||||||
"react-test-renderer": "16.14.0",
|
"react-test-renderer": "16.14.0",
|
||||||
"redux-saga-test-plan": "4.0.1",
|
"redux-saga-test-plan": "4.0.1",
|
||||||
"webpack": "5.38.1",
|
"webpack": "5.38.1",
|
||||||
"webpack-cli": "^4.7.2"
|
"webpack-cli": "4.7.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
3
package-lock.json
generated
3
package-lock.json
generated
@ -15975,7 +15975,8 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"hosted-git-info": {
|
"hosted-git-info": {
|
||||||
"version": "2.8.8",
|
"version": "2.8.8",
|
||||||
"resolved": "",
|
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.8.tgz",
|
||||||
|
"integrity": "sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"normalize-package-data": {
|
"normalize-package-data": {
|
||||||
|
16
package.json
16
package.json
@ -104,15 +104,15 @@
|
|||||||
"@babel/preset-react": "7.13.13",
|
"@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/cypress": "7.0.6",
|
||||||
"@testing-library/dom": "^7.31.2",
|
"@testing-library/dom": "7.31.2",
|
||||||
"@testing-library/jest-dom": "5.13.0",
|
"@testing-library/jest-dom": "5.13.0",
|
||||||
"@testing-library/user-event": "13.1.9",
|
"@testing-library/user-event": "13.1.9",
|
||||||
"@typescript-eslint/eslint-plugin": "^4.26.1",
|
"@typescript-eslint/eslint-plugin": "4.26.1",
|
||||||
"@typescript-eslint/parser": "^4.26.1",
|
"@typescript-eslint/parser": "4.26.1",
|
||||||
"babel-eslint": "10.1.0",
|
"babel-eslint": "10.1.0",
|
||||||
"babel-plugin-transform-imports": "2.0.0",
|
"babel-plugin-transform-imports": "2.0.0",
|
||||||
"cross-env": "7.0.3",
|
"cross-env": "7.0.3",
|
||||||
"cypress": "^7.5.0",
|
"cypress": "7.5.0",
|
||||||
"docsify-cli": "4.4.3",
|
"docsify-cli": "4.4.3",
|
||||||
"eslint": "7.28.0",
|
"eslint": "7.28.0",
|
||||||
"eslint-config-prettier": "8.3.0",
|
"eslint-config-prettier": "8.3.0",
|
||||||
@ -123,8 +123,8 @@
|
|||||||
"eslint-plugin-prettier": "3.4.0",
|
"eslint-plugin-prettier": "3.4.0",
|
||||||
"eslint-plugin-react": "7.24.0",
|
"eslint-plugin-react": "7.24.0",
|
||||||
"eslint-plugin-react-hooks": "2.5.1",
|
"eslint-plugin-react-hooks": "2.5.1",
|
||||||
"eslint-plugin-testing-library": "^4.6.0",
|
"eslint-plugin-testing-library": "4.6.0",
|
||||||
"execa": "^5.1.1",
|
"execa": "5.1.1",
|
||||||
"husky": "6.0.0",
|
"husky": "6.0.0",
|
||||||
"jest": "26.6.3",
|
"jest": "26.6.3",
|
||||||
"js-yaml": "3.14.1",
|
"js-yaml": "3.14.1",
|
||||||
@ -133,8 +133,8 @@
|
|||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"markdownlint": "0.23.1",
|
"markdownlint": "0.23.1",
|
||||||
"npm-run-all": "4.1.5",
|
"npm-run-all": "4.1.5",
|
||||||
"ora": "^5.4.1",
|
"ora": "5.4.1",
|
||||||
"prettier": "^2.3.1",
|
"prettier": "2.3.1",
|
||||||
"prismjs": "1.23.0",
|
"prismjs": "1.23.0",
|
||||||
"shx": "0.3.3",
|
"shx": "0.3.3",
|
||||||
"start-server-and-test": "1.12.5",
|
"start-server-and-test": "1.12.5",
|
||||||
|
Reference in New Issue
Block a user