@baseplate-dev/create-project 0.2.6 → 0.3.1

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": "@baseplate-dev/create-project",
3
- "version": "0.2.6",
3
+ "version": "0.3.1",
4
4
  "description": "CLI starter kit for creating a new Baseplate project",
5
5
  "keywords": [
6
6
  "cli",
@@ -40,17 +40,17 @@
40
40
  "commander": "^12.1.0",
41
41
  "execa": "9.3.0",
42
42
  "ora": "^8.0.1",
43
- "@baseplate-dev/utils": "0.2.6"
43
+ "@baseplate-dev/utils": "0.3.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/node": "^22.0.0",
47
- "eslint": "9.26.0",
47
+ "eslint": "9.32.0",
48
48
  "memfs": "4.15.1",
49
- "prettier": "3.5.3",
49
+ "prettier": "3.6.2",
50
50
  "tsx": "4.19.3",
51
51
  "typescript": "5.7.3",
52
- "vitest": "3.0.7",
53
- "@baseplate-dev/tools": "0.2.6"
52
+ "vitest": "3.2.4",
53
+ "@baseplate-dev/tools": "0.3.1"
54
54
  },
55
55
  "engines": {
56
56
  "node": "^22.0.0"
@@ -72,7 +72,7 @@ web_modules/
72
72
  # Yarn Integrity file
73
73
  .yarn-integrity
74
74
 
75
- # dotenv environment variable files
75
+ # environment variable files
76
76
  .env
77
77
  .env.development.local
78
78
  .env.test.local