@cenk1cenk2/md-printer 2.2.93 → 2.2.95

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.
@@ -103,5 +103,5 @@
103
103
  ]
104
104
  }
105
105
  },
106
- "version": "2.2.92"
106
+ "version": "2.2.94"
107
107
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cenk1cenk2/md-printer",
3
- "version": "2.2.93",
3
+ "version": "2.2.95",
4
4
  "description": "A markdown printer.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -70,8 +70,8 @@
70
70
  "dependencies": {
71
71
  "@cenk1cenk2/oclif-common": "^6.3.20",
72
72
  "@listr2/manager": "^2.0.13",
73
- "@oclif/core": "^4.0.28",
74
- "@oclif/plugin-help": "^6.2.14",
73
+ "@oclif/core": "^4.0.29",
74
+ "@oclif/plugin-help": "^6.2.15",
75
75
  "chokidar": "^3.6.0",
76
76
  "fs-extra": "^11.2.0",
77
77
  "gray-matter": "^4.0.3",
@@ -82,29 +82,29 @@
82
82
  "devDependencies": {
83
83
  "@cenk1cenk2/cz-cc": "^1.7.11",
84
84
  "@cenk1cenk2/eslint-config": "^2.7.59",
85
- "@swc/core": "^1.7.28",
85
+ "@swc/core": "^1.7.36",
86
86
  "@tailwindcss/forms": "^0.5.9",
87
87
  "@tailwindcss/typography": "^0.5.15",
88
88
  "@types/config": "^3.3.5",
89
89
  "@types/fs-extra": "^11.0.4",
90
- "@types/node": "^20.16.11",
90
+ "@types/node": "^20.16.13",
91
91
  "@types/nunjucks": "^3.2.6",
92
92
  "eslint": "^8.57.1",
93
93
  "execa": "^8.0.1",
94
94
  "globby": "^14.0.2",
95
95
  "lint-staged": "^15.2.10",
96
- "oclif": "^4.15.6",
96
+ "oclif": "^4.15.9",
97
97
  "postcss": "^8.4.47",
98
98
  "prettier": "^3.3.3",
99
99
  "simple-git-hooks": "^2.11.1",
100
100
  "source-map-support": "^0.5.21",
101
- "tailwindcss": "^3.4.13",
101
+ "tailwindcss": "^3.4.14",
102
102
  "theme-colors": "^0.1.0",
103
103
  "ts-node": "^10.9.2",
104
104
  "tsconfig-paths": "^4.2.0",
105
105
  "tsconfig-replace-paths": "^0.0.14",
106
106
  "tsup": "^8.3.0",
107
- "typescript": "^5.6.2"
107
+ "typescript": "^5.6.3"
108
108
  },
109
109
  "config": {
110
110
  "commitizen": {
@@ -115,7 +115,7 @@ html {
115
115
  }
116
116
 
117
117
  /*
118
- ! tailwindcss v3.4.13 | MIT License | https://tailwindcss.com
118
+ ! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
119
119
  */
120
120
 
121
121
  /*
@@ -558,7 +558,7 @@ video {
558
558
 
559
559
  /* Make elements with the HTML hidden attribute stay hidden by default */
560
560
 
561
- [hidden] {
561
+ [hidden]:where(:not([hidden="until-found"])) {
562
562
  display: none;
563
563
  }
564
564