Skip to content

Commit c0b7a27

Browse files
committed
Upgrade next-share v0.19.0
1 parent 8011a44 commit c0b7a27

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

supports/create-next-app/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const Home: NextPage = () => {
5959
url={'https://github.com/bunlong/next-share'}
6060
quote={'Testing - next-share is a social share buttons plugin for Next.js, Create React App, Gatsby.js as well as React apps.'}
6161
hashtag={'#NextShare'}
62-
// blankTarget={true}
62+
blankTarget={true}
6363
>
6464
<div style={{marginRight: 10, width: 32, height: 32}}>
6565
<FacebookIcon size={32} round />

supports/create-react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@testing-library/jest-dom": "^5.16.4",
77
"@testing-library/react": "^13.3.0",
88
"@testing-library/user-event": "^13.5.0",
9-
"next-share": "^0.18.4",
9+
"next-share": "^0.19.0",
1010
"react": "^18.1.0",
1111
"react-dom": "^18.1.0",
1212
"react-scripts": "5.0.1",

supports/create-react-app/src/App.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ function App() {
4949
url={'https://github.com/bunlong/next-share'}
5050
quote={'Testing - next-share is a social share buttons plugin for Next.js, Create React App, Gatsby.js as well as React apps.'}
5151
hashtag={'#NextShare'}
52+
blankTarget={true}
5253
>
5354
<div style={{marginRight: 10, width: 32, height: 32}}>
5455
<FacebookIcon size={32} round />

0 commit comments

Comments
 (0)