Skip to content

Commit

Permalink
fix: update missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
OrbisK committed Jan 3, 2023
1 parent c10622b commit 58cc1e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion configs/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion configs/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,5 @@
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"local-pkg": "^0.4.2"
}
}

0 comments on commit 58cc1e3

Please sign in to comment.