|
16 | 16 | "dev": "npm run build:test -- --watch", |
17 | 17 | "eslint": "eslint src && eslint test", |
18 | 18 | "eslint:fix": "eslint src --fix && eslint test --fix", |
19 | | - "prepare": "ts-patch install && typia patch && npm run build:prisma", |
| 19 | + "prepare": "ts-patch install && npm run build:prisma", |
20 | 20 | "prettier": "prettier src --write && prettier test --write", |
21 | 21 | "------------------------WEBPACK------------------------": "", |
22 | 22 | "webpack": "rimraf dist && npm run build:prisma && webpack", |
|
40 | 40 | }, |
41 | 41 | "homepage": "https://github.com/samchon/backend", |
42 | 42 | "devDependencies": { |
43 | | - "@nestia/benchmark": "^10.0.2", |
44 | | - "@nestia/e2e": "^10.0.2", |
45 | | - "@nestia/sdk": "^10.0.2", |
| 43 | + "@nestia/benchmark": "^11.0.0", |
| 44 | + "@nestia/e2e": "^11.0.0", |
| 45 | + "@nestia/sdk": "^11.0.0", |
46 | 46 | "@nestjs/cli": "^11.0.16", |
47 | 47 | "@rollup/plugin-terser": "^0.4.4", |
48 | 48 | "@rollup/plugin-typescript": "^11.1.6", |
|
64 | 64 | "copy-webpack-plugin": "^12.0.2", |
65 | 65 | "eslint-plugin-deprecation": "^3.0.0", |
66 | 66 | "inquirer": "^8.2.5", |
67 | | - "nestia": "^10.0.2", |
| 67 | + "nestia": "^11.0.0", |
68 | 68 | "prettier": "^3.2.5", |
69 | 69 | "prettier-plugin-prisma": "^5.0.0", |
70 | 70 | "prisma-markdown": "^4.0.0", |
|
82 | 82 | "write-file-webpack-plugin": "^4.5.1" |
83 | 83 | }, |
84 | 84 | "dependencies": { |
85 | | - "@nestia/core": "^10.0.2", |
86 | | - "@nestia/fetcher": "^10.0.2", |
| 85 | + "@nestia/core": "^11.0.0", |
| 86 | + "@nestia/fetcher": "^11.0.0", |
87 | 87 | "@nestjs/common": "^11.1.12", |
88 | 88 | "@nestjs/core": "^11.1.12", |
89 | 89 | "@nestjs/platform-express": "^11.1.12", |
|
99 | 99 | "source-map-support": "^0.5.19", |
100 | 100 | "tgrid": "^1.2.1", |
101 | 101 | "tstl": "^3.0.0", |
102 | | - "typia": "^11.0.3", |
| 102 | + "typia": "^12.0.0", |
103 | 103 | "uuid": "^10.0.0" |
104 | 104 | }, |
105 | 105 | "private": true |
|
0 commit comments