|
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | 6 | "@material-ui/core": "^4.11.3", |
7 | | - "next": "^10.0.9", |
| 7 | + "next": "^10.1.2", |
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.10", |
23 | | - "@babel/node": "^7.13.12", |
| 22 | + "@babel/core": "^7.13.14", |
| 23 | + "@babel/node": "^7.13.13", |
24 | 24 | "@babel/plugin-transform-typescript": "^7.13.0", |
25 | 25 | "@babel/preset-env": "^7.13.12", |
26 | 26 | "@babel/preset-typescript": "^7.13.0", |
27 | | - "@testing-library/dom": "^7.30.0", |
28 | | - "@testing-library/jest-dom": "^5.11.9", |
29 | | - "@testing-library/react": "^11.2.5", |
30 | | - "@types/node": "^14.14.35", |
| 27 | + "@testing-library/dom": "^7.30.3", |
| 28 | + "@testing-library/jest-dom": "^5.11.10", |
| 29 | + "@testing-library/react": "^11.2.6", |
| 30 | + "@types/node": "^14.14.37", |
31 | 31 | "@types/react": "^17.0.3", |
32 | 32 | "@types/react-dom": "^17.0.3", |
33 | | - "@typescript-eslint/eslint-plugin": "^4.19.0", |
34 | | - "@typescript-eslint/parser": "^4.19.0", |
| 33 | + "@typescript-eslint/eslint-plugin": "^4.20.0", |
| 34 | + "@typescript-eslint/parser": "^4.20.0", |
35 | 35 | "babel-eslint": "^10.1.0", |
36 | 36 | "babel-jest": "^26.6.3", |
37 | | - "eslint": "^7.22.0", |
| 37 | + "eslint": "^7.23.0", |
38 | 38 | "eslint-config-prettier": "^8.1.0", |
39 | 39 | "eslint-plugin-prettier": "^3.3.1", |
40 | | - "eslint-plugin-react": "^7.23.0", |
| 40 | + "eslint-plugin-react": "^7.23.1", |
41 | 41 | "identity-obj-proxy": "^3.0.0", |
42 | 42 | "jest": "^26.6.3", |
43 | 43 | "prettier": "^2.2.1", |
|
0 commit comments