We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb03156 commit 920f2a4Copy full SHA for 920f2a4
2 files changed
package.json
@@ -85,5 +85,10 @@
85
"extends": [
86
"@commitlint/config-conventional"
87
]
88
+ },
89
+ "pnpm": {
90
+ "overrides": {
91
+ "typescript": "5.6.x"
92
+ }
93
}
94
pnpm-workspace.yaml
@@ -3,7 +3,7 @@ catalog:
3
'@casl/prisma': ^1.4.1
4
'@douglasneuroinformatics/esbuild-plugin-prisma': latest
5
'@douglasneuroinformatics/eslint-config': latest
6
- '@douglasneuroinformatics/libcrypto': latest
+ '@douglasneuroinformatics/libcrypto': ^0.0.3
7
'@douglasneuroinformatics/libjs': latest
8
'@douglasneuroinformatics/libnest': ^0.5.1
9
'@douglasneuroinformatics/libpasswd': latest
@@ -22,7 +22,7 @@ catalog:
22
esbuild: 0.23.x
23
esbuild-wasm: 0.23.x
24
happy-dom: ^15.7.4
25
- nodemon: ^3.1.4
+ nodemon: ^3.1.9
26
prisma: ^5.18.0
27
tsx: 4.8.2
28
vite: ^5.4.12
0 commit comments