Skip to content

Commit e952717

Browse files
committed
chore: update dependencies
1 parent d788f4c commit e952717

File tree

3 files changed

+82
-78
lines changed

3 files changed

+82
-78
lines changed

biome.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"enabled": true,
77
"useIgnoreFile": true
88
},
9-
"organizeImports": {
10-
"enabled": true
11-
},
9+
"assist": { "actions": { "source": { "organizeImports": "on" } } },
1210
"linter": {
1311
"enabled": true,
1412
"rules": {

package.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": false,
55
"description": "Typings for Square Cloud API",
66
"homepage": "https://github.com/squarecloudofc/api-types#readme",
7-
"packageManager": "pnpm@10.11.1",
7+
"packageManager": "pnpm@10.14.0",
88
"exports": {
99
"./v*": {
1010
"types": "./v*.d.ts",
@@ -46,7 +46,13 @@
4646
"type": "git",
4747
"url": "git+https://github.com/squarecloudofc/api-types.git"
4848
},
49-
"keywords": ["square", "squarecloud", "api", "squarecloud api", "types"],
49+
"keywords": [
50+
"square",
51+
"squarecloud",
52+
"api",
53+
"squarecloud api",
54+
"types"
55+
],
5056
"author": "João Tonaco <[email protected]>",
5157
"license": "MIT",
5258
"bugs": {
@@ -57,12 +63,12 @@
5763
"{utils,v*}.{js,js.map,d.ts,d.ts.map,mjs}"
5864
],
5965
"devDependencies": {
60-
"@biomejs/biome": "^1.9.4",
61-
"@changesets/cli": "^2.29.4",
62-
"@types/node": "^22.15.29",
66+
"@biomejs/biome": "^2.1.3",
67+
"@changesets/cli": "^2.29.5",
68+
"@types/node": "^24.2.0",
6369
"npm-run-all": "^4.1.5",
6470
"rimraf": "3.0.2",
6571
"tsup": "^8.5.0",
66-
"typescript": "^5.8.3"
72+
"typescript": "^5.9.2"
6773
}
6874
}

pnpm-lock.yaml

Lines changed: 69 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)