Skip to content

Commit

Permalink
외부 브라우저 한 번만 열리도록 (#459)
Browse files Browse the repository at this point in the history
* fix: open external browser 버전 업

* chore: linstaged 원복
  • Loading branch information
hyesungoh authored Nov 7, 2023
1 parent f80fcd8 commit 59b9fec
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"mixpanel-browser": "^2.46.0",
"next": "13.5.6",
"next-auth": "^4.22.1",
"open-external-browser": "^1.1.0",
"open-external-browser": "^1.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hotjar": "^6.1.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ __metadata:
next-auth: ^4.22.1
next-router-mock: ^0.9.3
next-sitemap: ^4.1.3
open-external-browser: ^1.1.0
open-external-browser: ^1.1.1
postcss: ^8.4.31
postcss-styled-syntax: ^0.5.0
prettier: ^2.8.7
Expand Down Expand Up @@ -13764,13 +13764,13 @@ __metadata:
languageName: node
linkType: hard

"open-external-browser@npm:^1.1.0":
version: 1.1.0
resolution: "open-external-browser@npm:1.1.0"
"open-external-browser@npm:^1.1.1":
version: 1.1.1
resolution: "open-external-browser@npm:1.1.1"
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
checksum: a7debc62c3d4cb17e99044c9df94ca5c37a6a1d70f1a5bb93d2400629ee8cdee18da4a2729365ea687affafefae03ec60f75e423c4d837f26fff3e0ae7417689
checksum: 88aac95dd17cfde7a7085906d27d2efb7ee8051d5a3261199fcbe74af8d208202e2362538cb3d733f34242889e870e82420c561f95facc5ff25ac628d449246b
languageName: node
linkType: hard

Expand Down

0 comments on commit 59b9fec

Please sign in to comment.