@adbayb/stack 2.35.0-next-4048dfb → 2.35.0-next-700302e

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -467,7 +467,7 @@ const PRESERVE_FILES = [
467
467
  "node_modules"
468
468
  ];
469
469
 
470
- var version = "2.35.0-next-4048dfb";
470
+ var version = "2.35.0-next-700302e";
471
471
 
472
472
  const createCreateCommand = (program)=>{
473
473
  program.command({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/stack",
3
- "version": "2.35.0-next-4048dfb",
3
+ "version": "2.35.0-next-700302e",
4
4
  "description": "My opinionated JavaScript-based toolchain",
5
5
  "keywords": [
6
6
  "stack",
@@ -43,7 +43,7 @@
43
43
  "@changesets/cli": "^2.31.0",
44
44
  "@commitlint/cli": "^21.0.1",
45
45
  "@commitlint/config-conventional": "^21.0.1",
46
- "@eslint-react/eslint-plugin": "^5.7.8",
46
+ "@eslint-react/eslint-plugin": "^5.8.3",
47
47
  "@eslint/compat": "^2.1.0",
48
48
  "@stylistic/eslint-plugin": "^5.10.0",
49
49
  "@vitest/eslint-plugin": "^1.6.17",
@@ -52,7 +52,7 @@
52
52
  "eslint-import-resolver-typescript": "^4.4.4",
53
53
  "eslint-plugin-depend": "^1.5.0",
54
54
  "eslint-plugin-import-x": "^4.16.2",
55
- "eslint-plugin-jsdoc": "^62.9.0",
55
+ "eslint-plugin-jsdoc": "^63.0.0",
56
56
  "eslint-plugin-mdx": "^3.7.0",
57
57
  "eslint-plugin-n": "^18.0.1",
58
58
  "eslint-plugin-perfectionist": "^5.9.0",
@@ -66,7 +66,7 @@
66
66
  "termost": "^1.9.0",
67
67
  "turbo": "^2.9.14",
68
68
  "typescript": "^6.0.3",
69
- "typescript-eslint": "^8.59.3"
69
+ "typescript-eslint": "^8.59.4"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@types/node": "24.12.4",