|
29 | 29 | "test": "node ./test/index.js"
|
30 | 30 | },
|
31 | 31 | "dependencies": {
|
32 |
| - "@typescript-eslint/eslint-plugin": "^3.9.0", |
33 |
| - "@typescript-eslint/parser": "^3.9.0", |
| 32 | + "@typescript-eslint/eslint-plugin": "^4.1.1", |
| 33 | + "@typescript-eslint/parser": "^4.1.1", |
34 | 34 | "autoprefixer": "^9.8.6",
|
35 | 35 | "chalk": "^4.1.0",
|
36 | 36 | "clean-webpack-plugin": "^3.0.0",
|
37 |
| - "css-loader": "^4.2.1", |
| 37 | + "css-loader": "^4.3.0", |
38 | 38 | "cssnano": "^4.1.10",
|
39 |
| - "eslint": "^7.6.0", |
| 39 | + "eslint": "^7.9.0", |
40 | 40 | "eslint-config-prettier": "^6.11.0",
|
41 | 41 | "eslint-plugin-react": "^7.20.6",
|
42 |
| - "eslint-plugin-react-hooks": "^4.0.8", |
43 |
| - "fork-ts-checker-webpack-plugin": "^5.0.14", |
| 42 | + "eslint-plugin-react-hooks": "^4.1.2", |
| 43 | + "fork-ts-checker-webpack-plugin": "^5.2.0", |
44 | 44 | "fs-extra": "^9.0.1",
|
45 |
| - "html-webpack-plugin": "^4.3.0", |
46 |
| - "open": "^7.1.0", |
| 45 | + "html-webpack-plugin": "^4.4.1", |
| 46 | + "open": "^7.2.1", |
47 | 47 | "postcss-loader": "^3.0.0",
|
48 | 48 | "style-loader": "^1.2.1",
|
49 |
| - "terser-webpack-plugin": "^4.1.0", |
50 |
| - "ts-loader": "^8.0.2", |
| 49 | + "terser-webpack-plugin": "^4.2.1", |
| 50 | + "ts-loader": "^8.0.3", |
51 | 51 | "url-loader": "^4.1.0",
|
52 | 52 | "webpack": "^4.44.1",
|
53 | 53 | "webpack-dev-server": "^3.11.0"
|
|
58 | 58 | "conventional-changelog-conventionalcommits": "^4.4.0",
|
59 | 59 | "cross-env": "^7.0.2",
|
60 | 60 | "execa": "^4.0.3",
|
61 |
| - "husky": "^4.2.5", |
| 61 | + "husky": "^4.3.0", |
62 | 62 | "p-retry": "^4.2.0",
|
63 |
| - "playwright-chromium": "^1.3.0", |
64 |
| - "prettier": "^2.0.5", |
65 |
| - "pretty-quick": "^2.0.1", |
| 63 | + "playwright-chromium": "1.3.0", |
| 64 | + "prettier": "^2.1.2", |
| 65 | + "pretty-quick": "^3.0.2", |
66 | 66 | "react": "^16.13.1",
|
67 | 67 | "react-dom": "^16.13.1",
|
68 |
| - "semantic-release": "^17.1.1", |
69 |
| - "typescript": "^3.9.7" |
| 68 | + "semantic-release": "^17.1.2", |
| 69 | + "typescript": "^4.0.2" |
70 | 70 | },
|
71 | 71 | "cldr-data-urls-filter": "(cldr-core|cldr-numbers-modern)",
|
72 | 72 | "husky": {
|
|
0 commit comments