Skip to content

Commit 4e2ecbe

Browse files
committed
chore: update dependencies
1 parent 8aef4e9 commit 4e2ecbe

File tree

3 files changed

+92
-41
lines changed

3 files changed

+92
-41
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"default": "./lib/index.js"
1616
}
1717
},
18-
"packageManager": "pnpm@10.9.0",
18+
"packageManager": "pnpm@10.11.1",
1919
"type": "module",
2020
"scripts": {
2121
"release": "pnpm build && changeset publish",
@@ -30,13 +30,13 @@
3030
},
3131
"devDependencies": {
3232
"@biomejs/biome": "^1.9.4",
33-
"@changesets/cli": "^2.29.2",
33+
"@changesets/cli": "^2.29.4",
3434
"@squarecloud/api-types": "^0.5.0",
35-
"@types/node": "^22.14.1",
35+
"@types/node": "^22.15.29",
3636
"ts-node": "^10.9.2",
3737
"ts-node-dev": "^2.0.0",
38-
"tsc-alias": "^1.8.15",
39-
"tsup": "^8.4.0",
38+
"tsc-alias": "^1.8.16",
39+
"tsup": "^8.5.0",
4040
"typescript": "^5.8.3"
4141
},
4242
"keywords": [

pnpm-lock.yaml

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

test/applications.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import { readFile } from "fs/promises";
21
import assert from "node:assert/strict";
32
import test from "node:test";
43
import { setTimeout } from "node:timers/promises";
54
import path from "path";
65
import { fileURLToPath } from "url";
6+
import { readFile } from "fs/promises";
77
import { SquareCloudAPI } from "../lib/index.js";
88

99
const __dirname = path.dirname(fileURLToPath(import.meta.url));

0 commit comments

Comments
 (0)