Skip to content

Commit

Permalink
Merge pull request #817 from ilyhalight/fix-yarn
Browse files Browse the repository at this point in the history
Fix yarn
  • Loading branch information
ilyhalight authored Sep 19, 2024
2 parents 231432a + 4b3d275 commit 68ee5c7
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 30 deletions.
Binary file modified bun.lockb
Binary file not shown.
36 changes: 18 additions & 18 deletions dist/vot-min.user.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vot.user.js

Large diffs are not rendered by default.

19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,23 @@
],
"devDependencies": {
"browserslist": "^4.23.3",
"bun-types": "^1.1.27",
"bun-types": "^1.1.28",
"enquirer": "^2.4.1",
"eslint": "^9.10.0",
"eslint-plugin-github": "^5.0.1",
"eslint-plugin-oxlint": "^0.9.3",
"eslint-plugin-github": "^5.0.2",
"eslint-plugin-oxlint": "^0.9.6",
"eslint-plugin-sonarjs": "^2.0.2",
"eslint-webpack-plugin": "^4.2.0",
"husky": "^9.1.5",
"lightningcss": "^1.26.0",
"globals": "^15.9.0",
"husky": "^9.1.6",
"lightningcss": "^1.27.0",
"lint-staged": "^15.2.10",
"npm-run-all2": "^6.2.2",
"oxlint": "^0.9.3",
"npm-run-all2": "^6.2.3",
"oxlint": "^0.9.6",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"sass": "^1.78.0",
"typescript": "^5.5.4",
"sass": "^1.79.1",
"typescript": "^5.6.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
Expand Down
4 changes: 2 additions & 2 deletions patches/vot.js+1.2.9+007+added-coursera.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/node_modules/vot.js/dist/config/sites.js b/node_modules/vot.js/dist/config/sites.js
index 6ff12e4..0530553 100644
index f995980..a51805f 100644
--- a/node_modules/vot.js/dist/config/sites.js
+++ b/node_modules/vot.js/dist/config/sites.js
@@ -342,6 +342,14 @@ export default [
@@ -351,6 +351,14 @@ export default [
'div[data-purpose="curriculum-item-viewer-content"] > section > div > div > div > div:nth-of-type(2)',
needExtraData: true,
},
Expand Down

0 comments on commit 68ee5c7

Please sign in to comment.