@cenk1cenk2/md-printer 2.2.60 → 2.2.62
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.
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cenk1cenk2/md-printer",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.62",
|
|
4
4
|
"description": "A markdown printer.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"repository": "https://gitlab.kilic.dev/utils/md-printer",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
],
|
|
69
69
|
"dependencies": {
|
|
70
70
|
"@cenk1cenk2/oclif-common": "^5.0.8",
|
|
71
|
-
"@oclif/core": "^2.
|
|
72
|
-
"@oclif/plugin-help": "^5.2.
|
|
71
|
+
"@oclif/core": "^2.14.0",
|
|
72
|
+
"@oclif/plugin-help": "^5.2.18",
|
|
73
73
|
"chokidar": "^3.5.3",
|
|
74
74
|
"class-transformer": "^0.5.1",
|
|
75
75
|
"class-validator": "^0.14.0",
|
|
@@ -82,22 +82,22 @@
|
|
|
82
82
|
"listr2": "^6.6.1",
|
|
83
83
|
"md-to-pdf": "^5.2.4",
|
|
84
84
|
"nunjucks": "^3.2.4",
|
|
85
|
-
"yaml": "^2.3.
|
|
85
|
+
"yaml": "^2.3.2"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
88
|
"@cenk1cenk2/cz-cc": "^1.6.7",
|
|
89
|
-
"@cenk1cenk2/eslint-config": "^2.7.
|
|
90
|
-
"@swc/core": "^1.3.
|
|
91
|
-
"@tailwindcss/forms": "^0.5.
|
|
89
|
+
"@cenk1cenk2/eslint-config": "^2.7.17",
|
|
90
|
+
"@swc/core": "^1.3.82",
|
|
91
|
+
"@tailwindcss/forms": "^0.5.6",
|
|
92
92
|
"@tailwindcss/typography": "^0.5.9",
|
|
93
93
|
"@types/config": "^3.3.0",
|
|
94
94
|
"@types/fs-extra": "^11.0.1",
|
|
95
|
-
"@types/node": "^18.17.
|
|
95
|
+
"@types/node": "^18.17.11",
|
|
96
96
|
"@types/nunjucks": "^3.2.3",
|
|
97
|
-
"eslint": "^8.
|
|
97
|
+
"eslint": "^8.48.0",
|
|
98
98
|
"lint-staged": "^13.3.0",
|
|
99
|
-
"oclif": "^3.
|
|
100
|
-
"postcss": "^8.4.
|
|
99
|
+
"oclif": "^3.13.1",
|
|
100
|
+
"postcss": "^8.4.29",
|
|
101
101
|
"prettier": "^3.0.2",
|
|
102
102
|
"simple-git-hooks": "^2.9.0",
|
|
103
103
|
"source-map-support": "^0.5.21",
|
|
@@ -491,6 +491,10 @@ input::placeholder,textarea::placeholder {
|
|
|
491
491
|
text-align: inherit;
|
|
492
492
|
}
|
|
493
493
|
|
|
494
|
+
::-webkit-datetime-edit {
|
|
495
|
+
display: inline-flex;
|
|
496
|
+
}
|
|
497
|
+
|
|
494
498
|
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
|
|
495
499
|
padding-top: 0;
|
|
496
500
|
padding-bottom: 0;
|