Skip to content

Commit 77a60e7

Browse files
authored
fix: add mini-throttle as dep to packages/react (#6604)
1 parent f006572 commit 77a60e7

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.changeset/stale-wasps-smell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/react': patch
3+
---
4+
5+
Add @github/mini-throttle as dependency to project to help with bundle output

package-lock.json

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

packages/react/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@
8282
"npm": ">=7"
8383
},
8484
"dependencies": {
85+
"@github/mini-throttle": "^2.1.1",
8586
"@github/relative-time-element": "^4.4.5",
86-
"@github/tab-container-element": "4.8.2",
87+
"@github/tab-container-element": "^4.8.2",
8788
"@lit-labs/react": "1.2.1",
8889
"@oddbird/popover-polyfill": "^0.5.2",
8990
"@primer/behaviors": "^1.8.0",

0 commit comments

Comments
 (0)