Skip to content

Commit 79c3ed6

Browse files
committed
removed fsevents as dependency
1 parent e471462 commit 79c3ed6

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

package-lock.json

Lines changed: 0 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeplant/react-toast-notifications",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "A configurable, composable, toast notification system for react.",
55
"main": "dist/index.js",
66
"typings": "./index.d.ts",
@@ -27,7 +27,6 @@
2727
},
2828
"dependencies": {
2929
"@emotion/core": "^10.0.14",
30-
"fsevents": "^2.3.3",
3130
"react-transition-group": "^4.4.1"
3231
},
3332
"devDependencies": {

0 commit comments

Comments
 (0)