update site deps to the last versions
This commit is contained in:
+5
-3
@@ -37,9 +37,11 @@ function getMarkdownLib() {
|
||||
linkify: true,
|
||||
})
|
||||
.use(markdownItAnchor, {
|
||||
permalink: true,
|
||||
permalinkClass: '',
|
||||
permalinkSymbol: '',
|
||||
permalink: markdownItAnchor.permalink.linkInsideHeader({
|
||||
placement: 'before',
|
||||
class: '',
|
||||
symbol: '',
|
||||
}),
|
||||
})
|
||||
.use(markdownItContainer, 'note', noteContainer())
|
||||
}
|
||||
|
||||
+11
-12
@@ -12,8 +12,8 @@
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "npm run clean && npm run dev:css | npm run dev:11ty",
|
||||
"dev:11ty": "eleventy --serve --watch --quiet",
|
||||
"dev:css": "postcss ./src/styles.css -o .tmp/style.css -w",
|
||||
"dev:11ty": "eleventy --serve --watch",
|
||||
"build": "cross-env NODE_ENV=production run-s clean build:* --print-label",
|
||||
"build:css": "postcss ./src/styles.css -o .tmp/style.css",
|
||||
"build:11ty": "eleventy",
|
||||
@@ -21,22 +21,21 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^0.12.1",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.1",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.2",
|
||||
"@tailwindcss/typography": "^0.4.1",
|
||||
"autoprefixer": "^10.2.6",
|
||||
"autoprefixer": "^10.3.4",
|
||||
"cross-env": "^7.0.3",
|
||||
"date-fns": "^2.22.1",
|
||||
"eleventy-plugin-toc": "^1.1.0",
|
||||
"eslint": "^7.28.0",
|
||||
"date-fns": "^2.24.0",
|
||||
"eslint": "^7.32.0",
|
||||
"html-minifier": "^4.0.0",
|
||||
"markdown-it": "^12.0.6",
|
||||
"markdown-it-anchor": "^7.1.0",
|
||||
"markdown-it": "^12.2.0",
|
||||
"markdown-it-anchor": "^8.3.1",
|
||||
"markdown-it-container": "^3.0.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
"node-fetch": "^2.6.3",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"postcss": "^8.3.2",
|
||||
"postcss": "^8.3.6",
|
||||
"postcss-cli": "^8.3.1",
|
||||
"prettier": "^2.3.1",
|
||||
"tailwindcss": "^2.1.4"
|
||||
"prettier": "^2.4.1",
|
||||
"tailwindcss": "^2.2.15"
|
||||
}
|
||||
}
|
||||
|
||||
+327
-277
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user