From 5216af69061d525a4066757a563ace2f555a5727 Mon Sep 17 00:00:00 2001 From: Anastastasia-B Date: Tue, 3 Oct 2023 13:49:41 +0300 Subject: [PATCH] use updated eslint/stylelint-config-datarockets --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index aaba5ee..2044731 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "enzyme-adapter-react-16": "^1.15.7", "eslint": "^8.49.0", "eslint-config-airbnb": "^19.0.4", - "eslint-config-datarockets": "^0.0.4-6", + "eslint-config-datarockets": "https://gitpkg.now.sh/datarockets/style-guide/packages/eslint-config?upgrade-dependencies", "eslint-config-prettier": "^9.0.0", "eslint-import-resolver-babel-module": "^5.3.2", "eslint-plugin-import": "^2.28.1", @@ -58,7 +58,7 @@ "redux": "^4.2.1", "redux-saga": "^1.2.3", "stylelint": "^15.10.3", - "stylelint-config-datarockets": "https://gitpkg.now.sh/datarockets/style-guide/packages/stylelint-config?master", + "stylelint-config-datarockets": "https://gitpkg.now.sh/datarockets/style-guide/packages/stylelint-config?upgrade-dependencies", "stylelint-config-prettier": "^9.0.5", "stylelint-config-standard": "^34.0.0", "stylelint-config-styled-components": "^0.1",