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

Commit 9c9a666

Browse files
committed
Merge branch 'release/release/0.14.1'
2 parents f35615c + 839988b commit 9c9a666

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

package.json

+16-18
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twindy-headless",
3-
"version": "0.13.4",
3+
"version": "0.14.1",
44
"private": false,
55
"type": "module",
66
"typings": "dist/index.d.ts",
@@ -22,30 +22,28 @@
2222
}
2323
},
2424
"dependencies": {
25-
"@popperjs/core": "^2.11.2",
26-
"@vueuse/core": "^7.5.4",
27-
"vue": "^3.2.29",
28-
"zeed": "^0.7.106"
25+
"@popperjs/core": "^2.11.5",
26+
"@vueuse/core": "^8.6.0",
27+
"vue": "^3.2.36",
28+
"zeed": "^0.7.158"
2929
},
3030
"devDependencies": {
3131
"@types/dom-screen-wake-lock": "^1.0.0",
32-
"@types/node": "^17.0.10",
33-
"@vitejs/plugin-vue": "^2.1.0",
34-
"@vue/compiler-sfc": "^3.2.29",
35-
"@vuedx/typecheck": "^0.7.4",
36-
"@vuedx/typescript-plugin-vue": "^0.7.4",
37-
"prettier": "^2.5.1",
38-
"typescript": "^4.5.5",
39-
"vite": "2.7.13",
40-
"vue-dts-gen": "^0.3.0",
41-
"vue-tsc": "^0.31.1"
32+
"@types/node": "^17.0.38",
33+
"@vitejs/plugin-vue": "^2.3.3",
34+
"@vue/compiler-sfc": "^3.2.36",
35+
"@vuedx/typecheck": "^0.7.5",
36+
"@vuedx/typescript-plugin-vue": "^0.7.5",
37+
"prettier": "^2.6.2",
38+
"typescript": "^4.7.2",
39+
"vite": "2.9.9",
40+
"vue-tsc": "^0.35.2"
4241
},
4342
"scripts": {
4443
"start": "vite build --watch",
4544
"dev": "vite",
46-
"build": "npm run clean && vite build && vue-dts-gen \"src/**/*.{ts,vue}\"",
47-
"check": "vue-tsc --noEmit",
48-
"check2": "vuedx-typecheck .",
45+
"build": "npm run clean && vite build && vue-tsc --declaration --emitDeclarationOnly",
46+
"check": "vue-tsc --noEmit",
4947
"clean": "rm -rf dist",
5048
"serve": "vite preview",
5149
"format": "prettier --write .",

0 commit comments

Comments
 (0)