Skip to content

Commit

Permalink
feat: change type package import (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
dasiklasik committed Jan 18, 2024
1 parent 9331181 commit 027769e
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion template/apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@socket.io/redis-adapter": "8.1.0",
"@socket.io/redis-emitter": "5.1.0",
"app-constants": "workspace:*",
"app-types": "workspace:*",
"bcryptjs": "2.4.3",
"dotenv": "16.0.3",
"google-auth-library": "8.7.0",
Expand All @@ -52,7 +53,6 @@
"redis": "4.6.5",
"schemas": "workspace:*",
"socket.io": "4.6.1",
"app-types": "npm:types",
"winston": "3.8.2",
"zod": "3.21.4"
},
Expand Down
2 changes: 1 addition & 1 deletion template/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@tanstack/react-query": "5.13.4",
"@tanstack/react-table": "8.7.9",
"app-constants": "workspace:*",
"app-types": "npm:types",
"app-types": "workspace:*",
"axios": "1.3.4",
"clsx": "2.0.0",
"dayjs": "1.11.7",
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "types",
"name": "app-types",
"version": "1.0.0",
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions template/pnpm-lock.yaml

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

0 comments on commit 027769e

Please sign in to comment.