Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bebora committed Mar 26, 2024
1 parent b46878d commit 34e542d
Show file tree
Hide file tree
Showing 7 changed files with 868 additions and 859 deletions.
52 changes: 26 additions & 26 deletions scripts/dist/polimi-schedule.user.js

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions scripts/dist/web-core-bundle.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions scripts/dist/web-core-bundle.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion scripts/src/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{}
{
"trailingComma": "es5"
}
1,588 changes: 798 additions & 790 deletions scripts/src/package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions scripts/src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polimi-schedule-js",
"version": "2.0.9",
"version": "2.0.10",
"description": "Convert PoliMi timetables to ICS files",
"main": "schedule-to-ical.js",
"scripts": {
Expand Down Expand Up @@ -28,17 +28,17 @@
},
"homepage": "https://github.com/bebora/polimi-schedule-js#readme",
"devDependencies": {
"esbuild": "^0.17.5",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"mocha": "^10.2.0",
"prettier": "2.8.3"
"esbuild": "^0.20.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"mocha": "^10.3.0",
"prettier": "3.2.5"
},
"dependencies": {
"file-saver": "^2.0.5",
"immutable-ics": "^0.4.0",
"luxon": "^3.2.1",
"uuid": "^9.0.0"
"luxon": "^3.4.4",
"uuid": "^9.0.1"
},
"type": "module"
}
5 changes: 2 additions & 3 deletions scripts/src/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,8 @@ ${timetableInput}
}
issueText += "</details>";

document.getElementById(
"github-link"
).href = `${base_issue_url}?body=${encodeURIComponent(issueText)}`;
document.getElementById("github-link").href =
`${base_issue_url}?body=${encodeURIComponent(issueText)}`;
}

function displayErrorPopup(rawErrorInfo = null) {
Expand Down

0 comments on commit 34e542d

Please sign in to comment.