Skip to content

Commit ac2377c

Browse files
committed
feat: Upgrade dependencies
1 parent 64521d9 commit ac2377c

File tree

4 files changed

+235
-206
lines changed

4 files changed

+235
-206
lines changed

biome.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
3-
"organizeImports": {
4-
"enabled": true
5-
},
2+
"$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
3+
"organizeImports": {
4+
"enabled": true
5+
},
66
"files": {
77
"ignore": [
88
"lib/*.cjs"
99
]
1010
},
11-
"linter": {
12-
"enabled": true,
13-
"rules": {
14-
"recommended": true,
11+
"linter": {
12+
"enabled": true,
13+
"rules": {
14+
"recommended": true,
1515
"style": {
1616
"noParameterAssign": "off"
1717
},
1818
"complexity": {
1919
"useArrowFunction": "off"
2020
}
21-
}
22-
},
21+
}
22+
},
2323
"formatter": {
2424
"enabled": true,
2525
"formatWithErrors": false,
@@ -33,18 +33,18 @@
3333
"arrowParentheses": "asNeeded",
3434
"bracketSpacing": true,
3535
"quoteProperties": "asNeeded",
36-
"quoteStyle": "single",
36+
"quoteStyle": "single",
3737
"semicolons": "asNeeded",
38-
"trailingComma": "none"
38+
"trailingCommas": "none"
3939
}
4040
},
4141
"json": {
42-
"parser": {
42+
"parser": {
4343
"allowComments": false,
44-
"allowTrailingCommas": false
44+
"allowTrailingCommas": false
4545
},
4646
"formatter": {
47-
"enabled": true,
47+
"enabled": true,
4848
"trailingCommas": "none"
4949
}
5050
}

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,20 @@
5050
]
5151
},
5252
"dependencies": {
53-
"@prantlf/jsonlint": "14.0.3",
53+
"@prantlf/jsonlint": "16.0.0",
5454
"rollup-pluginutils": "2.8.2"
5555
},
5656
"devDependencies": {
57-
"@biomejs/biome": "^1.8.3",
58-
"@types/node": "22.1.0",
59-
"c8": "10.1.2",
60-
"rollup": "4.20.0",
57+
"@biomejs/biome": "^1.9.4",
58+
"@types/node": "22.10.1",
59+
"c8": "10.1.3",
60+
"rollup": "4.28.1",
6161
"rollup-plugin-jsonlint": "link:",
6262
"rollup-plugin-node-resolve": "^5.2.0",
6363
"tehanu": "^1.0.1",
6464
"tehanu-repo-coco": "^1.0.1",
6565
"tehanu-teru": "^1.0.1",
66-
"typescript": "5.5.4"
66+
"typescript": "5.7.2"
6767
},
6868
"peerDependencies": {
6969
"rollup": "^1.20 || ^2 || ^3 || ^4"

0 commit comments

Comments
 (0)