chore: update dependencies

This commit is contained in:
Sivan 2021-08-12 18:47:19 +08:00
parent 3b1c242806
commit 4bec7525aa
4 changed files with 789 additions and 553 deletions

View file

@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 10
node-version: 14
- name: NPM Install and Test
run: |
npm install

View file

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [12.x, 14.x]
steps:
- uses: actions/checkout@v1

1328
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "heti",
"version": "0.8.1",
"version": "0.8.2",
"description": "赫蹏是专为中文内容展示设计的排版样式增强。它基于通行的中文排版规范而来,可以为网站的读者带来更好的文章阅读体验。",
"main": "lib/heti.scss",
"files": [
@ -43,10 +43,10 @@
"node-sass": "^4.14.1",
"rollup": "^1.32.1",
"rollup-plugin-terser": "^5.3.1",
"stylelint": "^13.7.2",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-scss": "^3.18.0"
"stylelint": "^13.13.1",
"stylelint-config-recommended-scss": "^4.3.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-scss": "^3.20.1"
},
"stylelint": {
"extends": [