Skip to content

Commit

Permalink
Revert "Update package.json for 2.3.5 (#58)" (#59)
Browse files Browse the repository at this point in the history
This reverts commit d3ec9ae.
  • Loading branch information
lucascantor authored Feb 13, 2024
1 parent d3ec9ae commit ddd10dc
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eleventy-template-bliss",
"version": "2.3.5",
"version": "2.3.4",
"private": true,
"scripts": {
"prebuild": "npm run clean",
Expand All @@ -27,38 +27,38 @@
},
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "3.1.0",
"@11ty/eleventy-img": "^3.1.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"crypto-js": "^4.2.0",
"eleventy-plugin-emoji": "^1.1.0",
"eleventy-plugin-gen-favicons": "^1.1.2",
"eleventy-plugin-pwa-v2": "^1.0.1",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint": "^8.49.0",
"eslint-plugin-import": "^2.28.1",
"html-minifier-terser": "^7.2.0",
"jsdom": "^24.0.0",
"jsdom": "^22.1.0",
"jsonminify": "^0.4.2",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"luxon": "^3.4.3",
"markdown-it-anchor": "^8.6.7",
"markdown-it-footnote": "^4.0.0",
"minify-xml": "^4.3.0",
"node-html-parser": "^6.1.12",
"markdown-it-footnote": "^3.0.3",
"minify-xml": "^4.0.0",
"node-html-parser": "^6.1.9",
"npm-run-all": "^4.1.5",
"pre-commit": "^1.2.2",
"prettier": "^3.2.5",
"prettier": "^3.0.3",
"require-dir": "^1.2.0",
"rimraf": "^5.0.5",
"sass": "^1.70.0",
"sharp": "0.32.5",
"rimraf": "^5.0.1",
"sass": "^1.67.0",
"sharp": "^0.32.5",
"slugify": "^1.6.6",
"sort-package-json": "^2.7.0",
"terser": "^5.27.0"
"sort-package-json": "^2.5.1",
"terser": "^5.19.4"
},
"pre-commit": [
"format",
"lint"
]
}
}

0 comments on commit ddd10dc

Please sign in to comment.