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

Commit 922e6d9

Browse files
chore: upgrade dependencies
1 parent 77dd2af commit 922e6d9

File tree

4 files changed

+310
-311
lines changed

4 files changed

+310
-311
lines changed

build.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ export default defineBuildConfig({
66
],
77
declaration: true,
88
clean: true,
9-
replace: {
10-
'import.meta.vitest': 'false',
11-
},
129
rollup: {
1310
emitCJS: true,
1411
},

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@
4444
},
4545
"devDependencies": {
4646
"@antfu/eslint-config": "^0.35.2",
47-
"@types/node": "^18.13.0",
47+
"@types/node": "^18.14.1",
4848
"@vitejs/plugin-vue": "^4.0.0",
49-
"bumpp": "^8.2.1",
49+
"bumpp": "^9.0.0",
5050
"eslint": "^8.34.0",
5151
"typescript": "^4.9.5",
52-
"unbuild": "^1.1.1",
53-
"vite": "^4.1.1",
52+
"unbuild": "^1.1.2",
53+
"vite": "^4.1.4",
5454
"vue": "^3.2.47",
55-
"vue-tsc": "^1.0.24"
55+
"vue-tsc": "^1.1.7"
5656
}
5757
}

playground/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🚀</text></svg>" />
65
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vue UnQuery</title>
6+
<title>vue-unquery</title>
7+
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🚀</text></svg>" />
88
</head>
99
<body>
1010
<div id="app"></div>

0 commit comments

Comments
 (0)