Skip to content

Commit

Permalink
Merge pull request #474 from kitsuyui/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
kitsuyui authored Dec 27, 2024
2 parents 16a8424 + 5b70868 commit e2d2c2d
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"typedoc": "typedoc"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@biomejs/biome": "^1.9.4",
"@jest/globals": "^29.7.0",
"@swc/core": "^1.7.0",
"@swc/jest": "^0.2.36",
"concurrently": "^9.0.0",
"@swc/core": "^1.10.2",
"@swc/jest": "^0.2.37",
"concurrently": "^9.1.1",
"jest": "^29.7.0",
"tsup": "^8.1.2",
"turbo": "^2.0.7",
"typedoc": "^0.27.0",
"typescript": "^5.5.3"
"tsup": "^8.3.5",
"turbo": "^2.3.3",
"typedoc": "^0.27.6",
"typescript": "^5.7.2"
},
"packageManager": "pnpm@9.15.1"
}
2 changes: 1 addition & 1 deletion packages/incremental-color-palette/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"types": "dist/index.d.ts",
"files": ["dist", "package.json"],
"devDependencies": {
"tsx": "^4.16.2"
"tsx": "^4.19.2"
}
}
2 changes: 1 addition & 1 deletion packages/luxon-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"files": ["dist", "package.json"],
"devDependencies": {
"@types/luxon": "^3.4.2",
"luxon": "^3.4.4"
"luxon": "^3.5.0"
},
"peerDependencies": {
"luxon": "^3"
Expand Down
44 changes: 22 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e2d2c2d

Please sign in to comment.