Skip to content

Commit 4936431

Browse files
authored
Upgrade dependencies ( #47 )
2 parents e7b23a1 + 2040b8c commit 4936431

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.21.0 (2023-07-04)
2+
3+
### ✨ Features
4+
5+
* Upgrade dependencies
6+
17
## 0.19.0 (2022-10-17)
28

39
### ✨ Features

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -894,9 +894,9 @@ import { VKShareCount } from 'next-share'
894894

895895
## 📜 Changelog
896896

897-
Latest version 0.19.0 (2022-10-17):
897+
Latest version 0.21.0 (2023-07-04):
898898

899-
* Add blankTarget props to open up a new tab
899+
* Upgrade dependencies
900900

901901
Details changes for each release are documented in the [CHANGELOG.md](https://github.com/Bunlong/next-share/blob/master/CHANGELOG.md).
902902

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-share",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"description": "Social media share buttons for your next React apps.",
55
"author": "Bunlong <bunlong.van@gmail.com>",
66
"license": "MIT",
@@ -20,7 +20,7 @@
2020
"social-media-share-buttons",
2121
"react-share"
2222
],
23-
"homepage": "https://next-share.github.io",
23+
"homepage": "https://next-share.js.org",
2424
"main": "dist/next-share.js",
2525
"module": "dist/next-share.es.js",
2626
"jsnext:main": "dist/next-share.es.js",
@@ -67,7 +67,7 @@
6767
"react-test-renderer": "^17.0.2",
6868
"rollup": "^2.56.3",
6969
"rollup-plugin-terser": "^7.0.2",
70-
"rollup-plugin-typescript2": "^0.30.0",
70+
"rollup-plugin-typescript2": "^0.35.0",
7171
"ts-jest": "^27.0.5",
7272
"tslib": "^2.3.1",
7373
"typescript": "^4.4.2"

supports/create-next-app/next-env.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/// <reference types="next" />
2-
/// <reference types="next/types/global" />
32
/// <reference types="next/image-types/global" />
43

54
// NOTE: This file should not be edited

0 commit comments

Comments
 (0)