create-raclette-app 0.1.33-canary.3 → 0.1.34
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/CHANGELOG.md +3 -2
- package/package.json +28 -29
- package/templates/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.1.34] - 2026-05-13 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.32...v0.1.34" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
|
|
11
|
+
|
|
12
|
+
|
|
10
13
|
### Added
|
|
11
14
|
|
|
12
15
|
- added correct .yarn handling to templates/gitignore
|
|
@@ -27,7 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
27
30
|
|
|
28
31
|
- core release
|
|
29
32
|
|
|
30
|
-
|
|
31
33
|
## [0.1.26] - 2026-04-27 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.25...v0.1.26" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
|
|
32
34
|
|
|
33
35
|
### Updated
|
|
@@ -40,7 +42,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
40
42
|
|
|
41
43
|
- core release
|
|
42
44
|
|
|
43
|
-
|
|
44
45
|
## [0.1.24] - 2026-04-15 <a href="https://gitlab.com/raclettejs/core-dev/-/compare/v0.1.23...v0.1.24" target="_blank" rel="noopener"><b>Overview of all changes</b></a>
|
|
45
46
|
|
|
46
47
|
### Updated
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-raclette-app",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.34",
|
|
4
4
|
"description": "CLI tool to create a racletteJS application boilerplate",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -33,34 +33,33 @@
|
|
|
33
33
|
"boilerplate"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@inquirer/prompts": "
|
|
37
|
-
"chalk": "
|
|
38
|
-
"commander": "
|
|
39
|
-
"fs-extra": "
|
|
40
|
-
"jest-util": "
|
|
36
|
+
"@inquirer/prompts": "8.3.2",
|
|
37
|
+
"chalk": "5.6.2",
|
|
38
|
+
"commander": "14.0.3",
|
|
39
|
+
"fs-extra": "11.3.4",
|
|
40
|
+
"jest-util": "30.3.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@eslint/js": "
|
|
44
|
-
"@types/fs-extra": "
|
|
45
|
-
"@types/inquirer": "
|
|
46
|
-
"@types/jest": "
|
|
47
|
-
"@types/node": "
|
|
48
|
-
"chokidar": "
|
|
49
|
-
"esbuild": "
|
|
50
|
-
"eslint": "
|
|
51
|
-
"eslint-config-prettier": "
|
|
52
|
-
"eslint-flat-config-utils": "
|
|
53
|
-
"eslint-plugin-import": "
|
|
54
|
-
"eslint-plugin-prefer-arrow-functions": "
|
|
55
|
-
"globals": "
|
|
56
|
-
"jest": "
|
|
57
|
-
"prettier": "
|
|
58
|
-
"semver": "
|
|
59
|
-
"ts-jest": "
|
|
60
|
-
"ts-jest-mock-import-meta": "
|
|
61
|
-
"ts-node": "
|
|
62
|
-
"typescript": "
|
|
63
|
-
"typescript-eslint": "
|
|
64
|
-
}
|
|
65
|
-
"packageManager": "yarn@4.13.0"
|
|
43
|
+
"@eslint/js": "9.35.0",
|
|
44
|
+
"@types/fs-extra": "11.0.4",
|
|
45
|
+
"@types/inquirer": "9.0.9",
|
|
46
|
+
"@types/jest": "29.5.14",
|
|
47
|
+
"@types/node": "20.19.37",
|
|
48
|
+
"chokidar": "5.0.0",
|
|
49
|
+
"esbuild": "0.27.4",
|
|
50
|
+
"eslint": "9.35.0",
|
|
51
|
+
"eslint-config-prettier": "9.1.2",
|
|
52
|
+
"eslint-flat-config-utils": "3.0.2",
|
|
53
|
+
"eslint-plugin-import": "2.32.0",
|
|
54
|
+
"eslint-plugin-prefer-arrow-functions": "3.9.1",
|
|
55
|
+
"globals": "17.4.0",
|
|
56
|
+
"jest": "29.7.0",
|
|
57
|
+
"prettier": "3.8.1",
|
|
58
|
+
"semver": "7.7.2",
|
|
59
|
+
"ts-jest": "29.4.6",
|
|
60
|
+
"ts-jest-mock-import-meta": "1.3.1",
|
|
61
|
+
"ts-node": "10.9.2",
|
|
62
|
+
"typescript": "5.9.3",
|
|
63
|
+
"typescript-eslint": "8.57.2"
|
|
64
|
+
}
|
|
66
65
|
}
|
package/templates/package.json
CHANGED
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"lint:fix": "eslint --fix"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@raclettejs/workbench": "0.1.
|
|
21
|
-
"@raclettejs/core": "0.1.
|
|
20
|
+
"@raclettejs/workbench": "0.1.34",
|
|
21
|
+
"@raclettejs/core": "0.1.34"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@eslint/js": "9.35.0",
|
|
25
|
-
"@raclettejs/types": "0.1.
|
|
25
|
+
"@raclettejs/types": "0.1.34",
|
|
26
26
|
"@sinclair/typebox": "0.34.48",
|
|
27
27
|
"@typescript-eslint/eslint-plugin": "^8.32.1",
|
|
28
28
|
"@typescript-eslint/parser": "^8.32.1",
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
"prettier": "3.8.1",
|
|
42
42
|
"ramda": "0.32.0",
|
|
43
43
|
"typescript": "5.9.3",
|
|
44
|
-
"typescript-eslint": "8.
|
|
44
|
+
"typescript-eslint": "8.59.2",
|
|
45
45
|
"uuid": "13.0.0",
|
|
46
46
|
"vite": "7.1.5",
|
|
47
47
|
"vue": "3.5.30",
|
|
48
|
-
"vue-eslint-parser": "
|
|
48
|
+
"vue-eslint-parser": "10.3.0",
|
|
49
49
|
"vuetify": "4.0.5"
|
|
50
50
|
}
|
|
51
51
|
}
|