Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 8d31f14

Browse files
committed
chore: update dependencies and devDependencies in package.json and pnpm-lock.yaml
- Upgraded "@inquirer/prompts" from version 7.5.0 to 7.5.1 for improved functionality. - Updated various devDependencies including "@types/inquirer", "@types/node", "@vitest/coverage-v8", "@vitest/ui", "eslint", "memfs", "msw", and "release-it" to their latest versions for better performance and security. - Adjusted "vite" and "vitest" versions to ensure compatibility with the latest features and fixes. - Added "@release-it/conventional-changelog" as a new devDependency to facilitate conventional changelog generation. - Updated lockfile to reflect the changes in dependencies and ensure consistency across environments.
1 parent 505b9f7 commit 8d31f14

2 files changed

Lines changed: 2802 additions & 1263 deletions

File tree

package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"coverage": "vitest run --coverage"
3737
},
3838
"dependencies": {
39-
"@inquirer/prompts": "^7.5.0",
39+
"@inquirer/prompts": "^7.5.1",
4040
"@topcli/spinner": "^2.1.2",
4141
"chalk": "^5.4.1",
4242
"commander": "^13.1.0",
@@ -47,18 +47,19 @@
4747
"storyblok-js-client": "^6.10.11"
4848
},
4949
"devDependencies": {
50+
"@release-it/conventional-changelog": "10.0.0",
5051
"@storyblok/eslint-config": "^0.3.0",
51-
"@types/inquirer": "^9.0.7",
52-
"@types/node": "^22.15.3",
53-
"@vitest/coverage-v8": "^3.1.2",
54-
"@vitest/ui": "^3.1.2",
55-
"eslint": "^9.25.1",
56-
"memfs": "^4.17.0",
57-
"msw": "^2.7.5",
58-
"release-it": "^19.0.2",
52+
"@types/inquirer": "^9.0.8",
53+
"@types/node": "^22.15.17",
54+
"@vitest/coverage-v8": "^3.1.3",
55+
"@vitest/ui": "^3.1.3",
56+
"eslint": "^9.26.0",
57+
"memfs": "^4.17.1",
58+
"msw": "^2.8.2",
59+
"release-it": "^18.1.2",
5960
"typescript": "^5.8.3",
6061
"unbuild": "^3.5.0",
61-
"vite": "^6.3.4",
62-
"vitest": "^3.1.2"
62+
"vite": "^6.3.5",
63+
"vitest": "^3.1.3"
6364
}
6465
}

0 commit comments

Comments
 (0)