Skip to content

Commit

Permalink
Merge branch 'develop' into shadcn-svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Aug 29, 2023
2 parents d7d0cbf + 89d8278 commit dcef79f
Show file tree
Hide file tree
Showing 8 changed files with 304 additions and 303 deletions.
16 changes: 8 additions & 8 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"@mikro-orm/nestjs": "^5.2.1",
"@nestjs-modules/mailer": "^1.9.1",
"@nestjs/axios": "^3.0.0",
"@nestjs/common": "^10.2.1",
"@nestjs/common": "^10.2.2",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "^10.2.1",
"@nestjs/core": "^10.2.2",
"@nestjs/cqrs": "^10.2.5",
"@nestjs/jwt": "^10.1.0",
"@nestjs/mongoose": "^10.0.1",
"@nestjs/passport": "^10.0.1",
"@nestjs/platform-express": "^10.2.1",
"@nestjs/platform-express": "^10.2.2",
"@nestjs/schedule": "^3.0.3",
"@nestjs/serve-static": "^4.0.0",
"@nestjs/terminus": "^10.0.1",
Expand Down Expand Up @@ -58,8 +58,8 @@
"i18next": "^23.0.0",
"i18next-http-middleware": "^3.3.2",
"ioredis": "^5.3.2",
"joi": "^17.9.2",
"mongodb": "^5.8.1",
"joi": "^17.10.0",
"mongodb": "^6.0.0",
"mongoose": "^7.4.5",
"nestjs-cls": "^3.5.0",
"nestjs-pino": "^3.4.0",
Expand All @@ -83,7 +83,7 @@
"devDependencies": {
"@nestjs/cli": "^10.1.16",
"@nestjs/schematics": "^10.0.2",
"@nestjs/testing": "^10.2.1",
"@nestjs/testing": "^10.2.2",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.80",
"@types/bcrypt": "^5.0.0",
Expand All @@ -93,7 +93,7 @@
"@types/express": "^4.17.17",
"@types/jest": "^29.5.4",
"@types/multer": "^1.4.7",
"@types/node": "^20.5.6",
"@types/node": "^20.5.7",
"@types/nodemailer": "^6.4.9",
"@types/passport": "^1.0.12",
"@types/passport-jwt": "^3.0.9",
Expand All @@ -114,7 +114,7 @@
"ts-node": "^10.9.1",
"tsconfig": "^0.0.0",
"tsconfig-paths": "^4.2.0",
"type-fest": "^4.3.0",
"type-fest": "^4.3.1",
"typescript": "^5.2.2"
},
"jest": {
Expand Down
10 changes: 5 additions & 5 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.23.0",
"@tailwindcss/forms": "^0.5.5",
"@tailwindcss/forms": "^0.5.6",
"@tanstack/svelte-query": "^4.33.0",
"@trpc/client": "^10.38.0",
"@trpc/server": "^10.38.0",
Expand All @@ -32,9 +32,9 @@
"@types/nprogress": "^0.2.0",
"@types/papaparse": "^5.3.8",
"@types/safe-flat": "^2.0.0",
"@types/sortablejs": "^1.15.1",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@types/sortablejs": "^1.15.2",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@undb/authz": "workspace:^",
"@undb/core": "^0.0.0",
"@undb/domain": "workspace:^0.0.0",
Expand Down Expand Up @@ -86,7 +86,7 @@
"trpc-svelte-query": "^1.0.3",
"ts-pattern": "^5.0.5",
"tslib": "^2.6.2",
"type-fest": "^4.3.0",
"type-fest": "^4.3.1",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@types/node": "^20.5.6",
"@types/node": "^20.5.7",
"@undb/eslint-config": "^0.0.0",
"chalk": "^5.3.0",
"commitizen": "^4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"t": "^0.5.1",
"tsconfig": "^0.0.0",
"tsup": "^7.2.0",
"type-fest": "^4.3.0",
"type-fest": "^4.3.1",
"typescript": "^5.2.2",
"vitest": "^0.34.3",
"vitest-mock-extended": "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/database/sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"tsconfig": "^0.0.0",
"tslib": "^2.6.2",
"tsup": "^7.2.0",
"type-fest": "^4.3.0",
"type-fest": "^4.3.1",
"typescript": "^5.2.2",
"vitest": "^0.34.3",
"vitest-mock-extended": "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/domain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"rimraf": "^5.0.1",
"tsconfig": "^0.0.0",
"tsup": "^7.2.0",
"type-fest": "^4.3.0",
"type-fest": "^4.3.1",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"eslint-config-turbo": "^1.10.13"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-tsdoc": "^0.2.17",
"typescript": "^5.2.2"
Expand Down
Loading

0 comments on commit dcef79f

Please sign in to comment.