bits-to-dead-trees
Advanced tools
Comparing version 2.16.1 to 2.16.2
# bits-to-dead-trees | ||
## 2.16.2 | ||
### Patch Changes | ||
- [`fb91c3b`](https://github.com/rmehner/bits-to-dead-trees/commit/fb91c3ba28b99bdaf4cb51a32fb18d222d26af89) Thanks [@rmehner](https://github.com/rmehner)! - Update to Playwright 1.45.2 | ||
## 2.16.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "bits-to-dead-trees", | ||
"author": "Robin Mehner <robin@coding-robin.de>", | ||
"version": "2.16.1", | ||
"version": "2.16.2", | ||
"description": "Turn HTML into PDF files", | ||
@@ -34,3 +34,3 @@ "repository": "github:rmehner/bits-to-dead-trees", | ||
"fastify": "^4.28.1", | ||
"playwright-core": "^1.45.1" | ||
"playwright-core": "^1.45.2" | ||
}, | ||
@@ -40,3 +40,3 @@ "devDependencies": { | ||
"@changesets/cli": "^2.27.7", | ||
"@types/lodash": "^4.17.6", | ||
"@types/lodash": "^4.17.7", | ||
"@types/node": "20.11.22", | ||
@@ -47,3 +47,3 @@ "eslint": "^8.57.0", | ||
"pino-pretty": "^10.3.1", | ||
"prettier": "^3.3.2", | ||
"prettier": "^3.3.3", | ||
"typescript-json-schema": "^0.63.0", | ||
@@ -50,0 +50,0 @@ "vitest": "^1.6.0" |
@@ -60,5 +60,5 @@ # bits-to-dead-trees | ||
pdf: | ||
image: ghcr.io/rmehner/bits-to-dead-trees:v2.16.0 | ||
image: ghcr.io/rmehner/bits-to-dead-trees:v2.16.1 | ||
ports: | ||
- 8000:8000 | ||
``` |
{ | ||
"compilerOptions": { | ||
"lib": ["es2021"], | ||
"lib": ["es2023"], | ||
@@ -5,0 +5,0 @@ "strict": true, |
Sorry, the diff of this file is not supported yet
76805
Updatedplaywright-core@^1.45.2