Skip to content

Commit

Permalink
bump depends, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsage committed Nov 26, 2024
1 parent 526956d commit db66db1
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 18 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fsg-mod-assistant",
"version": "5.9.82",
"version": "5.9.90",
"description": "FSG Farm Sim Mod Assistant",
"main": "modAssist_main.js",
"homepage": "https://github.com/FSGModding/FSG_Mod_Assistant#readme",
Expand Down Expand Up @@ -32,12 +32,12 @@
"deepl-node": "^1.15.0",
"deepmerge": "^4.3.1",
"docolatte": "^4.5.1",
"electron": "^32.2.5",
"electron": "^33.2.0",
"electron-builder": "~25.0.6",
"eslint": "^9.15.0",
"eslint-plugin-unicorn": "^56.0.1",
"globals": "^15.12.0",
"html-validate": "^8.25.0",
"html-validate": "^8.25.1",
"jsdoc": "^4.0.4"
},
"dependencies": {
Expand Down
9 changes: 4 additions & 5 deletions renderer/a_changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@
<div class="row">
<div class="col-auto ps-4"><img class="sticky-top" style="width: auto; height: 200px; top: calc(100vh - 240px);" src="img/sidebar.webp" alt=""></div>
<div class="col">
<h4>Version 5.1.0 Features</h4>
<h4>Version 6.0.0 Features</h4>
<div class="ms-3">
<ul class="list-group list-group-flush mb-3">
<li class="list-group-item bg-body"><span class="w-25 me-2 badge text-bg-info bg-gradient text-white">ADDED</span> FS2025 Initial Support</li>
<li class="list-group-item bg-body"><span class="w-25 me-2 badge text-bg-info bg-gradient text-white">ADDED</span> inputBinding.xml Management</li>
<li class="list-group-item bg-body"><span class="w-25 me-2 badge text-bg-success bg-gradient text-white">CHANGED</span> Backend re-write</li>
<li class="list-group-item bg-body"><span class="w-25 me-2 badge text-bg-warning bg-gradient text-white">WARNING</span> Not backwards compatible with 4.x release</li>
<li class="list-group-item bg-body"><span class="w-25 me-2 badge text-bg-info bg-gradient text-white">ADDED</span> FS2025 Full Support</li>
<li class="list-group-item bg-body"><span class="w-25 me-2 badge text-bg-success bg-gradient text-white">CHANGED</span> New rust based parser (faster!)</li>
<li class="list-group-item bg-body"><span class="w-25 me-2 badge text-bg-warning bg-gradient text-white">WARNING</span> Not backwards compatible with 5.x release</li>
</ul>
</div>

Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2320,16 +2320,16 @@ __metadata:
languageName: node
linkType: hard

"electron@npm:^32.2.5":
version: 32.2.5
resolution: "electron@npm:32.2.5"
"electron@npm:^33.2.0":
version: 33.2.0
resolution: "electron@npm:33.2.0"
dependencies:
"@electron/get": ^2.0.0
"@types/node": ^20.9.0
extract-zip: ^2.0.1
bin:
electron: cli.js
checksum: e1861147b1c203eb06ea68d8051425a377f542cfb3aad23890011080f8b43f0e1b0d4c4cd6a0fc4b4c27bc5e1b08c5c32b467f9d0b849b82576981dbad12c982
checksum: 4feacc8923fe4ab45da45d34823f949231da425c83ea2db2e483c2531f0320a1279a5b65913f447e145ab0a3f4e190bc192ed3a63ebe17a06347156e2ec52081
languageName: node
linkType: hard

Expand Down Expand Up @@ -2962,7 +2962,7 @@ __metadata:
deepmerge: ^4.3.1
discord-rpc: ^4.0.1
docolatte: ^4.5.1
electron: ^32.2.5
electron: ^33.2.0
electron-builder: ~25.0.6
electron-store: ^8.2.0
electron-updater: ^6.3.9
Expand All @@ -2972,7 +2972,7 @@ __metadata:
fs_mod_parser_neon: ^0.1.1
glob: ^11.0.0
globals: ^15.12.0
html-validate: ^8.25.0
html-validate: ^8.25.1
jsdoc: ^4.0.4
node-stream-zip: ^1.15.0
unzip-stream: ^0.3.4
Expand Down Expand Up @@ -3276,9 +3276,9 @@ __metadata:
languageName: node
linkType: hard

"html-validate@npm:^8.25.0":
version: 8.25.0
resolution: "html-validate@npm:8.25.0"
"html-validate@npm:^8.25.1":
version: 8.25.1
resolution: "html-validate@npm:8.25.1"
dependencies:
"@html-validate/stylish": ^4.1.0
"@sidvind/better-ajv-errors": 3.0.1
Expand Down Expand Up @@ -3306,7 +3306,7 @@ __metadata:
optional: true
bin:
html-validate: bin/html-validate.js
checksum: 28932fb64ba887e5512ddb9b9e74eda5a4fec10db74a2c865181b0bb616fc2f6751d6704f705bb0dc893086a1fe0b252a1b613db7a4742eb13e4a11aab1ca1da
checksum: 90d0671099c4a680abee883f29d724af48991a3155d260342b14b378f246e1a97be4365ad75104ef210a4886b1d015e43e93b3be73f16c32edced950121131ad
languageName: node
linkType: hard

Expand Down

0 comments on commit db66db1

Please sign in to comment.