diff --git a/package-lock.json b/package-lock.json index 25608ac..c30b766 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "react-dom": "18.2.0" }, "devDependencies": { - "@smartive/eslint-config": "3.1.0", + "@smartive/eslint-config": "3.3.0", "@smartive/prettier-config": "3.0.0", "@types/node": "17.0.8", "@types/react": "17.0.43", @@ -453,16 +453,16 @@ } }, "node_modules/@smartive/eslint-config": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@smartive/eslint-config/-/eslint-config-3.1.0.tgz", - "integrity": "sha512-TutF5E/LvKHXUi5/CXxjYgNNO4oWwqb4WxkNug4frAQUblYMRwpX4xoex5unXF59SX/wRCohyd9erwSwee0H6g==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@smartive/eslint-config/-/eslint-config-3.3.0.tgz", + "integrity": "sha512-ZnD5Vvzbdm30HKg5X8zUpVqPbQ22WFjQ1Fa/8rfkxWTi4OKVbhXhsLuYiTJ1AVWBsFb0kF3bLb8ePapd++VUtA==", "dev": true, "dependencies": { - "@typescript-eslint/eslint-plugin": "^5.4.0", - "@typescript-eslint/parser": "^5.4.0", - "eslint-config-prettier": "^8.3.0", + "@typescript-eslint/eslint-plugin": "^5.4.0 || ^6.7.4", + "@typescript-eslint/parser": "^5.4.0 || ^6.7.4", + "eslint-config-prettier": "^8.3.0 || ^9.0.0", "eslint-plugin-import": "^2.25.3", - "eslint-plugin-prettier": "^4.0.0", + "eslint-plugin-prettier": ">=4.0.0 <6", "eslint-plugin-react": "^7.27.0", "eslint-plugin-react-hooks": "^4.3.0" }, @@ -4267,16 +4267,16 @@ } }, "@smartive/eslint-config": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@smartive/eslint-config/-/eslint-config-3.1.0.tgz", - "integrity": "sha512-TutF5E/LvKHXUi5/CXxjYgNNO4oWwqb4WxkNug4frAQUblYMRwpX4xoex5unXF59SX/wRCohyd9erwSwee0H6g==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@smartive/eslint-config/-/eslint-config-3.3.0.tgz", + "integrity": "sha512-ZnD5Vvzbdm30HKg5X8zUpVqPbQ22WFjQ1Fa/8rfkxWTi4OKVbhXhsLuYiTJ1AVWBsFb0kF3bLb8ePapd++VUtA==", "dev": true, "requires": { - "@typescript-eslint/eslint-plugin": "^5.4.0", - "@typescript-eslint/parser": "^5.4.0", - "eslint-config-prettier": "^8.3.0", + "@typescript-eslint/eslint-plugin": "^5.4.0 || ^6.7.4", + "@typescript-eslint/parser": "^5.4.0 || ^6.7.4", + "eslint-config-prettier": "^8.3.0 || ^9.0.0", "eslint-plugin-import": "^2.25.3", - "eslint-plugin-prettier": "^4.0.0", + "eslint-plugin-prettier": ">=4.0.0 <6", "eslint-plugin-react": "^7.27.0", "eslint-plugin-react-hooks": "^4.3.0" } diff --git a/package.json b/package.json index d7c0df7..b6c42b1 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "react-dom": "18.2.0" }, "devDependencies": { - "@smartive/eslint-config": "3.1.0", + "@smartive/eslint-config": "3.3.0", "@smartive/prettier-config": "3.0.0", "@types/node": "17.0.8", "@types/react": "17.0.43",