Skip to content

Commit

Permalink
fix: add bs-logger as a direct dependency (#1192)
Browse files Browse the repository at this point in the history
Closes #1191
  • Loading branch information
ahnpnl authored Nov 22, 2021
1 parent 78f9673 commit c7f6550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"update-e2e": "node scripts/update-e2e.js"
},
"dependencies": {
"bs-logger": "^0.2.6",
"esbuild": "0.13.13",
"jest-environment-jsdom": "^27.0.0",
"pretty-format": "^27.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@ browserslist@^4.16.6:
node-releases "^2.0.1"
picocolors "^1.0.0"

[email protected]:
[email protected], bs-logger@^0.2.6:
version "0.2.6"
resolved "https://registry.yarnpkg.com/bs-logger/-/bs-logger-0.2.6.tgz#eb7d365307a72cf974cc6cda76b68354ad336bd8"
integrity sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==
Expand Down

0 comments on commit c7f6550

Please sign in to comment.