Skip to content

Commit

Permalink
update deps and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
r4zendev committed Aug 29, 2024
1 parent f70b446 commit 9d52627
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/auth-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemod-com/auth-service",
"version": "0.0.15",
"version": "0.0.16",
"scripts": {
"build": "tsc && node esbuild.config.js",
"start": "node build/index.js"
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemod-com/backend",
"version": "0.0.159",
"version": "0.0.160",
"imports": {
"#*": "./src/*"
},
Expand Down
1 change: 1 addition & 0 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@clerk/nextjs": "catalog:",
"@clerk/themes": "catalog:",
"@codemod-com/api-types": "workspace:*",
"@codemod-com/database": "workspace:*",
"@codemod-com/utilities": "workspace:*",
"@codemod.com/codemod-utils": "workspace:*",
"@faker-js/faker": "^8.4.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/run-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codemod-com/run-service",
"version": "0.0.3",
"version": "0.0.4",
"scripts": {
"build": "tsc && node esbuild.config.js",
"start": "node build/index.js",
Expand Down

0 comments on commit 9d52627

Please sign in to comment.