Skip to content

Commit

Permalink
chore(deps)!: Updates dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrsskls committed Oct 7, 2024
1 parent 3da734a commit 2911dc9
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 291 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@factorial/eleventy-plugin-twig",
"description": "Twig templating engine for eleventy",
"version": "0.1.3",
"version": "0.2.0",
"main": "index.js",
"license": "MIT",
"private": false,
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=12"
"node": ">=18"
},
"repository": {
"type": "git",
Expand All @@ -28,17 +28,17 @@
},
"homepage": "https://github.com/factorial-io/eleventy-plugin-twig#readme",
"dependencies": {
"@11ty/eleventy-utils": "^1.0.2"
"@11ty/eleventy-utils": "^1.0.3"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"eslint": "^9.2.0",
"eslint-plugin-jsdoc": "^48.2.5",
"globals": "^15.2.0",
"prettier": "^3.2.5"
"@eslint/js": "^9.12.0",
"eslint": "^9.12.0",
"eslint-plugin-jsdoc": "^50.3.1",
"globals": "^15.10.0",
"prettier": "^3.3.3"
},
"peerDependencies": {
"@11ty/eleventy-img": "^4.0.2",
"@11ty/eleventy-img": "^5.0.0",
"twig": "^1.17.1"
}
}
Loading

0 comments on commit 2911dc9

Please sign in to comment.