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

Commit f35615c

Browse files
committed
Merge branch 'release/release/0.13.4'
2 parents 8145c0c + 0bcde07 commit f35615c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twindy-headless",
3-
"version": "0.13.3",
3+
"version": "0.13.4",
44
"private": false,
55
"type": "module",
66
"typings": "dist/index.d.ts",
@@ -22,23 +22,23 @@
2222
}
2323
},
2424
"dependencies": {
25-
"@popperjs/core": "^2.11.0",
26-
"@vueuse/core": "^7.2.2",
27-
"vue": "^3.2.23",
28-
"zeed": "^0.7.87"
25+
"@popperjs/core": "^2.11.2",
26+
"@vueuse/core": "^7.5.4",
27+
"vue": "^3.2.29",
28+
"zeed": "^0.7.106"
2929
},
3030
"devDependencies": {
3131
"@types/dom-screen-wake-lock": "^1.0.0",
32-
"@types/node": "^16.11.12",
33-
"@vitejs/plugin-vue": "^1.10.2",
34-
"@vue/compiler-sfc": "^3.2.24",
32+
"@types/node": "^17.0.10",
33+
"@vitejs/plugin-vue": "^2.1.0",
34+
"@vue/compiler-sfc": "^3.2.29",
3535
"@vuedx/typecheck": "^0.7.4",
3636
"@vuedx/typescript-plugin-vue": "^0.7.4",
3737
"prettier": "^2.5.1",
38-
"typescript": "^4.5.3",
39-
"vite": "2.7.1",
38+
"typescript": "^4.5.5",
39+
"vite": "2.7.13",
4040
"vue-dts-gen": "^0.3.0",
41-
"vue-tsc": "^0.29.8"
41+
"vue-tsc": "^0.31.1"
4242
},
4343
"scripts": {
4444
"start": "vite build --watch",

0 commit comments

Comments
 (0)