Skip to content

Commit 0b61c55

Browse files
committed
update
1 parent 3c8222e commit 0b61c55

File tree

3 files changed

+1220
-587
lines changed

3 files changed

+1220
-587
lines changed

package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,34 @@
44
"private": true,
55
"dependencies": {
66
"bootstrap": "5.0.0-alpha1",
7-
"immer": "^7.0.14",
8-
"react": "^17.0.1",
9-
"react-dom": "^17.0.1",
10-
"react-redux": "^7.2.2",
7+
"immer": "^9.0.1",
8+
"react": "^17.0.2",
9+
"react-dom": "^17.0.2",
10+
"react-redux": "^7.2.3",
1111
"react-router-dom": "^5.2.0",
12-
"react-scripts": "4.0.0",
12+
"react-scripts": "4.0.3",
1313
"redux": "^4.0.5",
1414
"redux-thunk": "^2.3.0",
15-
"styled-components": "^5.2.1",
16-
"typescript": "~4.0.5"
15+
"styled-components": "^5.2.3",
16+
"typescript": "~4.2.3"
1717
},
1818
"devDependencies": {
19-
"@testing-library/jest-dom": "^5.11.5",
20-
"@testing-library/react": "^11.1.1",
21-
"@testing-library/user-event": "^12.2.0",
22-
"@types/jest": "^26.0.15",
23-
"@types/node": "^14.14.7",
24-
"@types/react": "^16.9.56",
25-
"@types/react-dom": "^16.9.9",
26-
"@types/react-redux": "^7.1.11",
27-
"@types/react-router-dom": "^5.1.6",
19+
"@testing-library/jest-dom": "^5.11.10",
20+
"@testing-library/react": "^11.2.6",
21+
"@testing-library/user-event": "^13.1.1",
22+
"@types/jest": "^26.0.22",
23+
"@types/node": "^14.14.37",
24+
"@types/react": "^17.0.3",
25+
"@types/react-dom": "^17.0.3",
26+
"@types/react-redux": "^7.1.16",
27+
"@types/react-router-dom": "^5.1.7",
2828
"@types/redux": "^3.6.31",
2929
"@types/redux-thunk": "^2.1.32",
30-
"@types/styled-components": "^5.1.4",
31-
"eslint-config-prettier": "^6.15.0",
32-
"eslint-plugin-prettier": "^3.1.4",
33-
"node-sass": "^4.14.1",
34-
"prettier": "^2.1.2"
30+
"@types/styled-components": "^5.1.9",
31+
"eslint-config-prettier": "^8.1.0",
32+
"eslint-plugin-prettier": "^3.3.1",
33+
"node-sass": "^5.0.0",
34+
"prettier": "^2.2.1"
3535
},
3636
"scripts": {
3737
"start": "react-scripts start",

tsconfig.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"compilerOptions": {
33
"target": "es5",
4-
"lib": ["dom", "dom.iterable", "esnext"],
4+
"lib": [
5+
"dom",
6+
"dom.iterable",
7+
"esnext"
8+
],
59
"allowJs": true,
610
"skipLibCheck": true,
711
"esModuleInterop": true,
@@ -14,9 +18,11 @@
1418
"resolveJsonModule": true,
1519
"isolatedModules": true,
1620
"noEmit": true,
17-
"jsx": "react",
21+
"jsx": "react-jsx",
1822
"noImplicitAny": false,
1923
"baseUrl": "."
2024
},
21-
"include": ["src"]
25+
"include": [
26+
"src"
27+
]
2228
}

0 commit comments

Comments
 (0)