Skip to content

Commit 1dd7e50

Browse files
author
Nathaniel Lin
committed
updated deps
1 parent 233e58e commit 1dd7e50

File tree

4 files changed

+883
-919
lines changed

4 files changed

+883
-919
lines changed

dist/index.js

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

dist/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use-hoverintent",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "React hook for hoverIntent",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -15,16 +15,16 @@
1515
"author": "linlilulll@gmail.com",
1616
"license": "MIT",
1717
"devDependencies": {
18-
"@babel/cli": "^7.12.1",
19-
"@babel/core": "^7.12.3",
20-
"@babel/preset-env": "^7.12.1",
21-
"@babel/preset-react": "^7.12.1",
22-
"@babel/preset-typescript": "^7.12.1",
23-
"@types/react": "^16.9.35",
24-
"copyfiles": "^2.4.0",
25-
"react": "^16.13.1",
18+
"@babel/cli": "^7.14.3",
19+
"@babel/core": "^7.14.3",
20+
"@babel/preset-env": "^7.14.2",
21+
"@babel/preset-react": "^7.13.13",
22+
"@babel/preset-typescript": "^7.13.0",
23+
"@types/react": "^17.0.8",
24+
"copyfiles": "^2.4.1",
25+
"react": "^17.0.2",
2626
"rimraf": "^3.0.2",
27-
"typescript": "^4.1.2"
27+
"typescript": "^4.3.2"
2828
},
2929
"repository": "https://github.com/llldar/react-use-hoverintent",
3030
"exclude": [

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use-hoverintent",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "React hook for hoverIntent",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -15,16 +15,16 @@
1515
"author": "linlilulll@gmail.com",
1616
"license": "MIT",
1717
"devDependencies": {
18-
"@babel/cli": "^7.12.1",
19-
"@babel/core": "^7.12.3",
20-
"@babel/preset-env": "^7.12.1",
21-
"@babel/preset-react": "^7.12.1",
22-
"@babel/preset-typescript": "^7.12.1",
23-
"@types/react": "^16.9.35",
24-
"copyfiles": "^2.4.0",
25-
"react": "^16.13.1",
18+
"@babel/cli": "^7.14.3",
19+
"@babel/core": "^7.14.3",
20+
"@babel/preset-env": "^7.14.2",
21+
"@babel/preset-react": "^7.13.13",
22+
"@babel/preset-typescript": "^7.13.0",
23+
"@types/react": "^17.0.8",
24+
"copyfiles": "^2.4.1",
25+
"react": "^17.0.2",
2626
"rimraf": "^3.0.2",
27-
"typescript": "^4.1.2"
27+
"typescript": "^4.3.2"
2828
},
2929
"repository": "https://github.com/llldar/react-use-hoverintent",
3030
"exclude": [

0 commit comments

Comments
 (0)