Skip to content

Commit 52c83d7

Browse files
committed
Update dependencies and 2.44.1
1 parent b48d821 commit 52c83d7

File tree

4 files changed

+232
-209
lines changed

4 files changed

+232
-209
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## [2.44.1](https://github.com/jmerle/competitive-companion/releases/tag/2.44.1) (Unreleased)
3+
## [2.44.1](https://github.com/jmerle/competitive-companion/releases/tag/2.44.1) (2023-06-20)
44
- Fixed the parsing of Codeforces problems on "/problemset/gymProblem" URLs (thanks [@touhidurrr](https://github.com/touhidurrr))
5-
- Fixed the parsing of CodeChef problems in the Learn category
5+
- Fixed the parsing of CodeChef problems in the Learn section
66

77
## [2.44.0](https://github.com/jmerle/competitive-companion/releases/tag/2.44.0) (2023-06-10)
88
- Added support for Dimik OJ and TheJobOverflow (thanks [@touhidurrr](https://github.com/touhidurrr))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ The information provided below is meant for Mozilla volunteers.
241241

242242
Software versions used:
243243
Node.js: 18.16.0
244-
PNPM: 8.6.1
244+
PNPM: 8.6.2
245245

246246
Third-party libraries that can be found in the minified extension:
247247
- [nanobar 0.4.2](https://github.com/jacoborus/nanobar/blob/v0.4.2/nanobar.js)

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "competitive-companion",
33
"productName": "Competitive Companion",
4-
"version": "2.44.0",
4+
"version": "2.44.1",
55
"description": "Parses competitive programming problems and sends them to various tools like CHelper and Hightail.",
66
"repository": "https://github.com/jmerle/competitive-companion",
77
"author": "Jasper van Merle",
@@ -37,31 +37,31 @@
3737
},
3838
"devDependencies": {
3939
"@types/jest": "^29.5.2",
40-
"@types/node": "^18.16.17",
40+
"@types/node": "^18.16.18",
4141
"@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",
4444
"chrome-launcher": "^0.15.2",
4545
"concurrently": "^8.2.0",
4646
"copy-webpack-plugin": "^11.0.0",
4747
"cross-env": "^7.0.3",
48-
"eslint": "^8.42.0",
48+
"eslint": "^8.43.0",
4949
"eslint-config-prettier": "^8.8.0",
5050
"eslint-formatter-codeframe": "^7.32.1",
5151
"eslint-plugin-import": "^2.27.5",
5252
"fork-ts-checker-webpack-plugin": "^8.0.0",
5353
"generic-pool": "^3.9.0",
5454
"jest": "^29.5.0",
5555
"prettier": "^2.8.8",
56-
"puppeteer": "^20.5.0",
56+
"puppeteer": "^20.7.2",
5757
"string-replace-loader": "^3.1.0",
5858
"terser-webpack-plugin": "^5.3.9",
5959
"ts-jest": "^29.1.0",
6060
"ts-loader": "^9.4.3",
6161
"ts-node": "^10.9.1",
6262
"typescript": "^5.1.3",
6363
"web-ext": "^7.6.2",
64-
"webpack": "^5.86.0",
64+
"webpack": "^5.87.0",
6565
"webpack-cli": "^5.1.4",
6666
"webpack-merge": "^5.9.0",
6767
"worker-loader": "^3.0.8"

0 commit comments

Comments
 (0)