@wulechuan/css-stylus-markdown-themes 7.8.2 → 7.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +14 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wulechuan/css-stylus-markdown-themes",
3
- "version": "7.8.2",
3
+ "version": "7.8.3",
4
4
  "author": "吴乐川 <wulechuan@live.com>",
5
5
  "license": "WTFPL",
6
6
  "description": "此为吴乐川的《HTML 文章排版与配色之方案集与相关制作工具》。本工具可用于构建一组层叠样式表(即 CSS )文件。本工具亦提供了一组现成的层叠样式表文件。凡这些样式表,均可用于美化超文本标记语言(即 HTML)格式的文章。于单一文章,不必同时取用多个样式表文件,仅取其一足矣。",
@@ -36,17 +36,23 @@
36
36
  "每当制作集得之版本之前": "npm i && npm test && npm run 发布新图片之前对开发者做出提醒",
37
37
  "prepublishOnly": "npm i && npm test"
38
38
  },
39
+ "overrides": {
40
+ "stylus": {
41
+ "glob": "7.2.0"
42
+ }
43
+ },
39
44
  "dependencies": {
40
45
  "globby": "^11.1.0"
41
46
  },
42
47
  "devDependencies": {
43
- "@wulechuan/cli-scripts--git-push": "^3.0.4",
44
- "@wulechuan/generate-html-via-markdown": "^3.2.5",
48
+ "@wulechuan/cli-scripts--git-push": "^6.0.10",
49
+ "@wulechuan/cli-scripts--npm-project-helpers": "^2.0.3",
50
+ "@wulechuan/generate-html-via-markdown": "^3.3.0",
45
51
  "@wulechuan/gulp-classical-task-cycle": "^0.3.0",
46
52
  "chalk": "^4.1.2",
47
- "cssnano": "^5.1.7",
48
- "del": "^6.0.0",
49
- "eslint": "^8.15.0",
53
+ "cssnano": "^5.1.12",
54
+ "del": "^6.1.1",
55
+ "eslint": "^8.19.0",
50
56
  "esm": "^3.2.25",
51
57
  "fs-extra": "^10.1.0",
52
58
  "gulp": "^4.0.2",
@@ -56,8 +62,8 @@
56
62
  "gulp-rename": "^2.0.0",
57
63
  "gulp-stylus": "^2.7.1",
58
64
  "gulp-terser": "^2.1.0",
59
- "postcss": "^8.4.13",
60
- "stylus": "^0.57.0"
65
+ "postcss": "^8.4.14",
66
+ "stylus": "^0.58.1"
61
67
  },
62
68
  "homepage": "https://github.com/wulechuan/wulechuan-css-stylus-themes-for-htmls-via-markdowns#readme",
63
69
  "repository": {