Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit a5fad2d

Browse files
chore: upgrade dependencies
1 parent 4f25822 commit a5fad2d

File tree

2 files changed

+704
-674
lines changed

2 files changed

+704
-674
lines changed

package.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-unquery",
33
"type": "module",
44
"version": "0.3.4",
5-
"packageManager": "pnpm@8.1.0",
5+
"packageManager": "pnpm@8.5.1",
66
"description": "Lightweight data management for Vue in suspense & non-suspense contexts",
77
"author": "Johann Schopplich <pkg@johannschopplich.com>",
88
"license": "MIT",
@@ -19,7 +19,6 @@
1919
"exports": {
2020
".": {
2121
"types": "./dist/index.d.ts",
22-
"require": "./dist/index.cjs",
2322
"import": "./dist/index.mjs"
2423
}
2524
},
@@ -43,15 +42,15 @@
4342
"turbo-query": "^1.9.0"
4443
},
4544
"devDependencies": {
46-
"@antfu/eslint-config": "^0.38.0",
47-
"@types/node": "^18.15.11",
48-
"@vitejs/plugin-vue": "^4.1.0",
45+
"@antfu/eslint-config": "^0.39.1",
46+
"@types/node": "^18.16.14",
47+
"@vitejs/plugin-vue": "^4.2.3",
4948
"bumpp": "^9.1.0",
50-
"eslint": "^8.37.0",
51-
"typescript": "^5.0.2",
52-
"unbuild": "^1.1.2",
53-
"vite": "^4.2.1",
54-
"vue": "^3.2.47",
55-
"vue-tsc": "^1.2.0"
49+
"eslint": "^8.41.0",
50+
"typescript": "^5.0.4",
51+
"unbuild": "^1.2.1",
52+
"vite": "^4.3.8",
53+
"vue": "^3.3.4",
54+
"vue-tsc": "^1.6.5"
5655
}
5756
}

0 commit comments

Comments
 (0)