Skip to content

Commit 4e9fb8c

Browse files
committed
Changed to custom hooks and context
1 parent 56ea7b1 commit 4e9fb8c

File tree

4 files changed

+827
-831
lines changed

4 files changed

+827
-831
lines changed

package.json

Lines changed: 44 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,45 @@
11
{
2-
"name": "react-datepicker",
3-
"version": "0.1.0",
4-
"private": true,
5-
"dependencies": {
6-
"@testing-library/jest-dom": "^4.2.4",
7-
"@testing-library/react": "^9.3.2",
8-
"@testing-library/user-event": "^7.1.2",
9-
"@types/jest": "^24.0.0",
10-
"@types/node": "^12.0.0",
11-
"@types/react": "^16.9.0",
12-
"@types/react-dom": "^16.9.0",
13-
"lodash": "^4.17.15",
14-
"react": "^16.12.0",
15-
"react-dom": "^16.12.0",
16-
"react-feather": "^2.0.3",
17-
"react-popper": "^1.3.7",
18-
"react-scripts": "3.3.0",
19-
"tailwindcss": "^1.1.4",
20-
"typescript": "~3.7.2"
21-
},
22-
"scripts": {
23-
"start": "react-scripts start",
24-
"build": "react-scripts build",
25-
"test": "react-scripts test",
26-
"eject": "react-scripts eject"
27-
},
28-
"eslintConfig": {
29-
"extends": "react-app"
30-
},
31-
"browserslist": {
32-
"production": [
33-
">0.2%",
34-
"not dead",
35-
"not op_mini all"
36-
],
37-
"development": [
38-
"last 1 chrome version",
39-
"last 1 firefox version",
40-
"last 1 safari version"
41-
]
42-
},
43-
"devDependencies": {
44-
"@types/lodash": "^4.14.149"
45-
}
46-
}
2+
"name": "react-datepicker",
3+
"version": "0.1.0",
4+
"private": true,
5+
"dependencies": {
6+
"@testing-library/jest-dom": "^4.2.4",
7+
"@testing-library/react": "^9.3.2",
8+
"@testing-library/user-event": "^7.1.2",
9+
"@types/jest": "^24.0.0",
10+
"@types/node": "^12.0.0",
11+
"@types/react": "^16.9.0",
12+
"@types/react-dom": "^16.9.0",
13+
"react": "^16.12.0",
14+
"react-dom": "^16.12.0",
15+
"react-feather": "^2.0.3",
16+
"react-popper": "^1.3.7",
17+
"react-scripts": "^3.4.1",
18+
"tailwindcss": "^1.1.4",
19+
"typescript": "~3.7.2"
20+
},
21+
"scripts": {
22+
"start": "react-scripts start",
23+
"build": "react-scripts build",
24+
"test": "react-scripts test",
25+
"eject": "react-scripts eject"
26+
},
27+
"eslintConfig": {
28+
"extends": "react-app"
29+
},
30+
"browserslist": {
31+
"production": [
32+
">0.2%",
33+
"not dead",
34+
"not op_mini all"
35+
],
36+
"development": [
37+
"last 1 chrome version",
38+
"last 1 firefox version",
39+
"last 1 safari version"
40+
]
41+
},
42+
"devDependencies": {
43+
"@types/lodash": "^4.14.149"
44+
}
45+
}

0 commit comments

Comments
 (0)