create-template-project 1.5.2 → 1.5.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.
@@ -53,7 +53,7 @@
53
53
  "description": "Modern native git hooks made easy."
54
54
  },
55
55
  "oxlint": {
56
- "version": "1.66.0",
56
+ "version": "1.67.0",
57
57
  "description": "A JavaScript linter written in Rust."
58
58
  },
59
59
  "oxlint-tsgolint": {
@@ -61,7 +61,7 @@
61
61
  "description": "TypeScript-specific rules for oxlint."
62
62
  },
63
63
  "oxfmt": {
64
- "version": "0.51.0",
64
+ "version": "0.52.0",
65
65
  "description": "High performance JavaScript / TypeScript formatter."
66
66
  },
67
67
  "typescript": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-template-project",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "private": false,
5
5
  "description": "An ultra-modular, type-safe Node.js CLI tool used to scaffold new project templates (CLI, Webpage, Webapp, Fullstack) with best-practice configurations pre-installed.",
6
6
  "keywords": [
@@ -69,8 +69,8 @@
69
69
  "conventional-changelog-angular": "8.3.1",
70
70
  "eslint-plugin-regexp": "3.1.0",
71
71
  "husky": "9.1.7",
72
- "oxfmt": "0.51.0",
73
- "oxlint": "1.66.0",
72
+ "oxfmt": "0.52.0",
73
+ "oxlint": "1.67.0",
74
74
  "oxlint-tsgolint": "0.23.0",
75
75
  "release-it": "20.0.1",
76
76
  "rimraf": "6.1.3",