create-template-project 1.5.15 → 1.5.16

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.
@@ -57,7 +57,7 @@
57
57
  "description": "Modern native git hooks made easy."
58
58
  },
59
59
  "oxlint": {
60
- "version": "1.71.0",
60
+ "version": "1.72.0",
61
61
  "description": "A JavaScript linter written in Rust."
62
62
  },
63
63
  "oxlint-tsgolint": {
@@ -65,7 +65,7 @@
65
65
  "description": "TypeScript-specific rules for oxlint."
66
66
  },
67
67
  "oxfmt": {
68
- "version": "0.56.0",
68
+ "version": "0.57.0",
69
69
  "description": "High performance JavaScript / TypeScript formatter."
70
70
  },
71
71
  "typescript": {
@@ -153,7 +153,7 @@
153
153
  "description": "TypeScript-first schema validation with static type inference."
154
154
  },
155
155
  "react-router-dom": {
156
- "version": "7.18.0",
156
+ "version": "7.18.1",
157
157
  "description": "Declarative routing for React web applications."
158
158
  },
159
159
  "release-it": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-template-project",
3
- "version": "1.5.15",
3
+ "version": "1.5.16",
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": "9.2.0",
70
70
  "eslint-plugin-regexp": "3.1.1",
71
71
  "husky": "9.1.7",
72
- "oxfmt": "0.56.0",
73
- "oxlint": "1.71.0",
72
+ "oxfmt": "0.57.0",
73
+ "oxlint": "1.72.0",
74
74
  "oxlint-tsgolint": "0.23.0",
75
75
  "release-it": "20.2.1",
76
76
  "rimraf": "6.1.3",