From 3cba8ee4078ab7ae12a02d214677a8e41deeaec4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 13 Oct 2021 04:23:33 +0000 Subject: [PATCH] chore(deps): pin dependencies --- package-lock.json | 12 ++++++------ package.json | 26 +++++++++++++------------- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a24e5e8..f4a4d8a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8545,9 +8545,9 @@ } }, "@types/react": { - "version": "17.0.28", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.28.tgz", - "integrity": "sha512-6OmflHgk2DlnsFi49kBW3/Dql1GT32bYSk+A6tFBDAt0T0bxotBdQwXkm77lVlczHwY6+Wu6IfpsGqArjOYtaA==", + "version": "17.0.3", + "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.3.tgz", + "integrity": "sha512-wYOUxIgs2HZZ0ACNiIayItyluADNbONl7kt8lkLjVK8IitMH5QMyAh75Fwhmo37r1m7L2JaFj03sIfxBVDvRAg==", "dev": true, "requires": { "@types/prop-types": "*", @@ -8556,9 +8556,9 @@ } }, "@types/react-dom": { - "version": "17.0.9", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.9.tgz", - "integrity": "sha512-wIvGxLfgpVDSAMH5utdL9Ngm5Owu0VsGmldro3ORLXV8CShrL8awVj06NuEXFQ5xyaYfdca7Sgbk/50Ri1GdPg==", + "version": "17.0.3", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.3.tgz", + "integrity": "sha512-4NnJbCeWE+8YBzupn/YrJxZ8VnjcJq5iR1laqQ1vkpQgBiA7bwk0Rp24fxsdNinzJY2U+HHS4dJJDPdoMjdJ7w==", "dev": true, "requires": { "@types/react": "*" diff --git a/package.json b/package.json index 28f8f40a..0fb107e8 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@babel/preset-typescript": "7.12.13", "@nrwl/cli": "12.9.0", "@nrwl/cypress": "12.9.0", - "@nrwl/eslint-plugin-nx": "^12.10.0", + "@nrwl/eslint-plugin-nx": "12.10.0", "@nrwl/jest": "12.9.0", "@nrwl/linter": "12.9.0", "@nrwl/react": "12.9.0", @@ -50,18 +50,18 @@ "@typescript-eslint/parser": "4.33.0", "babel-jest": "27.0.6", "babel-loader": "8.1.0", - "cypress": "^8.3.0", - "eslint": "^7.32.0", - "eslint-config-prettier": "^8.3.0", - "eslint-config-react": "^1.1.7", - "eslint-config-standard-with-typescript": "^21.0.1", - "eslint-plugin-cypress": "^2.10.3", - "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jsx-a11y": "^6.4.1", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-promise": "^5.1.0", - "eslint-plugin-react": "^7.23.1", - "eslint-plugin-react-hooks": "^4.2.0", + "cypress": "8.6.0", + "eslint": "7.32.0", + "eslint-config-prettier": "8.3.0", + "eslint-config-react": "1.1.7", + "eslint-config-standard-with-typescript": "21.0.1", + "eslint-plugin-cypress": "2.12.1", + "eslint-plugin-import": "2.22.1", + "eslint-plugin-jsx-a11y": "6.4.1", + "eslint-plugin-node": "11.1.0", + "eslint-plugin-promise": "5.1.0", + "eslint-plugin-react": "7.23.1", + "eslint-plugin-react-hooks": "4.2.0", "jest": "27.0.3", "prettier": "2.4.1", "ts-jest": "27.0.5",