-
Notifications
You must be signed in to change notification settings - Fork 13
/
pnpm-workspace.yaml
33 lines (33 loc) · 1018 Bytes
/
pnpm-workspace.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
catalog:
'@casl/ability': ^6.7.1
'@casl/prisma': ^1.4.1
'@douglasneuroinformatics/esbuild-plugin-prisma': latest
'@douglasneuroinformatics/eslint-config': latest
'@douglasneuroinformatics/libcrypto': latest
'@douglasneuroinformatics/libjs': latest
'@douglasneuroinformatics/libnest': latest
'@douglasneuroinformatics/libpasswd': latest
'@douglasneuroinformatics/libstats': latest
'@douglasneuroinformatics/libui': latest
'@douglasneuroinformatics/libui-form-types': latest
'@douglasneuroinformatics/prettier-config': latest
'@douglasneuroinformatics/tsconfig': latest
'@microsoft/api-extractor': ^7.47.6
'@prisma/client': ^5.18.0
'@testing-library/dom': ^10.4.0
'@testing-library/jest-dom': ^6.5.0
'@testing-library/react': ^16.0.1
'@testing-library/user-event': ^14.5.2
axios: '^1.7.7'
esbuild: 0.23.x
esbuild-wasm: 0.23.x
happy-dom: ^15.7.4
nodemon: ^3.1.4
prisma: ^5.18.0
tsx: 4.8.2
packages:
- apps/*
- packages/*
- runtime/*
- testing/*
- vendor/**/*