Skip to content

Commit

Permalink
deps: update to latest dependencies, including latest replaywebpage, …
Browse files Browse the repository at this point in the history
…wabac.js, ruffle, electron and webpack

bump version to 0.11.4
  • Loading branch information
ikreymer committed Apr 11, 2024
1 parent 19c56e7 commit c3c2017
Show file tree
Hide file tree
Showing 14 changed files with 1,438 additions and 1,211 deletions.
23 changes: 12 additions & 11 deletions dist/embed/replay/sw.js

Large diffs are not rendered by default.

844 changes: 418 additions & 426 deletions dist/embed/ui.js

Large diffs are not rendered by default.

19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@webrecorder/archivewebpage",
"productName": "ArchiveWeb.page",
"version": "0.11.3",
"version": "0.11.4",
"main": "index.js",
"description": "Create Web Archives directly in your browser",
"repository": "https://github.com/webrecorder/archiveweb.page",
Expand All @@ -10,9 +10,9 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"@webrecorder/awp-sw": "^0.4.3",
"@webrecorder/wabac": "^2.16.12",
"@webrecorder/wabac": "^2.18.0",
"auto-js-ipfs": "^2.3.0",
"browsertrix-behaviors": "^0.5.2",
"browsertrix-behaviors": "^0.5.3",
"btoa": "^1.2.1",
"bulma": "^0.9.3",
"client-zip": "^2.2.2",
Expand All @@ -22,16 +22,16 @@
"multiformats": "^10.0.2",
"node-fetch": "2.6.7",
"pretty-bytes": "^5.6.0",
"replaywebpage": "^1.8.13",
"replaywebpage": "1.8.17",
"stream-browserify": "^3.0.0",
"unused-filename": "^4.0.1",
"uuid": "^8.3.2",
"warcio": "^2.2.0"
"warcio": "^2.2.1"
},
"devDependencies": {
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.2.0",
"electron": "^23.1.1",
"electron": "^29.3.0",
"electron-builder": "^23.0.3",
"electron-notarize": "^1.0.0",
"eslint": "^8.28.0",
Expand All @@ -43,10 +43,9 @@
"svg-inline-loader": "^0.8.2",
"terser-webpack-plugin": "^5.2.4",
"to-string-loader": "^1.1.6",
"webpack": "^5.74.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.9.3",
"webpack-extension-reloader": "^1.1.4"
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"files": [
"src/",
Expand Down
Binary file removed src/static/ruffle/2c87713f8cc6dda8ca91.wasm
Binary file not shown.
Binary file added src/static/ruffle/35bdd3b1a72b1704b5f5.wasm
Binary file not shown.
Binary file removed src/static/ruffle/45264ba09d429505f426.wasm
Binary file not shown.
Binary file added src/static/ruffle/932a995f8efbc8932dcc.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion src/static/ruffle/LICENSE_MIT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2018 Mike Welsh <mwelsh@gmail.com>
Copyright (c) 2018 Ruffle LLC <ruffle@ruffle.rs> and Ruffle contributors

Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
Expand Down
2 changes: 2 additions & 0 deletions src/static/ruffle/core.ruffle.2bdce3d13ee9db3415e5.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/static/ruffle/core.ruffle.3cb02ac2f1dd5c9282e8.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/static/ruffle/core.ruffle.93de25ca9a00e07a2eca.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/static/ruffle/core.ruffle.f45b5c0662b515254bf0.js

This file was deleted.

3 changes: 2 additions & 1 deletion src/static/ruffle/ruffle.js

Large diffs are not rendered by default.

1,750 changes: 992 additions & 758 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit c3c2017

Please sign in to comment.