|
1 | 1 | { |
2 | 2 | "name": "competitive-companion", |
3 | 3 | "productName": "Competitive Companion", |
4 | | - "version": "2.44.0", |
| 4 | + "version": "2.44.1", |
5 | 5 | "description": "Parses competitive programming problems and sends them to various tools like CHelper and Hightail.", |
6 | 6 | "repository": "https://github.com/jmerle/competitive-companion", |
7 | 7 | "author": "Jasper van Merle", |
|
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | 39 | "@types/jest": "^29.5.2", |
40 | | - "@types/node": "^18.16.17", |
| 40 | + "@types/node": "^18.16.18", |
41 | 41 | "@types/webextension-polyfill": "^0.10.0", |
42 | | - "@typescript-eslint/eslint-plugin": "^5.59.9", |
43 | | - "@typescript-eslint/parser": "^5.59.9", |
| 42 | + "@typescript-eslint/eslint-plugin": "^5.60.0", |
| 43 | + "@typescript-eslint/parser": "^5.60.0", |
44 | 44 | "chrome-launcher": "^0.15.2", |
45 | 45 | "concurrently": "^8.2.0", |
46 | 46 | "copy-webpack-plugin": "^11.0.0", |
47 | 47 | "cross-env": "^7.0.3", |
48 | | - "eslint": "^8.42.0", |
| 48 | + "eslint": "^8.43.0", |
49 | 49 | "eslint-config-prettier": "^8.8.0", |
50 | 50 | "eslint-formatter-codeframe": "^7.32.1", |
51 | 51 | "eslint-plugin-import": "^2.27.5", |
52 | 52 | "fork-ts-checker-webpack-plugin": "^8.0.0", |
53 | 53 | "generic-pool": "^3.9.0", |
54 | 54 | "jest": "^29.5.0", |
55 | 55 | "prettier": "^2.8.8", |
56 | | - "puppeteer": "^20.5.0", |
| 56 | + "puppeteer": "^20.7.2", |
57 | 57 | "string-replace-loader": "^3.1.0", |
58 | 58 | "terser-webpack-plugin": "^5.3.9", |
59 | 59 | "ts-jest": "^29.1.0", |
60 | 60 | "ts-loader": "^9.4.3", |
61 | 61 | "ts-node": "^10.9.1", |
62 | 62 | "typescript": "^5.1.3", |
63 | 63 | "web-ext": "^7.6.2", |
64 | | - "webpack": "^5.86.0", |
| 64 | + "webpack": "^5.87.0", |
65 | 65 | "webpack-cli": "^5.1.4", |
66 | 66 | "webpack-merge": "^5.9.0", |
67 | 67 | "worker-loader": "^3.0.8" |
|
0 commit comments