create-rstack 1.5.6 → 1.6.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-rstack",
3
- "version": "1.5.6",
3
+ "version": "1.6.0",
4
4
  "description": "Create a new Rstack project",
5
5
  "repository": {
6
6
  "type": "git",
@@ -6,8 +6,8 @@
6
6
  "lint": "eslint ."
7
7
  },
8
8
  "devDependencies": {
9
- "@eslint/js": "^9.32.0",
10
- "eslint": "^9.32.0",
9
+ "@eslint/js": "^9.35.0",
10
+ "eslint": "^9.35.0",
11
11
  "eslint-plugin-react-hooks": "^5.2.0",
12
12
  "eslint-plugin-react-refresh": "^0.4.20",
13
13
  "globals": "^16.3.0"
@@ -1,11 +1,11 @@
1
1
  import js from '@eslint/js';
2
- import { globalIgnores } from 'eslint/config';
2
+ import { defineConfig, globalIgnores } from 'eslint/config';
3
3
  import reactHooks from 'eslint-plugin-react-hooks';
4
4
  import reactRefresh from 'eslint-plugin-react-refresh';
5
5
  import globals from 'globals';
6
6
  import tseslint from 'typescript-eslint';
7
7
 
8
- export default tseslint.config([
8
+ export default defineConfig([
9
9
  globalIgnores(['dist']),
10
10
  {
11
11
  files: ['**/*.{ts,tsx}'],
@@ -6,11 +6,11 @@
6
6
  "lint": "eslint ."
7
7
  },
8
8
  "devDependencies": {
9
- "@eslint/js": "^9.32.0",
10
- "eslint": "^9.32.0",
9
+ "@eslint/js": "^9.35.0",
10
+ "eslint": "^9.35.0",
11
11
  "eslint-plugin-react-hooks": "^5.2.0",
12
12
  "eslint-plugin-react-refresh": "^0.4.20",
13
13
  "globals": "^16.3.0",
14
- "typescript-eslint": "^8.38.0"
14
+ "typescript-eslint": "^8.42.0"
15
15
  }
16
16
  }
@@ -6,8 +6,8 @@
6
6
  "lint": "eslint ."
7
7
  },
8
8
  "devDependencies": {
9
- "@eslint/js": "^9.32.0",
10
- "eslint": "^9.32.0",
9
+ "@eslint/js": "^9.35.0",
10
+ "eslint": "^9.35.0",
11
11
  "eslint-plugin-svelte": "^3.11.0",
12
12
  "globals": "^16.3.0"
13
13
  }
@@ -3,7 +3,7 @@ import svelte from 'eslint-plugin-svelte';
3
3
  import globals from 'globals';
4
4
  import ts from 'typescript-eslint';
5
5
 
6
- /** @type {import('eslint').Linter.FlatConfig[]} */
6
+ /** @type {import('eslint').Linter.Config[]} */
7
7
  export default [
8
8
  js.configs.recommended,
9
9
  ...ts.configs.recommended,
@@ -6,11 +6,11 @@
6
6
  "lint": "eslint ."
7
7
  },
8
8
  "devDependencies": {
9
- "@eslint/js": "^9.32.0",
10
- "eslint": "^9.32.0",
11
- "eslint-plugin-svelte": "^3.11.0",
9
+ "@eslint/js": "^9.35.0",
10
+ "eslint": "^9.35.0",
11
+ "eslint-plugin-svelte": "^3.12.2",
12
12
  "globals": "^16.3.0",
13
- "typescript-eslint": "^8.38.0"
13
+ "typescript-eslint": "^8.42.0"
14
14
  },
15
15
  "type": "module"
16
16
  }
@@ -6,8 +6,8 @@
6
6
  "lint": "eslint ."
7
7
  },
8
8
  "devDependencies": {
9
- "@eslint/js": "^9.32.0",
10
- "eslint": "^9.32.0",
9
+ "@eslint/js": "^9.35.0",
10
+ "eslint": "^9.35.0",
11
11
  "globals": "^16.3.0"
12
12
  }
13
13
  }
@@ -6,9 +6,9 @@
6
6
  "lint": "eslint ."
7
7
  },
8
8
  "devDependencies": {
9
- "@eslint/js": "^9.32.0",
10
- "eslint": "^9.32.0",
9
+ "@eslint/js": "^9.35.0",
10
+ "eslint": "^9.35.0",
11
11
  "globals": "^16.3.0",
12
- "typescript-eslint": "^8.38.0"
12
+ "typescript-eslint": "^8.42.0"
13
13
  }
14
14
  }
@@ -6,8 +6,8 @@
6
6
  "lint": "eslint ."
7
7
  },
8
8
  "devDependencies": {
9
- "@eslint/js": "^9.32.0",
10
- "eslint": "^9.32.0",
9
+ "@eslint/js": "^9.35.0",
10
+ "eslint": "^9.35.0",
11
11
  "eslint-plugin-vue": "^10.4.0",
12
12
  "globals": "^16.3.0"
13
13
  }
@@ -7,9 +7,9 @@
7
7
  },
8
8
  "devDependencies": {
9
9
  "@vue/eslint-config-typescript": "^14.6.0",
10
- "eslint": "^9.32.0",
10
+ "eslint": "^9.35.0",
11
11
  "eslint-plugin-vue": "^10.4.0",
12
12
  "globals": "^16.3.0",
13
- "typescript-eslint": "^8.38.0"
13
+ "typescript-eslint": "^8.42.0"
14
14
  }
15
15
  }