Skip to content

Commit

Permalink
build(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilaton committed Dec 5, 2024
1 parent 7c5aaeb commit 509aa4c
Show file tree
Hide file tree
Showing 5 changed files with 563 additions and 863 deletions.
7 changes: 5 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"files": {
"ignore": ["build", "coverage", "node_modules", "package.json"]
},
Expand All @@ -10,7 +10,7 @@
"javascript": {
"formatter": {
"quoteStyle": "single",
"trailingComma": "es5"
"trailingCommas": "es5"
}
},
"linter": {
Expand All @@ -24,6 +24,9 @@
"suspicious": {
"noConsoleLog": "off"
},
"correctness": {
"noNodejsModules": "off"
},
"performance": { "noBarrelFile": "off" }
}
},
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,22 @@
"email": "dev@pilaton.com"
},
"dependencies": {
"execa": "^9.1.0"
"execa": "^9.5.1"
},
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@biomejs/biome": "^1.9.4",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@tsconfig/node-lts": "^20.1.3",
"@types/node": "^20.12.13",
"@vitest/coverage-istanbul": "^1.6.0",
"@rollup/plugin-typescript": "^12.1.1",
"@tsconfig/node-lts": "^22.0.1",
"@types/node": "^22.10.1",
"@vitest/coverage-istanbul": "^2.1.8",
"dts-bundle-generator": "^9.5.1",
"knip": "^5.17.3",
"rimraf": "^5.0.7",
"rollup": "^4.18.0",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
"knip": "^5.39.2",
"rimraf": "^6.0.1",
"rollup": "^4.28.0",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"type": "module"
}
Loading

0 comments on commit 509aa4c

Please sign in to comment.