Skip to content

Commit

Permalink
fix: vite-plugin-nunjucks version
Browse files Browse the repository at this point in the history
  • Loading branch information
zuramai committed Nov 22, 2023
1 parent 52151bf commit 3127f79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"sass": "^1.67.0",
"sass-loader": "^13.2.0",
"vite": "5.0.2",
"vite-plugin-nunjucks": "file:./vite-plugin-nunjucks",
"vite-plugin-nunjucks": "^0.1.10",
"vite-plugin-static-copy": "^0.13.1"
},
"release-it": {
Expand Down
4 changes: 3 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4838,8 +4838,10 @@ vary@^1:
resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc"
integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==

"vite-plugin-nunjucks@file:./vite-plugin-nunjucks":
vite-plugin-nunjucks@^0.1.10:
version "0.1.10"
resolved "https://registry.yarnpkg.com/vite-plugin-nunjucks/-/vite-plugin-nunjucks-0.1.10.tgz#8e9b90d91332ec5d3a9ec0e02f099464f2f67460"
integrity sha512-nL8UoJJPVWY0StRbmWxFHesoimadgjLM6DSs5gy0azvWc+lnJ+8vwEon8KXdtfC2ynvUzTzWdDZTP+gnsqGuAw==
dependencies:
nunjucks "^3.2.3"
vite "^2.6.7"
Expand Down

0 comments on commit 3127f79

Please sign in to comment.