|
2 | 2 | "name": "@douglasneuroinformatics/libnest", |
3 | 3 | "type": "module", |
4 | 4 | "version": "8.2.0", |
5 | | - "packageManager": "pnpm@10.6.3", |
| 5 | + "packageManager": "pnpm@10.28.1", |
6 | 6 | "description": "Generic NestJS decorators, pipes, modules, and utilities used across DNP projects", |
7 | 7 | "author": "Joshua Unrau", |
8 | 8 | "license": "Apache-2.0", |
|
73 | 73 | "zod": "^3.25.x" |
74 | 74 | }, |
75 | 75 | "dependencies": { |
76 | | - "@douglasneuroinformatics/libjs": "^3.0.1", |
77 | | - "@nestjs/swagger": "^11.0.6", |
78 | | - "@nestjs/throttler": "^6.4.0", |
79 | | - "@prisma/engines": "^6.9.0", |
80 | | - "@prisma/get-platform": "^6.9.0", |
81 | | - "@swc-node/register": "^1.10.10", |
82 | | - "@swc/core": "^1.11.10", |
83 | | - "@swc/helpers": "^0.5.17", |
84 | | - "@types/nodemailer": "^6.4.17", |
85 | | - "@types/supertest": "^6.0.2", |
86 | | - "chalk": "^5.4.1", |
87 | | - "commander": "^13.1.0", |
88 | | - "es-module-lexer": "^1.6.0", |
89 | | - "esbuild": "^0.25.1", |
90 | | - "nodemailer": "^6.10.0", |
91 | | - "serialize-error": "^12.0.0", |
92 | | - "supertest": "^7.0.0", |
93 | | - "ts-morph": "^25.0.1", |
94 | | - "type-fest": "^4.37.0", |
95 | | - "unplugin-swc": "^1.5.1" |
| 76 | + "@douglasneuroinformatics/libjs": "^3.1.0", |
| 77 | + "@nestjs/swagger": "^11.2.5", |
| 78 | + "@nestjs/throttler": "^6.5.0", |
| 79 | + "@prisma/engines": "^6.19.2", |
| 80 | + "@prisma/get-platform": "^6.19.2", |
| 81 | + "@swc-node/register": "^1.11.1", |
| 82 | + "@swc/core": "^1.15.8", |
| 83 | + "@swc/helpers": "^0.5.18", |
| 84 | + "@types/nodemailer": "^7.0.5", |
| 85 | + "@types/supertest": "^6.0.3", |
| 86 | + "chalk": "^5.6.2", |
| 87 | + "commander": "^14.0.2", |
| 88 | + "es-module-lexer": "^2.0.0", |
| 89 | + "esbuild": "^0.27.2", |
| 90 | + "nodemailer": "^7.0.12", |
| 91 | + "serialize-error": "^13.0.1", |
| 92 | + "supertest": "^7.2.2", |
| 93 | + "ts-morph": "^27.0.2", |
| 94 | + "type-fest": "^5.4.1", |
| 95 | + "unplugin-swc": "^1.5.9" |
96 | 96 | }, |
97 | 97 | "devDependencies": { |
98 | | - "@douglasneuroinformatics/eslint-config": "^5.3.2", |
99 | | - "@douglasneuroinformatics/prettier-config": "^0.0.2", |
| 98 | + "@douglasneuroinformatics/eslint-config": "^5.3.7", |
| 99 | + "@douglasneuroinformatics/prettier-config": "^0.3.0", |
100 | 100 | "@douglasneuroinformatics/semantic-release": "^0.2.1", |
101 | | - "@douglasneuroinformatics/tsconfig": "^1.0.3", |
102 | | - "@types/node": "^22.13.10", |
103 | | - "@vitest/coverage-v8": "^3.0.9", |
104 | | - "concurrently": "^9.1.2", |
105 | | - "eslint": "9.22.0", |
| 101 | + "@douglasneuroinformatics/tsconfig": "^1.0.5", |
| 102 | + "@types/node": "22.x", |
| 103 | + "@vitest/coverage-v8": "^4.0.17", |
| 104 | + "concurrently": "^9.2.1", |
| 105 | + "eslint": "9.39.2", |
106 | 106 | "http-server": "^14.1.1", |
107 | 107 | "husky": "^9.1.7", |
108 | | - "knip": "^5.46.0", |
109 | | - "mongodb-memory-server": "^10.1.4", |
110 | | - "prettier": "^3.5.3", |
111 | | - "prisma": "^6.9.0", |
112 | | - "typedoc": "^0.27.0", |
113 | | - "typedoc-material-theme": "^1.3.0", |
114 | | - "typedoc-plugin-zod": "^1.4.0", |
115 | | - "typescript": "5.6.x", |
116 | | - "vitest": "^3.0.9" |
| 108 | + "knip": "^5.82.1", |
| 109 | + "mongodb-memory-server": "^11.0.1", |
| 110 | + "prettier": "^3.8.0", |
| 111 | + "prisma": "^6.19.2", |
| 112 | + "typedoc": "^0.28.16", |
| 113 | + "typedoc-material-theme": "^1.4.1", |
| 114 | + "typedoc-plugin-zod": "^1.4.3", |
| 115 | + "typescript": "5.9.x", |
| 116 | + "vitest": "^4.0.17" |
117 | 117 | }, |
118 | 118 | "commitlint": { |
119 | 119 | "extends": [ |
|
0 commit comments