|
19 | 19 | "test": "yarn lint && yarn build" |
20 | 20 | }, |
21 | 21 | "dependencies": { |
22 | | - "@material-ui/core": "4.11.0", |
23 | | - "@material-ui/styles": "4.10.0", |
24 | | - "antd": "4.8.5", |
| 22 | + "@material-ui/core": "4.11.1", |
| 23 | + "@material-ui/styles": "4.11.1", |
| 24 | + "antd": "4.9.1", |
25 | 25 | "chrome-extension-async": "3.4.1", |
26 | 26 | "clean-webpack-plugin": "3.0.0", |
27 | 27 | "js-beautify": "1.13.0", |
|
39 | 39 | "devDependencies": { |
40 | 40 | "@types/chrome": "0.0.126", |
41 | 41 | "@types/jasmine": "3.6.2", |
42 | | - "@types/jest": "26.0.15", |
| 42 | + "@types/jest": "26.0.16", |
43 | 43 | "@types/react": "17.0.0", |
44 | 44 | "@types/react-dom": "17.0.0", |
45 | | - "@typescript-eslint/eslint-plugin": "4.8.2", |
46 | | - "@typescript-eslint/parser": "4.8.2", |
| 45 | + "@typescript-eslint/eslint-plugin": "4.9.0", |
| 46 | + "@typescript-eslint/parser": "4.9.0", |
47 | 47 | "babel-eslint": "10.1.0", |
48 | | - "babel-plugin-import": "1.13.1", |
| 48 | + "babel-plugin-import": "1.13.3", |
49 | 49 | "chrome-webstore-upload-cli": "1.2.0", |
50 | 50 | "codecov": "3.8.1", |
51 | 51 | "copy-webpack-plugin": "6.3.2", |
|
57 | 57 | "eslint": "7.14.0", |
58 | 58 | "eslint-plugin-typescript": "0.14.0", |
59 | 59 | "file-loader": "6.2.0", |
60 | | - "fork-ts-checker-webpack-plugin": "6.0.3", |
| 60 | + "fork-ts-checker-webpack-plugin": "6.0.4", |
61 | 61 | "hard-source-webpack-plugin": "0.13.1", |
62 | 62 | "html-loader": "1.3.2", |
63 | 63 | "html-webpack-plugin": "4.5.0", |
64 | 64 | "husky": "4.3.0", |
65 | 65 | "jest": "26.6.3", |
66 | | - "lint-staged": "10.5.1", |
| 66 | + "lint-staged": "10.5.2", |
67 | 67 | "mini-css-extract-plugin": "1.3.1", |
68 | 68 | "optimize-css-assets-webpack-plugin": "5.0.4", |
69 | | - "prettier": "2.2.0", |
| 69 | + "prettier": "2.2.1", |
70 | 70 | "progress-bar-webpack-plugin": "2.1.0", |
71 | 71 | "react-axe": "3.5.4", |
72 | 72 | "react-test-renderer": "17.0.1", |
|
82 | 82 | "ts-loader": "8.0.11", |
83 | 83 | "typescript": "4.1.2", |
84 | 84 | "web-ext": "5.4.0", |
85 | | - "webpack": "5.6.0", |
86 | | - "webpack-bundle-analyzer": "4.1.0", |
| 85 | + "webpack": "5.9.0", |
| 86 | + "webpack-bundle-analyzer": "4.2.0", |
87 | 87 | "webpack-dev-server": "3.11.0", |
88 | 88 | "write-file-webpack-plugin": "4.5.1" |
89 | 89 | }, |
|
0 commit comments