Skip to content

Commit

Permalink
chore(site): lock bootstrap version
Browse files Browse the repository at this point in the history
  • Loading branch information
DGCK81LNN committed May 12, 2024
1 parent 7a50bd5 commit b747a04
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 77 deletions.
248 changes: 174 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "xdi8-transcriber-root",
"private": true,
"workspaces": [
"package",
Expand Down
7 changes: 4 additions & 3 deletions site/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "xdi8-transcriber-site",
"private": true,
"scripts": {
"build": "nuxi generate",
"dev": "nuxi dev",
"postinstall": "nuxi prepare"
},
"devDependencies": {
"@bootstrap-vue-next/nuxt": "^0.16.6",
"bootstrap": "^5.3.3",
"bootstrap-vue-next": "^0.16.6",
"@bootstrap-vue-next/nuxt": "=0.17.6",
"bootstrap": "=5.3.3",
"bootstrap-vue-next": "=0.17.6",
"nuxt": "^3.11.1"
}
}

0 comments on commit b747a04

Please sign in to comment.