create-template-project 1.5.20 → 1.5.21

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.
@@ -5,7 +5,7 @@
5
5
  "description": "Native-ESM powered web dev build tool"
6
6
  },
7
7
  "@vitejs/plugin-react": {
8
- "version": "6.0.3",
8
+ "version": "6.0.4",
9
9
  "description": "The default Vite plugin for React projects."
10
10
  },
11
11
  "@vitest/browser": {
@@ -57,15 +57,15 @@
57
57
  "description": "Modern native git hooks made easy."
58
58
  },
59
59
  "oxlint": {
60
- "version": "1.74.0",
60
+ "version": "1.75.0",
61
61
  "description": "A JavaScript linter written in Rust."
62
62
  },
63
63
  "oxlint-tsgolint": {
64
- "version": "0.25.0",
64
+ "version": "7.0.2001",
65
65
  "description": "TypeScript-specific rules for oxlint."
66
66
  },
67
67
  "oxfmt": {
68
- "version": "0.59.0",
68
+ "version": "0.60.0",
69
69
  "description": "High performance JavaScript / TypeScript formatter."
70
70
  },
71
71
  "typescript": {
@@ -97,11 +97,11 @@
97
97
  "description": "TypeScript definitions for Express."
98
98
  },
99
99
  "react": {
100
- "version": "19.2.7",
100
+ "version": "19.2.8",
101
101
  "description": "A JavaScript library for building user interfaces."
102
102
  },
103
103
  "react-dom": {
104
- "version": "19.2.7",
104
+ "version": "19.2.8",
105
105
  "description": "React package for working with the DOM."
106
106
  },
107
107
  "@mui/material": {
@@ -145,7 +145,7 @@
145
145
  "description": "tRPC integration for React Query."
146
146
  },
147
147
  "@tanstack/react-query": {
148
- "version": "5.101.2",
148
+ "version": "5.101.4",
149
149
  "description": "Powerful asynchronous state management for TS/JS."
150
150
  },
151
151
  "zod": {
@@ -181,6 +181,7 @@ export const linter = defineConfig({
181
181
  'unicorn/no-typeof-undefined': 'off', // TODO: consider enabling
182
182
  'unicorn/prefer-module': 'off', // TODO: consider enabling
183
183
  'unicorn/prefer-number-coercion': 'off', // TODO: consider enabling
184
+ 'react/function-component-definition': 'off', // TODO: consider enabling
184
185
  'react/jsx-filename-extension': ['error', {extensions: ['.tsx']}],
185
186
  'react/jsx-max-depth': ['error', {max: 5}],
186
187
  'react/jsx-no-literals': 'off',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-template-project",
3
- "version": "1.5.20",
3
+ "version": "1.5.21",
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,9 +69,9 @@
69
69
  "conventional-changelog-angular": "9.2.1",
70
70
  "eslint-plugin-regexp": "3.1.1",
71
71
  "husky": "9.1.7",
72
- "oxfmt": "0.59.0",
73
- "oxlint": "1.74.0",
74
- "oxlint-tsgolint": "0.25.0",
72
+ "oxfmt": "0.60.0",
73
+ "oxlint": "1.75.0",
74
+ "oxlint-tsgolint": "7.0.2001",
75
75
  "release-it": "20.2.1",
76
76
  "rimraf": "6.1.3",
77
77
  "typescript": "7.0.2",