Skip to content

Commit ff85e4f

Browse files
committed
Refresh toolchain dependencies
Bump the npm package manager and update fs-extra, @types/node, prettier, and typescript-eslint to newer patch releases. Also adjust the changelog release heading to match the current release title format.
1 parent cf61739 commit ff85e4f

3 files changed

Lines changed: 89 additions & 89 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ All notable changes to this project will be documented here. The format follows
1212

1313
## [1.0.0] - 2026-06-04
1414

15-
First public release.
15+
Release Title: Phase 0/1 - First Public Release
1616

1717
### Added
1818

package-lock.json

Lines changed: 83 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "Spectre initialization and project scaffolding tool",
55
"type": "module",
6-
"packageManager": "npm@11.17.0",
6+
"packageManager": "npm@11.18.0",
77
"bin": {
88
"spectre-init": "dist/index.js"
99
},
@@ -55,16 +55,16 @@
5555
},
5656
"dependencies": {
5757
"@inquirer/prompts": "^8.5.2",
58-
"fs-extra": "^11.3.5"
58+
"fs-extra": "^11.3.6"
5959
},
6060
"devDependencies": {
6161
"@phcdevworks/spectre-manifest": "^1.0.0",
6262
"@types/fs-extra": "^11.0.4",
63-
"@types/node": "^26.0.1",
63+
"@types/node": "^26.1.0",
6464
"eslint": "^10.6.0",
6565
"jiti": "^2.7.0",
66-
"prettier": "^3.9.0",
66+
"prettier": "^3.9.4",
6767
"typescript": "^6.0.3",
68-
"typescript-eslint": "^8.62.0"
68+
"typescript-eslint": "^8.62.1"
6969
}
7070
}

0 commit comments

Comments
 (0)