Skip to content

Commit 2f16510

Browse files
committed
Upgrade packages for security alerts
1 parent a029e11 commit 2f16510

File tree

2 files changed

+557
-267
lines changed

2 files changed

+557
-267
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flux-hooks",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Hooks implementation for Facebook Flux Util's Stores",
55
"main": "index.js",
66
"scripts": {
@@ -35,6 +35,8 @@
3535
"eslint-plugin-import": "^2.18.2",
3636
"eslint-plugin-jsx-a11y": "^6.2.3",
3737
"eslint-plugin-react": "^7.14.3",
38-
"eslint-plugin-react-hooks": "^1.7.0"
38+
"eslint-plugin-react-hooks": "^1.7.0",
39+
"flux": "^3.1.2",
40+
"react": "^16.8.0"
3941
}
4042
}

0 commit comments

Comments
 (0)