Skip to content

Commit

Permalink
chore: update dependencies and version
Browse files Browse the repository at this point in the history
Bump package version from 0.0.14 to 0.0.17. Update various development dependencies to their latest versions for improved performance and compatibility. Add resolutions field for type-fest to avoid version conflicts.
  • Loading branch information
boan-anbo committed Sep 11, 2024
1 parent 8eeeb5e commit f3ecbdb
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions packages/cantos/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cantos",
"author": "Bo An",
"version": "0.0.14",
"version": "0.0.17",
"keywords": [
"User Story",
"TDD",
Expand Down Expand Up @@ -44,27 +44,25 @@
"prepublish": "yarn build"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^1.0.0-beta.4",
"eslint": "^8.53.0",
"type-fest": "^4.7.1",
"@types/node": "^22.3.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "^8.1.0",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/ui": "^2.0.5",
"eslint": "^9.9.0",
"type-fest": "^4.24.0",
"typescript": "^5",
"vite": "^4.4.5",
"vite-plugin-dts": "^3.6.3",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^1.0.0-beta.4",
"yaml": "^2.3.4"
"vite": "^5.4.0",
"vite-plugin-dts": "^4.0.2",
"vitest": "^2.0.5",
"yaml": "^2.5.0"
},
"dependencies": {
"mermaid": "^10.6.1",
"uuid": "^9.0.1"
},
"peerDependencies": {
"typescript": "^5"
"resolutions": {
"type-fest": "^4.24.0"
},
"license": "MIT"
}

0 comments on commit f3ecbdb

Please sign in to comment.