diff --git a/configs/all/package.json b/configs/all/package.json index 627b09f..52b3f74 100644 --- a/configs/all/package.json +++ b/configs/all/package.json @@ -25,7 +25,7 @@ "eslint": ">=7.4.0" }, "dependencies": { - "@singularit/eslint-config-react": "*", + "@singularit/eslint-config-react": "^0.0.1", "@singularit/eslint-config-vue": "^1.1.3", "@typescript-eslint/eslint-plugin": "^5.26.0", "@typescript-eslint/parser": "^5.26.0", diff --git a/package-lock.json b/package-lock.json index 530e6d5..a01dfe0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "version": "1.2.0-beta.1", "license": "MIT", "dependencies": { - "@singularit/eslint-config-react": "*", + "@singularit/eslint-config-react": "^0.0.1", "@singularit/eslint-config-vue": "^1.1.3", "@typescript-eslint/eslint-plugin": "^5.26.0", "@typescript-eslint/parser": "^5.26.0",