Skip to content
Permalink
Browse files
bump site deps
  • Loading branch information
Pavel Mineev authored and Umputun committed Jan 18, 2022
1 parent a748e26 commit ac610db7e32cbd7a6f70a78fbf2e6e12f9e9d45e
Show file tree
Hide file tree
Showing 2 changed files with 259 additions and 212 deletions.
@@ -20,22 +20,22 @@
"clean": "rm -rf .tmp/* build/*"
},
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.2",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.3.4",
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3",
"@tailwindcss/typography": "^0.5.0",
"autoprefixer": "^10.4.2",
"cross-env": "^7.0.3",
"date-fns": "^2.24.0",
"eslint": "^7.32.0",
"date-fns": "^2.28.0",
"eslint": "^8.7.0",
"html-minifier": "^4.0.0",
"markdown-it": "^12.2.0",
"markdown-it-anchor": "^8.3.1",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.4.1",
"markdown-it-container": "^3.0.0",
"node-fetch": "^2.6.3",
"node-fetch": "^3.1.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
"prettier": "^2.4.1",
"tailwindcss": "^2.2.15"
"postcss": "^8.4.5",
"postcss-cli": "^9.1.0",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.15"
}
}

0 comments on commit ac610db

Please sign in to comment.