Skip to content

Commit

Permalink
Update dependencies and 2.44.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmerle committed Jun 20, 2023
1 parent b48d821 commit 52c83d7
Show file tree
Hide file tree
Showing 4 changed files with 232 additions and 209 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

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

## [2.44.0](https:/jmerle/competitive-companion/releases/tag/2.44.0) (2023-06-10)
- Added support for Dimik OJ and TheJobOverflow (thanks [@touhidurrr](https:/touhidurrr))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ The information provided below is meant for Mozilla volunteers.

Software versions used:
Node.js: 18.16.0
PNPM: 8.6.1
PNPM: 8.6.2

Third-party libraries that can be found in the minified extension:
- [nanobar 0.4.2](https:/jacoborus/nanobar/blob/v0.4.2/nanobar.js)
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "competitive-companion",
"productName": "Competitive Companion",
"version": "2.44.0",
"version": "2.44.1",
"description": "Parses competitive programming problems and sends them to various tools like CHelper and Hightail.",
"repository": "https:/jmerle/competitive-companion",
"author": "Jasper van Merle",
Expand Down Expand Up @@ -37,31 +37,31 @@
},
"devDependencies": {
"@types/jest": "^29.5.2",
"@types/node": "^18.16.17",
"@types/node": "^18.16.18",
"@types/webextension-polyfill": "^0.10.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"chrome-launcher": "^0.15.2",
"concurrently": "^8.2.0",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.42.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-plugin-import": "^2.27.5",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"generic-pool": "^3.9.0",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"puppeteer": "^20.5.0",
"puppeteer": "^20.7.2",
"string-replace-loader": "^3.1.0",
"terser-webpack-plugin": "^5.3.9",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"web-ext": "^7.6.2",
"webpack": "^5.86.0",
"webpack": "^5.87.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.9.0",
"worker-loader": "^3.0.8"
Expand Down
Loading

0 comments on commit 52c83d7

Please sign in to comment.