Skip to content

Commit ee3e785

Browse files
authored
Merge pull request #497 from VividLemon/main
fix: allow workflow bot to use peerDep
2 parents 6548fa5 + 7b64e26 commit ee3e785

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"bootstrap": "5.x.x"
1212
},
1313
"devDependencies": {
14+
"bootstrap": "5.x.x",
1415
"@vuepress/plugin-search": "^2.0.0-beta.48",
1516
"@vuepress/plugin-register-components": "^2.0.0-beta.48",
1617
"bootstrap-vue-3": "file:../",

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"bootstrap": "5.x.x"
4949
},
5050
"devDependencies": {
51+
"bootstrap": "5.x.x",
5152
"@types/bootstrap": "5.x.x",
5253
"@typescript-eslint/eslint-plugin": "5.x.x",
5354
"@typescript-eslint/parser": "5.x.x",

0 commit comments

Comments
 (0)