Skip to content

Commit 920f2a4

Browse files
committed
chore: lock typescript to v5.6
1 parent bb03156 commit 920f2a4

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,10 @@
8585
"extends": [
8686
"@commitlint/config-conventional"
8787
]
88+
},
89+
"pnpm": {
90+
"overrides": {
91+
"typescript": "5.6.x"
92+
}
8893
}
8994
}

pnpm-workspace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ catalog:
33
'@casl/prisma': ^1.4.1
44
'@douglasneuroinformatics/esbuild-plugin-prisma': latest
55
'@douglasneuroinformatics/eslint-config': latest
6-
'@douglasneuroinformatics/libcrypto': latest
6+
'@douglasneuroinformatics/libcrypto': ^0.0.3
77
'@douglasneuroinformatics/libjs': latest
88
'@douglasneuroinformatics/libnest': ^0.5.1
99
'@douglasneuroinformatics/libpasswd': latest
@@ -22,7 +22,7 @@ catalog:
2222
esbuild: 0.23.x
2323
esbuild-wasm: 0.23.x
2424
happy-dom: ^15.7.4
25-
nodemon: ^3.1.4
25+
nodemon: ^3.1.9
2626
prisma: ^5.18.0
2727
tsx: 4.8.2
2828
vite: ^5.4.12

0 commit comments

Comments
 (0)