Skip to content

Commit

Permalink
Reverted package.json files and yarn.lock to master versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik-M24 committed Aug 11, 2024
1 parent 7a03fbb commit 2fe1ebb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@stripe/react-stripe-js": "^2.7.3",
"@stripe/stripe-js": "^4.1.0",
"@tanstack/react-query": "^5.50.1",
"client": "file:",
"firebase": "^10.12.3",
"next": "14.2.4",
"next-sanity": "^9.4.2",
Expand Down
1 change: 1 addition & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"helmet": "^7.1.0",
"nodemailer": "^6.9.14",
"pug": "^3.0.3",
"server": "file:",
"stripe": "^14.22.0",
"supertest": "^6.3.4",
"swagger-jsdoc": "^6.2.8",
Expand Down
8 changes: 5 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10904,7 +10904,7 @@ __metadata:
languageName: node
linkType: hard

"client@workspace:client":
"client@file:, client@workspace:client":
version: 0.0.0-use.local
resolution: "client@workspace:client"
dependencies:
Expand Down Expand Up @@ -10934,6 +10934,7 @@ __metadata:
"@types/react-csv": "npm:^1.1.10"
"@types/react-dom": "npm:^18"
"@types/scheduler": "npm:^0"
client: "file:"
eslint: "npm:~8.57.0"
firebase: "npm:^10.12.3"
jest: "npm:^29.7.0"
Expand Down Expand Up @@ -21585,7 +21586,7 @@ __metadata:
languageName: node
linkType: hard

"server@workspace:server":
"server@file:, server@workspace:server":
version: 0.0.0-use.local
resolution: "server@workspace:server"
dependencies:
Expand All @@ -21610,6 +21611,7 @@ __metadata:
nodemailer: "npm:^6.9.14"
nodemon: "npm:^3.1.0"
pug: "npm:^3.0.3"
server: "file:"
stripe: "npm:^14.22.0"
supertest: "npm:^6.3.4"
swagger-jsdoc: "npm:^6.2.8"
Expand Down Expand Up @@ -24851,4 +24853,4 @@ __metadata:
resolution: "zod@npm:3.23.8"
checksum: 10c0/8f14c87d6b1b53c944c25ce7a28616896319d95bc46a9660fe441adc0ed0a81253b02b5abdaeffedbeb23bdd25a0bf1c29d2c12dd919aef6447652dd295e3e69
languageName: node
linkType: hard
linkType: hard

0 comments on commit 2fe1ebb

Please sign in to comment.