From 58cc1e332cb74cb60be46792e94c8d3e71d7389b Mon Sep 17 00:00:00 2001 From: Robin Kehl Date: Tue, 3 Jan 2023 13:57:30 +0100 Subject: [PATCH] fix: update missing packages --- configs/react/package.json | 3 ++- configs/vue/package.json | 3 ++- package.json | 3 --- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/configs/react/package.json b/configs/react/package.json index 3f598a3..2bc4116 100644 --- a/configs/react/package.json +++ b/configs/react/package.json @@ -26,7 +26,8 @@ "@singularit/eslint-config-typescript": "^1.1.3", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-react-prefer-function-component": "^3.0.0" + "eslint-plugin-react-prefer-function-component": "^3.0.0", + "local-pkg": "^0.4.2" }, "devDependencies": { "eslint": "^8.16.0" diff --git a/configs/vue/package.json b/configs/vue/package.json index 244b949..4c11227 100644 --- a/configs/vue/package.json +++ b/configs/vue/package.json @@ -24,7 +24,8 @@ }, "dependencies": { "@singularit/eslint-config-typescript": "^1.1.3", - "eslint-plugin-vue": "^9.0.1" + "eslint-plugin-vue": "^9.0.1", + "local-pkg": "^0.4.2" }, "devDependencies": { "eslint": "^8.16.0" diff --git a/package.json b/package.json index e266f01..1e4142e 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,5 @@ }, "publishConfig": { "access": "public" - }, - "dependencies": { - "local-pkg": "^0.4.2" } }