Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: ts types
  • Loading branch information
m0ksem committed Mar 29, 2024
commit 382104b9230f73b1965f083b4aa242f686591020
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"stylelint-config-standard": "^22.0.0",
"vitest": "^0.18.1",
"vue": "3.4.8",
"vue-component-meta": "^1.8.8",
"vue-component-meta": "^2.0.7",
"vue-router": "^4.1.6",
"vue-tsc": "^1.4.0"
"vue-tsc": "^2.0.7"
},
"dependencies": {
"@docsearch/js": "^3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"vite": "^4.2.1",
"vitest": "*",
"vue-bundle-renderer": "0.4.1",
"vue-tsc": "^1.4.0",
"vue-tsc": "^2.0.7",
"webpack": "^5.4.1",
"webpack-cli": "^4.9.2",
"when-dependencies-installed": "^1.0.1"
Expand Down
10 changes: 5 additions & 5 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
],
"scripts": {
"build": "tsx build/build.ts",
"build:types": "vue-tsc --declaration --emitDeclarationOnly --outDir dist/types --project tsconfig.build.json",
"typecheck": "vue-tsc --noEmit",
"build:types": "yarn vue-tsc --declaration --emitDeclarationOnly --outDir ./dist/types --project tsconfig.build.json",
"typecheck": "yarn vue-tsc --noEmit",
"lint": "eslint --ext .js,.vue src",
"lint:style": "stylelint '**/*.{vue,html,css,scss}' --fix",
"test:unit": "vitest",
Expand Down Expand Up @@ -112,12 +112,12 @@
"storybook-dark-mode": "^3.0.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"typescript": "5.0.4",
"typescript": "5.3.2",
"vite": "^4.2.1",
"vite-plugin-chunk-split": "^0.4.7",
"vitest": "^0.18.1",
"vue": "3.3.11",
"vue-tsc": "^1.8.25",
"vue-tsc": "^2.0.7",
"yargs": "^17.5.1"
},
"peerDependencies": {
Expand Down Expand Up @@ -167,4 +167,4 @@
]
}
}
}
}
Loading