Skip to content

Commit

Permalink
feat: Updated internal package references
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik committed Sep 21, 2024
1 parent e1be234 commit 1411e3a
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
},
"dependencies": {
"@impler/client": "workspace:^",
"@impler/dal": "^0.24.1",
"@impler/services": "^0.24.1",
"@impler/shared": "^0.24.1",
"@impler/dal": "workspace:^",
"@impler/services": "workspace:^",
"@impler/shared": "workspace:^",
"@nestjs/common": "^9.1.2",
"@nestjs/core": "^9.1.2",
"@nestjs/jwt": "^10.0.1",
Expand Down
6 changes: 3 additions & 3 deletions apps/queue-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"lint:fix": "pnpm lint -- --fix"
},
"dependencies": {
"@impler/dal": "^0.24.1",
"@impler/services": "^0.24.1",
"@impler/shared": "^0.24.1",
"@impler/dal": "workspace:^",
"@impler/services": "workspace:^",
"@impler/shared": "workspace:^",
"@sentry/node": "^7.112.2",
"axios": "1.6.2",
"dotenv": "^16.0.2",
Expand Down
4 changes: 2 additions & 2 deletions apps/widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@craco/craco": "^6.4.5",
"@emotion/react": "^11.10.5",
"@handsontable/react": "^14.1.0",
"@impler/client": "^0.24.1",
"@impler/shared": "^0.24.1",
"@impler/client": "workspace:^",
"@impler/shared": "workspace:^",
"@mantine/core": "6.0.21",
"@mantine/dropzone": "6.0.21",
"@mantine/hooks": "6.0.21",
Expand Down
2 changes: 1 addition & 1 deletion libs/dal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint:fix": "eslint src --fix"
},
"dependencies": {
"@impler/shared": "^0.24.1",
"@impler/shared": "workspace:^",
"class-transformer": "^0.5.1",
"date-fns": "^2.30.0",
"mongoose": "8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@aws-sdk/client-ses": "^3.616.0",
"@aws-sdk/lib-storage": "^3.360.0",
"@aws-sdk/s3-request-presigner": "^3.276.0",
"@impler/shared": "^0.24.1",
"@impler/shared": "workspace:^",
"axios": "1.6.2",
"nodemailer": "^6.9.14",
"uuid": "^9.0.0"
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

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

0 comments on commit 1411e3a

Please sign in to comment.