Skip to content

Commit a761832

Browse files
author
Phil Hawksworth
authored
Merge pull request jamstack#468 from jamstack/zl/467
Update Eleventy to latest version
2 parents 8931e3f + 9437ffc commit a761832

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
"clean": "rm -rf dist"
2020
},
2121
"dependencies": {
22-
"@11ty/eleventy": "^0.11.0",
22+
"@11ty/eleventy": "^0.11.1",
2323
"@11ty/eleventy-cache-assets": "^2.0.3",
2424
"@fullhuman/postcss-purgecss": "^1.3.0",
2525
"autoprefixer": "^9.7.6",
2626
"cssnano": "^4.1.10",
2727
"dotenv": "^8.2.0",
2828
"fast-glob": "^3.2.4",
2929
"gray-matter": "^4.0.2",
30-
"js-yaml": "^3.13.1",
30+
"js-yaml": "^3.14.0",
3131
"lodash": "^4.17.20",
32-
"luxon": "^1.23.0",
32+
"luxon": "^1.25.0",
3333
"markdown-it": "^11.0.1",
3434
"netlify-plugin-minify-html": "^0.2.2",
3535
"node-fetch": "^2.6.1",

0 commit comments

Comments
 (0)