Skip to content

Commit 9ff489e

Browse files
committed
fix: move the gumshoe.js dependency to the correct package using it
1 parent d16a9ab commit 9ff489e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/components/bolt-nav-indicator/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@bolt/core": "^1.4.0",
34+
"gumshoejs": "^3.5.0",
3435
"is-visible": "^2.2.0"
3536
}
3637
}

packages/components/bolt-nav-priority/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"access": "public"
3232
},
3333
"dependencies": {
34-
"@bolt/core": "^1.3.0",
35-
"gumshoejs": "^3.5.0"
34+
"@bolt/core": "^1.3.0"
3635
}
3736
}

0 commit comments

Comments
 (0)