Skip to content

Commit

Permalink
deps: dependency update, bump replaywebpage, wabac.js (#288)
Browse files Browse the repository at this point in the history
bump version to 0.14.2
  • Loading branch information
ikreymer authored Jan 9, 2025
1 parent 6e3ef72 commit 3cdf441
Show file tree
Hide file tree
Showing 3 changed files with 261 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:

strategy:
matrix:
os: [macos-12, ubuntu-latest]
os: [macos-13, ubuntu-latest]
platform: [windows, linux]
exclude:
- os: macos-12
- os: macos-13
platform: windows

steps:
Expand Down
8 changes: 4 additions & 4 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.14.1",
"version": "0.14.2",
"main": "index.js",
"description": "Create Web Archives directly in your browser",
"repository": {
Expand All @@ -14,7 +14,7 @@
"@fortawesome/fontawesome-free": "^5.13.0",
"@ipld/car": "^5.3.1",
"@webrecorder/awp-sw": "^0.5.3",
"@webrecorder/wabac": "^2.20.6",
"@webrecorder/wabac": "^2.20.8",
"auto-js-ipfs": "^2.3.0",
"browsertrix-behaviors": "^0.6.4",
"btoa": "^1.2.1",
Expand All @@ -26,7 +26,7 @@
"node-fetch": "2.6.7",
"pdfjs-dist": "2.2.228",
"pretty-bytes": "^5.6.0",
"replaywebpage": "^2.2.3",
"replaywebpage": "^2.2.5",
"stream-browserify": "^3.0.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"unused-filename": "^4.0.1",
Expand Down Expand Up @@ -64,7 +64,7 @@
"webpack-extension-reloader": "^1.1.4"
},
"resolutions": {
"@webrecorder/wabac": "^2.20.6"
"@webrecorder/wabac": "^2.20.8"
},
"files": [
"src/",
Expand Down
Loading

0 comments on commit 3cdf441

Please sign in to comment.