Skip to content

Commit

Permalink
Fix package-lock causing playwright dependency error. Bump package ve…
Browse files Browse the repository at this point in the history
…rsion.
  • Loading branch information
younglim committed Dec 10, 2024
1 parent 2ccb9f5 commit 81c3210
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@govtechsg/oobee",
"main": "dist/npmIndex.js",
"version": "0.10.19",
"version": "0.10.20",
"type": "module",
"dependencies": {
"@json2csv/node": "^7.0.3",
Expand All @@ -21,7 +21,7 @@
"mime-types": "^2.1.35",
"minimatch": "^9.0.3",
"pdfjs-dist": "github:veraPDF/pdfjs-dist#v2.14.305-taggedPdf-0.1.11",
"playwright": "^1.44.1",
"playwright": "^1.49.0",
"prettier": "^3.1.0",
"print-message": "^3.0.1",
"safe-regex": "^2.1.1",
Expand Down Expand Up @@ -65,7 +65,7 @@
},
"optionalDependencies": {
"@napi-rs/canvas-darwin-arm64": "^0.1.53",
"@napi-rs/canvas-darwin-x64": "0.1.53",
"@napi-rs/canvas-darwin-x64": "^0.1.53",
"@napi-rs/canvas-linux-arm64-gnu": "0.1.53",
"@napi-rs/canvas-linux-arm64-musl": "0.1.53",
"@napi-rs/canvas-linux-x64-gnu": "0.1.53",
Expand Down Expand Up @@ -93,4 +93,4 @@
"url": "https://github.com/GovTechSG/oobee/issues"
},
"homepage": "https://github.com/GovTechSG/oobee#readme"
}
}

0 comments on commit 81c3210

Please sign in to comment.