diff --git a/examples/package-lock.json b/examples/package-lock.json index fa1415c..f055073 100644 --- a/examples/package-lock.json +++ b/examples/package-lock.json @@ -4216,9 +4216,9 @@ } }, "eslint-config-prettier": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.7.0.tgz", - "integrity": "sha512-FamQVKM3jjUVwhG4hEMnbtsq7xOIDm+SY5iBPfR8gKsJoAB2IQnNF+bk1+8Fy44Nq7PPJaLvkRxILYdJWoguKQ==", + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.8.0.tgz", + "integrity": "sha512-aq4M7mjjVregZ2l45O9qz6Mv6f5zVMl/IqfmUL8hNOoDAzVKYMhYPJytbqE/lPIVO1iMDXIFqjiEE59BfJZpZw==", "dev": true, "requires": { "get-stdin": "^6.0.0" diff --git a/examples/package.json b/examples/package.json index eee2ec6..f4618b0 100644 --- a/examples/package.json +++ b/examples/package.json @@ -36,7 +36,7 @@ "babel-loader": "8.0.6", "css-loader": "3.3.0", "eslint": "6.7.2", - "eslint-config-prettier": "6.7.0", + "eslint-config-prettier": "6.8.0", "eslint-plugin-prettier": "3.1.1", "eslint-plugin-react": "7.17.0", "eslint-plugin-react-hooks": "2.3.0", diff --git a/package-lock.json b/package-lock.json index 6f71372..6a5dbf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4505,9 +4505,9 @@ } }, "eslint-config-prettier": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.7.0.tgz", - "integrity": "sha512-FamQVKM3jjUVwhG4hEMnbtsq7xOIDm+SY5iBPfR8gKsJoAB2IQnNF+bk1+8Fy44Nq7PPJaLvkRxILYdJWoguKQ==", + "version": "6.8.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-6.8.0.tgz", + "integrity": "sha512-aq4M7mjjVregZ2l45O9qz6Mv6f5zVMl/IqfmUL8hNOoDAzVKYMhYPJytbqE/lPIVO1iMDXIFqjiEE59BfJZpZw==", "dev": true, "requires": { "get-stdin": "^6.0.0" diff --git a/package.json b/package.json index 9dbb3c7..731ad7f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "autoprefixer": "9.7.3", "babel-eslint": "10.0.3", "eslint": "6.7.2", - "eslint-config-prettier": "6.7.0", + "eslint-config-prettier": "6.8.0", "eslint-plugin-prettier": "3.1.1", "eslint-plugin-react": "7.17.0", "eslint-plugin-react-hooks": "2.3.0",