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

Commit 4736683

Browse files
chore: upgrade dependencies
1 parent 922e6d9 commit 4736683

File tree

4 files changed

+1003
-1044
lines changed

4 files changed

+1003
-1044
lines changed

package.json

Lines changed: 9 additions & 9 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@7.16.1",
5+
"packageManager": "pnpm@8.1.0",
66
"description": "Lightweight data management for Vue in suspense & non-suspense contexts",
77
"author": "Johann Schopplich <pkg@johannschopplich.com>",
88
"license": "MIT",
@@ -43,15 +43,15 @@
4343
"turbo-query": "^1.9.0"
4444
},
4545
"devDependencies": {
46-
"@antfu/eslint-config": "^0.35.2",
47-
"@types/node": "^18.14.1",
48-
"@vitejs/plugin-vue": "^4.0.0",
49-
"bumpp": "^9.0.0",
50-
"eslint": "^8.34.0",
51-
"typescript": "^4.9.5",
46+
"@antfu/eslint-config": "^0.38.0",
47+
"@types/node": "^18.15.11",
48+
"@vitejs/plugin-vue": "^4.1.0",
49+
"bumpp": "^9.1.0",
50+
"eslint": "^8.37.0",
51+
"typescript": "^5.0.2",
5252
"unbuild": "^1.1.2",
53-
"vite": "^4.1.4",
53+
"vite": "^4.2.1",
5454
"vue": "^3.2.47",
55-
"vue-tsc": "^1.1.7"
55+
"vue-tsc": "^1.2.0"
5656
}
5757
}

playground/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { resolve } from 'path'
1+
import { resolve } from 'node:path'
22
import { defineConfig } from 'vite'
33
import Vue from '@vitejs/plugin-vue'
44

0 commit comments

Comments
 (0)