|
1 | 1 | { |
2 | 2 | "private": true, |
3 | 3 | "name": "ctf", |
4 | | - "version": "0.0.16", |
| 4 | + "version": "0.1.0", |
5 | 5 | "scripts": { |
6 | 6 | "test": "jest --watch", |
7 | 7 | "start": "npm-run-all --print-label --parallel firefox chromium", |
|
17 | 17 | "@hot-loader/react-dom": "^17.0.2", |
18 | 18 | "buffer": "^6.0.3", |
19 | 19 | "country-flag-emoji-json": "^2.0.0", |
20 | | - "maxmind": "^4.3.6", |
| 20 | + "maxmind": "^4.3.20", |
21 | 21 | "node-libs-browser": "^2.2.1", |
22 | 22 | "react": "^18.1.0", |
23 | | - "webextension-polyfill": "^0.9.0" |
| 23 | + "webextension-polyfill": "^0.12.0" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
26 | 26 | "@babel/core": "^7.17.9", |
|
32 | 32 | "@types/node-fetch": "^2", |
33 | 33 | "@types/react": "^17.0.43", |
34 | 34 | "@types/react-dom": "^18.0.2", |
| 35 | + "@types/webextension-polyfill": "^0.10.7", |
35 | 36 | "@types/webpack-env": "^1.16.4", |
36 | | - "@typescript-eslint/eslint-plugin": "^5.27.1", |
37 | | - "@typescript-eslint/parser": "^5.27.1", |
| 37 | + "@typescript-eslint/eslint-plugin": "^7.11.0", |
| 38 | + "@typescript-eslint/parser": "^7.11.0", |
38 | 39 | "@wojtekmaj/enzyme-adapter-react-17": "^0.6.7", |
39 | 40 | "babel-jest": "^27.5.1", |
40 | 41 | "babel-loader": "^8.2.5", |
41 | 42 | "babel-plugin-rewire-exports": "^2.3.0", |
42 | 43 | "babel-preset-react-app": "^10.0.0", |
43 | 44 | "bundlewatch": "^0.3.3", |
| 45 | + "chrome-types": "^0.1.286", |
44 | 46 | "css-loader": "^6.7.1", |
45 | 47 | "css-minimizer-webpack-plugin": "^4.0.0", |
46 | 48 | "enzyme": "^3.11.0", |
|
67 | 69 | "react-dom": "^18.1.0", |
68 | 70 | "react-hot-loader": "^4.13.0", |
69 | 71 | "style-loader": "^3.3.1", |
70 | | - "typescript": "^4.6.4", |
71 | | - "webextension-polyfill-ts": "^0.26.0", |
72 | | - "webpack": "^5.73.0", |
73 | | - "webpack-cli": "^4.9.2", |
74 | | - "webpack-dev-server": "^4.9.2", |
| 72 | + "typescript": "^5.4.5", |
| 73 | + "webpack": "^5.91.0", |
| 74 | + "webpack-cli": "^5.1.4", |
| 75 | + "webpack-dev-server": "^5.0.4", |
75 | 76 | "webpack-manifest-plugin": "^5.0.0", |
76 | | - "webpack-merge": "^5.8.0" |
| 77 | + "webpack-merge": "^5.10.0" |
77 | 78 | }, |
78 | 79 | "keywords": [], |
79 | 80 | "author": "Yaroslav Ilin", |
|
97 | 98 | ], |
98 | 99 | "coverageThreshold": { |
99 | 100 | "global": { |
100 | | - "lines": 90, |
101 | | - "statements": 90 |
| 101 | + "lines": 84, |
| 102 | + "statements": 83 |
102 | 103 | } |
103 | 104 | }, |
104 | 105 | "setupFiles": [ |
|
0 commit comments