Skip to content

Commit 49cd8f8

Browse files
authored
refactor: updated 11ty dependencies (#1383)
* refactor: updated 11ty dependencies * Revert "refactor: updated 11ty dependencies" This reverts commit f9743ed. * build: updated @11ty/eleventy-plugin-rss dependency * chore: formatting * chore: code optimizations that are mentioned by the github pipeline as well * Revert "chore: formatting" This reverts commit 8abf6fc. * build: updated @11ty/eleventy-navigation dependency * chore: formatting * build: updated @11ty/eleventy-plugin-syntaxhighlight dependency * Revert "chore: formatting" This reverts commit cd323e7. * build: updated @11ty/eleventy dependency * chore: formattingbuild: updated @11ty/eleventy dependency * build: regenerated package-lock.json * build: regenerated yarn.lock
1 parent 2939561 commit 49cd8f8

File tree

3 files changed

+259
-604
lines changed

3 files changed

+259
-604
lines changed

packages/docs/.eleventy.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ module.exports = function (config) {
3333
config.addPassthroughCopy('src/js');
3434
config.addPassthroughCopy('src/admin/config.yml');
3535
config.addPassthroughCopy('src/admin/previews.js');
36-
config.addPassthroughCopy('../../node_modules/nunjucks/browser/nunjucks-slim.js');
36+
config.addPassthroughCopy({
37+
'../../node_modules/nunjucks/browser/nunjucks-slim.js':
38+
'node_modules/nunjucks/browser/nunjucks-slim.js',
39+
});
3740

3841
const now = new Date();
3942

packages/docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "The website for patternlab.io",
55
"main": "index.js",
66
"dependencies": {
7-
"@11ty/eleventy": "^0.8.3",
8-
"@11ty/eleventy-plugin-rss": "^1.0.6",
9-
"@11ty/eleventy-plugin-syntaxhighlight": "^2.0.3",
7+
"@11ty/eleventy": "^0.12.1",
8+
"@11ty/eleventy-plugin-rss": "^1.1.2",
9+
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3",
1010
"@tbranyen/jsdom": "^13.0.0",
1111
"concurrently": "^4.1.0",
1212
"html-minifier": "^4.0.0",
@@ -18,7 +18,7 @@
1818
"stalfos": "github:hankchizljaw/stalfos#c8971d22726326cfc04089b2da4d51eeb1ebb0eb"
1919
},
2020
"devDependencies": {
21-
"@11ty/eleventy-navigation": "^0.1.5",
21+
"@11ty/eleventy-navigation": "^0.3.2",
2222
"@erquhart/rollup-plugin-node-builtins": "^2.1.5",
2323
"bl": "^3.0.0",
2424
"chokidar-cli": "^2.1.0",

0 commit comments

Comments
 (0)