create-mirta 0.2.4 → 0.2.6
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
|
|
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.
|
|
12
|
+
"mirta": "0.2.6"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@mirta/rollup": "0.2.
|
|
15
|
+
"@mirta/rollup": "0.2.6",
|
|
16
16
|
"cross-env": "^10.0.0",
|
|
17
17
|
"rollup": "^4.50.0"
|
|
18
18
|
}
|
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
|
+
"version": "0.2.6",
|
|
5
5
|
"license": "Unlicense",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"mirta",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@types/fs-extra": "^11.0.4",
|
|
46
46
|
"@types/lodash.merge": "^4.6.9",
|
|
47
47
|
"eslint": "^9.34.0",
|
|
48
|
-
"@vitest/eslint-plugin": "^1.3.
|
|
48
|
+
"@vitest/eslint-plugin": "^1.3.9",
|
|
49
49
|
"globals": "^16.3.0",
|
|
50
50
|
"typescript-eslint": "^8.41.0"
|
|
51
51
|
},
|