Skip to content

Commit

Permalink
cleanup (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
elvincheng3 authored Feb 20, 2024
1 parent dbace67 commit a7f9580
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 15 deletions.
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"class-validator": "^0.14.0",
"cookie-parser": "^1.4.6",
"jwt-decode": "^4.0.0",
"nestjs-config": "^1.4.11",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
Expand All @@ -53,7 +54,6 @@
"@nestjs/testing": "^10.0.0",
"@types/bcrypt": "^5.0.0",
"@types/cookie-parser": "^1.4.5",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
"@types/node": "^20.8.2",
Expand Down
4 changes: 3 additions & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/react-dom": "^18.0.10",
"@types/uuid": "^9.0.2",
"axios": "^1.5.0",
"chakra-react-select": "^4.7.5",
"chakra-react-select": "^4.7.6",
"eslint": "^8.49.0",
"eslint-config-next": "^13.4.19",
"fastest-levenshtein": "^1.0.16",
Expand All @@ -36,6 +36,8 @@
"openapi-typescript-codegen": "^0.25.0",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-pdf": "^7.7.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.8.1",
"react-scripts": "^5.0.1",
"typescript": "^5.2.2",
Expand Down
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,11 @@
"author": "",
"license": "ISC",
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@types/node": "^20.8.2",
"@yarnpkg/cli": "^4.0.0-rc.51",
"@yarnpkg/core": "^4.0.0-rc.51",
"@yarnpkg/plugin-git": "^3.0.0-rc",
"@yarnpkg/plugin-workspace-tools": "^4.0.0-rc.51",
"chakra-react-select": "^4.7.6",
"husky": "^8.0.3",
"nestjs-config": "^1.4.11",
"react-pdf": "^7.7.0",
"react-query": "^3.39.3"
"husky": "^8.0.3"
}
}
7 changes: 0 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5687,13 +5687,6 @@ case-sensitive-paths-webpack-plugin@^2.4.0:
resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz#db64066c6422eed2e08cc14b986ca43796dbc6d4"
integrity sha512-roIFONhcxog0JSSWbvVAh3OocukmSgpqOH6YpMkCvav/ySIV3JKg4Dc8vYtQjYi/UxpNE36r/9v+VqTQqgkYmw==

chakra-react-select@^4.7.5:
version "4.7.5"
resolved "https://registry.yarnpkg.com/chakra-react-select/-/chakra-react-select-4.7.5.tgz#4270417bd4f49c64d0a1384ac859bd9cfd12861f"
integrity sha512-lEDiwdy3Y49XeqaPv6qo3HeRr0kxkouRqk8eOV3PHvi/ZOmLbdflE7d+wLgoh8bsNp2acV4f10G7rlJOcEDCdA==
dependencies:
react-select "5.7.7"

chakra-react-select@^4.7.6:
version "4.7.6"
resolved "https://registry.yarnpkg.com/chakra-react-select/-/chakra-react-select-4.7.6.tgz#3be8ffb314b8e75ef02663fd3e2fdf872b79683b"
Expand Down

0 comments on commit a7f9580

Please sign in to comment.