Skip to content

Commit c45064c

Browse files
committed
Removendo react-date-picker
1 parent 88d213d commit c45064c

File tree

3 files changed

+11565
-11651
lines changed

3 files changed

+11565
-11651
lines changed

package.json

+78-79
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,78 @@
1-
{
2-
"name": "web",
3-
"version": "0.1.0",
4-
"private": true,
5-
"dependencies": {
6-
"@react-google-maps/api": "^1.8.2",
7-
"axios": "^0.19.0",
8-
"date-fns": "^2.0.0-beta.5",
9-
"dotenv": "^8.1.0",
10-
"history": "^4.10.1",
11-
"nanoid": "^2.1.11",
12-
"prop-types": "^15.7.2",
13-
"react": "^16.9.0",
14-
"react-date-picker": "^7.10.0",
15-
"react-dom": "^16.9.0",
16-
"react-draggable": "^4.1.0",
17-
"react-hook-form": "^4.10.2",
18-
"react-icons": "^3.7.0",
19-
"react-perfect-scrollbar": "^1.5.3",
20-
"react-router-dom": "^5.1.2",
21-
"react-scripts": "^3.4.0",
22-
"react-select": "^3.0.8",
23-
"react-spinners-kit": "^1.9.0",
24-
"react-toastify": "^5.4.0",
25-
"styled-components": "^5.0.1",
26-
"yup": "^0.28.1"
27-
},
28-
"scripts": {
29-
"start": "react-scripts start",
30-
"build": "react-scripts build"
31-
},
32-
"jest": {
33-
"collectCoverageFrom": [
34-
"src/**/*.{js,jsx}"
35-
]
36-
},
37-
"eslintConfig": {
38-
"extends": "react-app"
39-
},
40-
"browserslist": {
41-
"production": [
42-
">0.2%",
43-
"not dead",
44-
"not op_mini all"
45-
],
46-
"development": [
47-
"last 1 chrome version",
48-
"last 1 firefox version",
49-
"last 1 safari version"
50-
]
51-
},
52-
"devDependencies": {
53-
"@types/history": "^4.7.5",
54-
"@types/jest": "^25.2.1",
55-
"@types/jwt-decode": "^2.2.1",
56-
"@types/nanoid": "^2.1.0",
57-
"@types/node": "^13.11.0",
58-
"@types/react": "^16.9.32",
59-
"@types/react-dom": "^16.9.6",
60-
"@types/react-router-dom": "^5.1.3",
61-
"@types/react-select": "^3.0.11",
62-
"@types/styled-components": "^5.0.1",
63-
"@types/yup": "^0.26.34",
64-
"@typescript-eslint/eslint-plugin": "^2.27.0",
65-
"@typescript-eslint/parser": "^2.27.0",
66-
"axios-mock-adapter": "^1.17.0",
67-
"eslint": "^6.8.0",
68-
"eslint-config-airbnb": "^18.0.1",
69-
"eslint-config-prettier": "^6.10.1",
70-
"eslint-plugin-immutable": "^1.0.0",
71-
"eslint-plugin-import": "^2.20.2",
72-
"eslint-plugin-jsx-a11y": "^6.2.3",
73-
"eslint-plugin-prettier": "^3.1.2",
74-
"eslint-plugin-react": "^7.19.0",
75-
"eslint-plugin-react-hooks": "^3.0.0",
76-
"prettier": "^2.0.4",
77-
"typescript": "^3.8.3"
78-
}
79-
}
1+
{
2+
"name": "web",
3+
"version": "0.1.0",
4+
"private": true,
5+
"dependencies": {
6+
"@react-google-maps/api": "^1.8.2",
7+
"axios": "^0.19.0",
8+
"date-fns": "^2.0.0-beta.5",
9+
"dotenv": "^8.1.0",
10+
"history": "^4.10.1",
11+
"nanoid": "^2.1.11",
12+
"prop-types": "^15.7.2",
13+
"react": "^16.9.0",
14+
"react-dom": "^16.9.0",
15+
"react-draggable": "^4.1.0",
16+
"react-hook-form": "^4.10.2",
17+
"react-icons": "^3.7.0",
18+
"react-perfect-scrollbar": "^1.5.3",
19+
"react-router-dom": "^5.1.2",
20+
"react-scripts": "^3.4.0",
21+
"react-select": "^3.0.8",
22+
"react-spinners-kit": "^1.9.0",
23+
"react-toastify": "^5.4.0",
24+
"styled-components": "^5.0.1",
25+
"yup": "^0.28.1"
26+
},
27+
"scripts": {
28+
"start": "react-scripts start",
29+
"build": "react-scripts build"
30+
},
31+
"jest": {
32+
"collectCoverageFrom": [
33+
"src/**/*.{js,jsx}"
34+
]
35+
},
36+
"eslintConfig": {
37+
"extends": "react-app"
38+
},
39+
"browserslist": {
40+
"production": [
41+
">0.2%",
42+
"not dead",
43+
"not op_mini all"
44+
],
45+
"development": [
46+
"last 1 chrome version",
47+
"last 1 firefox version",
48+
"last 1 safari version"
49+
]
50+
},
51+
"devDependencies": {
52+
"@types/history": "^4.7.5",
53+
"@types/jest": "^25.2.1",
54+
"@types/jwt-decode": "^2.2.1",
55+
"@types/nanoid": "^2.1.0",
56+
"@types/node": "^13.11.0",
57+
"@types/react": "^16.9.32",
58+
"@types/react-dom": "^16.9.6",
59+
"@types/react-router-dom": "^5.1.3",
60+
"@types/react-select": "^3.0.11",
61+
"@types/styled-components": "^5.0.1",
62+
"@types/yup": "^0.26.34",
63+
"@typescript-eslint/eslint-plugin": "^2.27.0",
64+
"@typescript-eslint/parser": "^2.27.0",
65+
"axios-mock-adapter": "^1.17.0",
66+
"eslint": "^6.8.0",
67+
"eslint-config-airbnb": "^18.0.1",
68+
"eslint-config-prettier": "^6.10.1",
69+
"eslint-plugin-immutable": "^1.0.0",
70+
"eslint-plugin-import": "^2.20.2",
71+
"eslint-plugin-jsx-a11y": "^6.2.3",
72+
"eslint-plugin-prettier": "^3.1.2",
73+
"eslint-plugin-react": "^7.19.0",
74+
"eslint-plugin-react-hooks": "^3.0.0",
75+
"prettier": "^2.0.4",
76+
"typescript": "^3.8.3"
77+
}
78+
}

src/components/Form/DatePicker/index.tsx

-16
This file was deleted.

0 commit comments

Comments
 (0)