Skip to content

Commit

Permalink
Upgrade dependencies ( #47 )
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunlong authored Jul 3, 2023
2 parents e7b23a1 + 2040b8c commit 4936431
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.21.0 (2023-07-04)

### ✨ Features

* Upgrade dependencies

## 0.19.0 (2022-10-17)

### ✨ Features
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -894,9 +894,9 @@ import { VKShareCount } from 'next-share'

## 📜 Changelog

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

* Add blankTarget props to open up a new tab
* Upgrade dependencies

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

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-share",
"version": "0.20.0",
"version": "0.21.0",
"description": "Social media share buttons for your next React apps.",
"author": "Bunlong <[email protected]>",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"social-media-share-buttons",
"react-share"
],
"homepage": "https://next-share.github.io",
"homepage": "https://next-share.js.org",
"main": "dist/next-share.js",
"module": "dist/next-share.es.js",
"jsnext:main": "dist/next-share.es.js",
Expand Down Expand Up @@ -67,7 +67,7 @@
"react-test-renderer": "^17.0.2",
"rollup": "^2.56.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-typescript2": "^0.35.0",
"ts-jest": "^27.0.5",
"tslib": "^2.3.1",
"typescript": "^4.4.2"
Expand Down
1 change: 0 additions & 1 deletion supports/create-next-app/next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
Expand Down

0 comments on commit 4936431

Please sign in to comment.