Showing
2 changed files
with
13 additions
and
13 deletions
This diff is collapsed. Click to expand it.
... | @@ -5,36 +5,36 @@ | ... | @@ -5,36 +5,36 @@ |
5 | "private": true, | 5 | "private": true, |
6 | "dependencies": { | 6 | "dependencies": { |
7 | "classnames": "^2.2.6", | 7 | "classnames": "^2.2.6", |
8 | - "ky": "^0.19.1", | 8 | + "ky": "^0.20.0", |
9 | "react": "^16.13.1", | 9 | "react": "^16.13.1", |
10 | "react-dom": "^16.13.1", | 10 | "react-dom": "^16.13.1", |
11 | - "react-router-dom": "^5.1.2" | 11 | + "react-router-dom": "^5.2.0" |
12 | }, | 12 | }, |
13 | "devDependencies": { | 13 | "devDependencies": { |
14 | "@hot-loader/react-dom": "^16.13.0", | 14 | "@hot-loader/react-dom": "^16.13.0", |
15 | - "@testing-library/jest-dom": "^5.7.0", | 15 | + "@testing-library/jest-dom": "^5.9.0", |
16 | - "@testing-library/react": "^10.0.4", | 16 | + "@testing-library/react": "^10.2.0", |
17 | - "@testing-library/user-event": "^10.1.2", | 17 | + "@testing-library/user-event": "^11.2.0", |
18 | "@types/classnames": "^2.2.10", | 18 | "@types/classnames": "^2.2.10", |
19 | - "@types/jest": "^25.2.1", | 19 | + "@types/jest": "^25.2.3", |
20 | "@types/node": "12", | 20 | "@types/node": "12", |
21 | "@types/react": "^16.9.35", | 21 | "@types/react": "^16.9.35", |
22 | "@types/react-dom": "^16.9.8", | 22 | "@types/react-dom": "^16.9.8", |
23 | "@types/react-router-dom": "^5.1.5", | 23 | "@types/react-router-dom": "^5.1.5", |
24 | - "@typescript-eslint/eslint-plugin": "^2.31.0", | 24 | + "@typescript-eslint/eslint-plugin": "^2.34.0", |
25 | - "@typescript-eslint/parser": "^2.31.0", | 25 | + "@typescript-eslint/parser": "^2.34.0", |
26 | - "customize-cra": "0.9.1", | 26 | + "customize-cra": "1.0.0", |
27 | "eslint-config-prettier": "^6.11.0", | 27 | "eslint-config-prettier": "^6.11.0", |
28 | - "eslint-plugin-jest": "^23.10.0", | 28 | + "eslint-plugin-jest": "^23.13.2", |
29 | "husky": "^4.2.5", | 29 | "husky": "^4.2.5", |
30 | - "lint-staged": "^10.2.2", | 30 | + "lint-staged": "^10.2.9", |
31 | "node-sass": "^4.14.1", | 31 | "node-sass": "^4.14.1", |
32 | "prettier": "^2.0.5", | 32 | "prettier": "^2.0.5", |
33 | "react-app-rewired": "^2.1.6", | 33 | "react-app-rewired": "^2.1.6", |
34 | "react-hot-loader": "^4.12.21", | 34 | "react-hot-loader": "^4.12.21", |
35 | "react-scripts": "3.4.1", | 35 | "react-scripts": "3.4.1", |
36 | - "typescript": "^3.8.3", | 36 | + "typescript": "^3.9.5", |
37 | - "webpack-bundle-analyzer": "^3.7.0" | 37 | + "webpack-bundle-analyzer": "^3.8.0" |
38 | }, | 38 | }, |
39 | "scripts": { | 39 | "scripts": { |
40 | "start": "react-app-rewired start", | 40 | "start": "react-app-rewired start", | ... | ... |
-
Please register or login to post a comment