You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2022/06/02 05:19:02 UTC

[pdfbox-docs] branch master updated: PDFBOX-5073: upgrade 11ty to 2.0.0-canary.11; upgrade deps to latest version

This is an automated email from the ASF dual-hosted git repository.

msahyoun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ffe44b7 PDFBOX-5073: upgrade 11ty to 2.0.0-canary.11; upgrade deps to latest version
1ffe44b7 is described below

commit 1ffe44b720bdf6dc9beea63fa5e57880a13901f2
Author: Maruan Sahyoun <sa...@fileaffairs.de>
AuthorDate: Thu Jun 2 07:14:46 2022 +0200

    PDFBOX-5073: upgrade 11ty to 2.0.0-canary.11; upgrade deps to latest version
---
 package.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json
index 2967a50a..88c95421 100644
--- a/package.json
+++ b/package.json
@@ -17,13 +17,13 @@
     "checks": "run-s check:*"
   },
   "devDependencies": {
-    "@11ty/eleventy": "2.0.0-canary.8",
+    "@11ty/eleventy": "2.0.0-canary.11",
     "@11ty/eleventy-fetch": "3.0.0",
     "@11ty/eleventy-plugin-syntaxhighlight": "4.0.0",
-    "html-validate": "6.9.0",
-    "markdown-it-anchor": "8.6.2",
+    "html-validate": "7.1.1",
+    "markdown-it-anchor": "8.6.4",
     "npm-run-all": "4.1.5",
-    "sass": "1.51.0"
+    "sass": "1.52.1"
   },
   "dependencies": {
     "eleventy-plugin-nesting-toc": "1.3.0"