Skip to content

Commit

Permalink
Merge pull request #91 from glycojones/reviewer-comments
Browse files Browse the repository at this point in the history
Update Privateer Database with Reviewers Comments
  • Loading branch information
Dialpuri authored Mar 15, 2024
2 parents 4f048d4 + 455d7b2 commit 9c7f6fd
Show file tree
Hide file tree
Showing 21 changed files with 1,647 additions and 72 deletions.
2 changes: 2 additions & 0 deletions webapp/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/ban-ts-comment": "off",
"no-tabs": "off",
"@typescript-eslint/strict-boolean-expressions": "warn",
"no-prototype-builtins": "warn",
"@typescript-eslint/no-unused-vars": [
"warn", // or "error"
{
Expand Down
91 changes: 82 additions & 9 deletions webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"testserver": "vite --port 5173"
},
"dependencies": {
"@tanstack/react-table": "^8.13.2",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.9",
"jest": "^29.7.0",
Expand All @@ -24,6 +25,7 @@
"react": "^18.2.0",
"react-collapsed": "^4.1.2",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-grid-layout": "^1.4.4",
"react-icons": "^4.11.0",
"react-inlinesvg": "^3.0.2",
Expand All @@ -37,6 +39,7 @@
"serve": "^14.2.1",
"styled-components": "^6.0.6",
"vite-plugin-top-level-await": "^1.3.1",
"web-vitals": "^3.5.2",
"zlib": "^1.0.5"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 9c7f6fd

Please sign in to comment.