create-mirta 0.2.4 → 0.2.5

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/dist/index.mjs CHANGED
@@ -398,7 +398,7 @@ function createConfig(templateDir, options = {}) {
398
398
  const fileExtensions = ['ts', 'mts', 'tsx'];
399
399
  if (addVitest) {
400
400
  additionalConfigs.unshift({
401
- devDependencies: pickDependencies(['eslint-plugin-vitest']),
401
+ devDependencies: pickDependencies(['@vitest/eslint-plugin']),
402
402
  });
403
403
  }
404
404
  for (const config of additionalConfigs) {
@@ -9,10 +9,10 @@
9
9
  "build:dev": "cross-env NODE_ENV=development rollup -c"
10
10
  },
11
11
  "dependencies": {
12
- "mirta": "0.2.4"
12
+ "mirta": "0.2.5"
13
13
  },
14
14
  "devDependencies": {
15
- "@mirta/rollup": "0.2.4",
15
+ "@mirta/rollup": "0.2.5",
16
16
  "cross-env": "^10.0.0",
17
17
  "rollup": "^4.50.0"
18
18
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "dependencies": {
3
- "@mirta/store": "0.2.4"
3
+ "@mirta/store": "0.2.5"
4
4
  }
5
5
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "devDependencies": {
3
- "@mirta/globals": "0.2.4",
4
- "@mirta/tsconfig": "0.2.4",
3
+ "@mirta/globals": "0.2.5",
4
+ "@mirta/tsconfig": "0.2.5",
5
5
  "@types/node": "^24.3.0",
6
6
  "typescript": "^5.8.3"
7
7
  }
@@ -3,7 +3,7 @@
3
3
  "test": "vitest run"
4
4
  },
5
5
  "devDependencies": {
6
- "@mirta/testing": "0.2.4",
6
+ "@mirta/testing": "0.2.5",
7
7
  "vitest": "^3.2.4",
8
8
  "vitest-mock-extended": "^3.1.0"
9
9
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-mirta",
3
3
  "description": "🛠️ The recommended way to start a Mirta project.",
4
- "version": "0.2.4",
4
+ "version": "0.2.5",
5
5
  "license": "Unlicense",
6
6
  "keywords": [
7
7
  "mirta",