Skip to content

Commit 533b5f2

Browse files
chore: updated submodules
1 parent 3c4e47f commit 533b5f2

9 files changed

+31
-14
lines changed

.gitmodules

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,72 @@
11
[submodule "adminjs"]
22
path = adminjs
33
url = [email protected]:SoftwareBrothers/adminjs.git
4+
branch = master
45
[submodule "adminjs-hapijs"]
56
path = adminjs-hapijs
67
url = [email protected]:SoftwareBrothers/adminjs-hapijs.git
8+
branch = master
79
[submodule "adminjs-mongoose"]
810
path = adminjs-mongoose
911
url = [email protected]:SoftwareBrothers/adminjs-mongoose.git
12+
branch = master
1013
[submodule "adminjs-sequelizejs"]
1114
path = adminjs-sequelizejs
1215
url = [email protected]:SoftwareBrothers/adminjs-sequelizejs.git
16+
branch = master
1317
[submodule "adminjs-example-app"]
1418
path = adminjs-example-app
1519
url = [email protected]:SoftwareBrothers/adminjs-example-app.git
20+
branch = master
1621
[submodule "adminjs-expressjs"]
1722
path = adminjs-expressjs
1823
url = [email protected]:SoftwareBrothers/adminjs-expressjs.git
24+
branch = master
1925
[submodule "adminjs-typeorm"]
2026
path = adminjs-typeorm
2127
url = [email protected]:SoftwareBrothers/adminjs-typeorm.git
28+
branch = master
2229
[submodule "adminjs-firebase-functions"]
2330
path = adminjs-firebase-functions
2431
url = [email protected]:SoftwareBrothers/adminjs-firebase-functions.git
32+
branch = master
2533
[submodule "adminjs-design-system"]
2634
path = adminjs-design-system
2735
url = [email protected]:SoftwareBrothers/adminjs-design-system.git
36+
branch = master
2837
[submodule "adminjs-upload"]
2938
path = adminjs-upload
3039
url = [email protected]:SoftwareBrothers/adminjs-upload.git
40+
branch = master
3141
[submodule "adminjs-passwords"]
3242
path = adminjs-passwords
3343
url = [email protected]:SoftwareBrothers/adminjs-passwords.git
44+
branch = master
3445
[submodule "adminjs-nestjs"]
3546
path = adminjs-nestjs
3647
url = [email protected]:SoftwareBrothers/adminjs-nestjs.git
48+
branch = master
3749
[submodule "better-docs"]
3850
path = better-docs
3951
url = [email protected]:SoftwareBrothers/better-docs.git
52+
branch = master
4053
[submodule "adminjs-prisma"]
4154
path = adminjs-prisma
4255
url = [email protected]:SoftwareBrothers/adminjs-prisma.git
4356
branch = main
57+
[submodule "adminjs-logger"]
58+
path = adminjs-logger
59+
url = [email protected]:SoftwareBrothers/adminjs-logger.git
60+
branch = master
61+
[submodule "adminjs-import-export"]
62+
path = adminjs-import-export
63+
url = [email protected]:SoftwareBrothers/adminjs-import-export.git
64+
branch = main
4465
[submodule "adminjs-mikroorm"]
4566
path = adminjs-mikroorm
4667
url = [email protected]:SoftwareBrothers/adminjs-mikroorm.git
68+
branch = master
4769
[submodule "adminjs-fastify"]
4870
path = adminjs-fastify
4971
url = [email protected]:SoftwareBrothers/adminjs-fastify.git
50-
[submodule "adminjs-import-export"]
51-
path = adminjs-import-export
52-
url = [email protected]:SoftwareBrothers/adminjs-import-export.git
53-
[submodule "adminjs-logger"]
54-
path = adminjs-logger
55-
url = [email protected]:SoftwareBrothers/adminjs-logger.git
72+
branch = main

adminjs-mikroorm

0 commit comments

Comments
 (0)