Skip to content
Commits on Source (31)
## [2.3.2](https://gitlab.kilic.dev/utils/md-printer/compare/v2.3.1...v2.3.2) (2024-12-25)
### Bug Fixes
* **deps:** update all minor dependency updates ([a5762ed](https://gitlab.kilic.dev/utils/md-printer/commit/a5762ed1a5be9f5b28f3aa3d51d4eaa547c2d5b9))
## [2.3.1](https://gitlab.kilic.dev/utils/md-printer/compare/v2.3.0...v2.3.1) (2024-12-14)
......
{
"name": "@cenk1cenk2/md-printer",
"version": "2.3.1",
"version": "2.3.2",
"description": "A markdown printer.",
"main": "dist/index.js",
"type": "module",
......@@ -72,11 +72,11 @@
"dependencies": {
"@cenk1cenk2/oclif-common": "^6.3.29",
"@listr2/manager": "^2.0.13",
"@oclif/core": "^4.0.37",
"@oclif/plugin-help": "^6.2.19",
"@oclif/core": "^4.2.0",
"@oclif/plugin-help": "^6.2.20",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"chokidar": "^4.0.1",
"chokidar": "^4.0.3",
"fs-extra": "^11.2.0",
"gray-matter": "^4.0.3",
"listr2": "^8.2.5",
......@@ -84,11 +84,11 @@
"nunjucks": "^3.2.4",
"postcss": "^8.4.49",
"showdown": "^2.1.0",
"tailwindcss": "^3.4.16"
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@cenk1cenk2/cz-cc": "^1.8.0",
"@cenk1cenk2/eslint-config": "^3.1.14",
"@cenk1cenk2/eslint-config": "^3.1.16",
"@swc/core": "^1.10.1",
"@types/config": "^3.3.5",
"@types/fs-extra": "^11.0.4",
......@@ -99,7 +99,7 @@
"execa": "^9.5.2",
"globby": "^14.0.2",
"lint-staged": "^15.2.11",
"oclif": "^4.16.2",
"oclif": "^4.17.4",
"prettier": "^3.4.2",
"simple-git-hooks": "^2.11.1",
"source-map-support": "^0.5.21",
......
This diff is collapsed.