Skip to content

Commit 3cdf441

Browse files
authored
deps: dependency update, bump replaywebpage, wabac.js (#288)
bump version to 0.14.2
1 parent 6e3ef72 commit 3cdf441

File tree

3 files changed

+261
-18
lines changed

3 files changed

+261
-18
lines changed

.github/workflows/buildapp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88

99
strategy:
1010
matrix:
11-
os: [macos-12, ubuntu-latest]
11+
os: [macos-13, ubuntu-latest]
1212
platform: [windows, linux]
1313
exclude:
14-
- os: macos-12
14+
- os: macos-13
1515
platform: windows
1616

1717
steps:

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webrecorder/archivewebpage",
33
"productName": "ArchiveWeb.page",
4-
"version": "0.14.1",
4+
"version": "0.14.2",
55
"main": "index.js",
66
"description": "Create Web Archives directly in your browser",
77
"repository": {
@@ -14,7 +14,7 @@
1414
"@fortawesome/fontawesome-free": "^5.13.0",
1515
"@ipld/car": "^5.3.1",
1616
"@webrecorder/awp-sw": "^0.5.3",
17-
"@webrecorder/wabac": "^2.20.6",
17+
"@webrecorder/wabac": "^2.20.8",
1818
"auto-js-ipfs": "^2.3.0",
1919
"browsertrix-behaviors": "^0.6.4",
2020
"btoa": "^1.2.1",
@@ -26,7 +26,7 @@
2626
"node-fetch": "2.6.7",
2727
"pdfjs-dist": "2.2.228",
2828
"pretty-bytes": "^5.6.0",
29-
"replaywebpage": "^2.2.3",
29+
"replaywebpage": "^2.2.5",
3030
"stream-browserify": "^3.0.0",
3131
"tsconfig-paths-webpack-plugin": "^4.1.0",
3232
"unused-filename": "^4.0.1",
@@ -64,7 +64,7 @@
6464
"webpack-extension-reloader": "^1.1.4"
6565
},
6666
"resolutions": {
67-
"@webrecorder/wabac": "^2.20.6"
67+
"@webrecorder/wabac": "^2.20.8"
6868
},
6969
"files": [
7070
"src/",

0 commit comments

Comments
 (0)