Skip to content

Commit

Permalink
Remove review-ui lock file (#152)
Browse files Browse the repository at this point in the history
This is no longer needed as we manage the dependencies as a workspace.
  • Loading branch information
VoyTechnology authored Sep 3, 2023
1 parent dfb3db9 commit 7101c7c
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 3,060 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"ci:lint": "eslint . --ext ts,tsx --report-unused-disable-directives --output-file eslint_report.json --format json"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.4.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "*"
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit 7101c7c

Please sign in to comment.