Skip to content

Commit

Permalink
#hotfix added boostrap into package.json for nextjs-sxa (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
sc-ruslanmatkovskyi authored Apr 13, 2022
1 parent 6f41732 commit 17423c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
1 change: 0 additions & 1 deletion packages/create-sitecore-jss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"dist"
],
"dependencies": {
"bootstrap": "^5.1.3",
"chalk": "^4.1.2",
"cross-spawn": "^7.0.0",
"diff": "^5.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": {
"bootstrap": "^5.1.3",
}
}
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7922,15 +7922,6 @@ __metadata:
languageName: node
linkType: hard

"bootstrap@npm:^5.1.3":
version: 5.1.3
resolution: "bootstrap@npm:5.1.3"
peerDependencies:
"@popperjs/core": ^2.10.2
checksum: 301b5ed872efba061104cf22ac93568e3837867fb5527ab9326a51510fb752bd4883e1d488225c8be72f86d9d3a55ef5b166aa7fa62c2fdd077c3f05b65752f8
languageName: node
linkType: hard

"boxen@npm:^1.2.1":
version: 1.3.0
resolution: "boxen@npm:1.3.0"
Expand Down Expand Up @@ -9649,7 +9640,6 @@ __metadata:
"@types/node": ^16.11.7
"@types/sinon": ^10.0.6
"@types/sinon-chai": ^3.2.8
bootstrap: ^5.1.3
chai: ^4.3.4
chalk: ^4.1.2
chokidar: ^3.5.2
Expand Down

0 comments on commit 17423c6

Please sign in to comment.