Skip to content

Commit a41b415

Browse files
committed
build(deps): upgrade deps
1 parent 0fe350c commit a41b415

File tree

3 files changed

+1755
-1531
lines changed

3 files changed

+1755
-1531
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323
{
2424
"mode": "auto"
2525
}
26-
]
26+
],
27+
"typescript.tsdk": "node_modules/typescript/lib"
2728
}

package.json

Lines changed: 30 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,24 @@
1515
"tanstack-query",
1616
"typescript"
1717
],
18+
"exports": {
19+
"import": {
20+
"types": "./dist/index.d.ts",
21+
"default": "./dist/index.mjs"
22+
},
23+
"require": {
24+
"types": "./dist/index.d.cts",
25+
"default": "./dist/index.cjs"
26+
}
27+
},
1828
"main": "dist/index.cjs",
1929
"module": "dist/index.mjs",
2030
"types": "dist/index.d.ts",
2131
"files": [
2232
"dist"
2333
],
2434
"engines": {
25-
"node": "20",
35+
"node": "22",
2636
"pnpm": "9"
2737
},
2838
"scripts": {
@@ -42,35 +52,35 @@
4252
"vue": "^3.4.19"
4353
},
4454
"dependencies": {
45-
"@vueuse/core": "^11.1.0"
55+
"@vueuse/core": "^11.3.0"
4656
},
4757
"devDependencies": {
48-
"@commitlint/cli": "^19.5.0",
49-
"@eslint/eslintrc": "^3.1.0",
58+
"@commitlint/cli": "^19.6.0",
59+
"@eslint/eslintrc": "^3.2.0",
5060
"@louishaftmann/commitlint-config": "^4.0.3",
5161
"@louishaftmann/eslint-config": "^4.0.3",
5262
"@louishaftmann/lintstaged-config": "^4.0.3",
5363
"@louishaftmann/prettier-config": "^4.0.3",
54-
"@tanstack/vue-query": "^5.59.6",
55-
"@trpc/client": "11.0.0-rc.566",
56-
"@trpc/server": "11.0.0-rc.566",
64+
"@tanstack/vue-query": "^5.62.3",
65+
"@trpc/client": "11.0.0-rc.660",
66+
"@trpc/server": "11.0.0-rc.660",
5767
"@types/eslint": "^9.6.1",
5868
"@types/eslint__eslintrc": "^2.1.2",
59-
"@types/ws": "^8.5.12",
60-
"@vitest/ui": "^2.1.2",
61-
"eslint": "^9.12.0",
62-
"husky": "^9.1.6",
63-
"lint-staged": "^15.2.10",
64-
"prettier": "^3.3.3",
69+
"@types/ws": "^8.5.13",
70+
"@vitest/ui": "^2.1.8",
71+
"eslint": "~9.14.0",
72+
"husky": "^9.1.7",
73+
"lint-staged": "^15.2.11",
74+
"prettier": "^3.4.2",
6575
"start-server-and-test": "^2.0.8",
66-
"tsup": "^8.3.0",
67-
"tsx": "^4.19.1",
68-
"type-fest": "^4.26.1",
69-
"typescript": "^5.6.3",
70-
"vitest": "^2.1.2",
71-
"vue": "^3.5.11",
76+
"tsup": "^8.3.5",
77+
"tsx": "^4.19.2",
78+
"type-fest": "^4.30.0",
79+
"typescript": "^5.7.2",
80+
"vitest": "^2.1.8",
81+
"vue": "^3.5.13",
7282
"ws": "^8.18.0",
73-
"zod": "^3.23.8"
83+
"zod": "^3.24.0"
7484
},
7585
"changelogithub": {
7686
"extends": "gh:falcondev-it/configs/changelogithub"

0 commit comments

Comments
 (0)