|
4 | 4 | "private": true,
|
5 | 5 | "dependencies": {
|
6 | 6 | "@material-ui/core": "^4.11.3",
|
7 |
| - "next": "^10.1.2", |
| 7 | + "next": "^10.1.3", |
8 | 8 | "react": "^17.0.2",
|
9 | 9 | "react-dom": "^17.0.2"
|
10 | 10 | },
|
|
19 | 19 | "quality": "npm run type-check && npm run lint && npm run test"
|
20 | 20 | },
|
21 | 21 | "devDependencies": {
|
22 |
| - "@babel/core": "^7.13.14", |
| 22 | + "@babel/core": "^7.13.16", |
23 | 23 | "@babel/node": "^7.13.13",
|
24 | 24 | "@babel/plugin-transform-typescript": "^7.13.0",
|
25 |
| - "@babel/preset-env": "^7.13.12", |
| 25 | + "@babel/preset-env": "^7.13.15", |
26 | 26 | "@babel/preset-typescript": "^7.13.0",
|
27 |
| - "@testing-library/dom": "^7.30.3", |
28 |
| - "@testing-library/jest-dom": "^5.11.10", |
| 27 | + "@testing-library/dom": "^7.30.4", |
| 28 | + "@testing-library/jest-dom": "^5.12.0", |
29 | 29 | "@testing-library/react": "^11.2.6",
|
30 |
| - "@types/node": "^14.14.37", |
31 |
| - "@types/react": "^17.0.3", |
| 30 | + "@types/node": "^14.14.43", |
| 31 | + "@types/react": "^17.0.4", |
32 | 32 | "@types/react-dom": "^17.0.3",
|
33 |
| - "@typescript-eslint/eslint-plugin": "^4.20.0", |
34 |
| - "@typescript-eslint/parser": "^4.20.0", |
| 33 | + "@typescript-eslint/eslint-plugin": "^4.22.0", |
| 34 | + "@typescript-eslint/parser": "^4.22.0", |
35 | 35 | "babel-eslint": "^10.1.0",
|
36 | 36 | "babel-jest": "^26.6.3",
|
37 |
| - "eslint": "^7.23.0", |
38 |
| - "eslint-config-prettier": "^8.1.0", |
39 |
| - "eslint-plugin-prettier": "^3.3.1", |
40 |
| - "eslint-plugin-react": "^7.23.1", |
| 37 | + "eslint": "^7.25.0", |
| 38 | + "eslint-config-prettier": "^8.3.0", |
| 39 | + "eslint-plugin-prettier": "^3.4.0", |
| 40 | + "eslint-plugin-react": "^7.23.2", |
41 | 41 | "identity-obj-proxy": "^3.0.0",
|
42 | 42 | "jest": "^26.6.3",
|
43 | 43 | "prettier": "^2.2.1",
|
44 | 44 | "ts-node": "^9.1.1",
|
45 |
| - "typescript": "^4.2.3" |
| 45 | + "typescript": "^4.2.4" |
46 | 46 | }
|
47 | 47 | }
|
0 commit comments