Skip to content

Commit

Permalink
Fix package-lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
entrotech committed Aug 15, 2024
1 parent c03233e commit 57b46b7
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 2 deletions.
21 changes: 19 additions & 2 deletions client/package-lock.json

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

1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@react-pdf/renderer": "^3.1.9",
"axios": "^1.6.1",
"ci": "^2.3.0",
"clsx": "^2.0.0",
"eslint": "^8.53.0",
"formik": "^2.2.9",
Expand Down
12 changes: 12 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"prepare": "husky install"
},
"dependencies": {
"ci": "^2.3.0",
"eslint": "^8.53.0",
"i": "^0.3.7",
"luxon": "^3.4.4",
Expand Down
12 changes: 12 additions & 0 deletions server/package-lock.json

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

1 change: 1 addition & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"dependencies": {
"@sendgrid/mail": "^8.1.0",
"bcrypt": "^5.1.1",
"ci": "^2.3.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
Expand Down

0 comments on commit 57b46b7

Please sign in to comment.