Skip to content

Commit 2367817

Browse files
committed
fix some more
1 parent cf16c91 commit 2367817

File tree

2 files changed

+1213
-987
lines changed

2 files changed

+1213
-987
lines changed

package.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,29 +38,34 @@
3838
},
3939
"homepage": "https://github.com/acmucsd/membership-portal#readme",
4040
"dependencies": {
41+
"@babel/core": "^7.0.0-0",
42+
"@babel/plugin-transform-export-namespace-from": "^7.24.1",
4143
"@sendgrid/mail": "^7.4.4",
4244
"amazon-s3-uri": "^0.1.1",
4345
"async-retry": "^1.3.3",
4446
"aws-sdk": "^2.906.0",
4547
"bcrypt": "^5.0.0",
4648
"body-parser": "^1.19.0",
47-
"class-transformer": "^0.3.1",
48-
"class-validator": "^0.12.2",
49+
"class-transformer": "^0.5.1",
50+
"class-validator": "^0.14.0",
4951
"cors": "^2.8.5",
5052
"datadog-metrics": "^0.9.3",
5153
"dotenv": "^8.2.0",
5254
"ejs": "^3.1.3",
55+
"eslint-plugin-jsx-a11y": "^6.4.1",
56+
"eslint-plugin-react": "^7.21.5",
57+
"eslint-plugin-react-hooks": "^4",
5358
"express": "^4.17.1",
5459
"faker": "^5.5.3",
5560
"jsonwebtoken": "^8.5.1",
5661
"moment": "^2.27.0",
5762
"moment-timezone": "^0.5.34",
5863
"morgan": "^1.10.0",
59-
"multer": "^1.4.2",
64+
"multer": "^1.4.4",
6065
"obscenity": "^0.2.0",
6166
"pg": "^8.6.0",
6267
"reflect-metadata": "^0.1.13",
63-
"routing-controllers": "^0.9.0",
68+
"routing-controllers": "^0.10.4",
6469
"ts-node": "^10.9.2",
6570
"tsconfig-paths": "^3.9.0",
6671
"typedi": "^0.10.0",
@@ -84,20 +89,18 @@
8489
"@types/jest": "^27.0.2",
8590
"@types/jsonwebtoken": "^8.5.0",
8691
"@types/morgan": "^1.9.1",
87-
"@types/multer": "^1.4.3",
92+
"@types/multer": "^1.4.4",
8893
"@types/node": "^14.0.13",
89-
"@types/rfdc": "^1.1.0",
9094
"@types/underscore": "^1.10.4",
9195
"@types/uuid": "^8.3.0",
9296
"@typescript-eslint/eslint-plugin": "^4.23.0",
9397
"@typescript-eslint/parser": "^4.23.0",
9498
"eslint": "^7.26.0",
9599
"eslint-config-airbnb-typescript": "^12.3.1",
96100
"eslint-plugin-import": "^2.22.1",
97-
"jest": "^27.2.5",
101+
"jest": "^29.7.0",
98102
"nodemon": "^2.0.7",
99-
"rfdc": "^1.3.0",
100-
"ts-jest": "^27.0.5",
103+
"ts-jest": "^29.1.2",
101104
"ts-mockito": "^2.6.1"
102105
}
103106
}

0 commit comments

Comments
 (0)