Skip to content

Commit 325dec7

Browse files
committed
Add bootstrap as MCC dependency
1 parent bd18e64 commit 325dec7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

gs/frontend/deno.lock

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gs/frontend/mcc/deno.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"preview": "vite preview"
88
},
99
"imports": {
10-
"react-bootstrap": "npm:react-bootstrap@^2.10.4"
10+
"react-bootstrap": "npm:react-bootstrap@^2.10.4",
11+
"bootstrap": "npm:bootstrap@^5.1.3"
1112
},
1213
"exports": {}
1314
}

0 commit comments

Comments
 (0)