-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump vitepress to v1 rc (#176)
- Loading branch information
Showing
18 changed files
with
300 additions
and
318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"vue-qrcode": patch | ||
"vue-qrious": patch | ||
"vue-resizor": patch | ||
--- | ||
|
||
feat: add esm entries so that no jsx transformation required |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
.*cache | ||
.temp | ||
.type-coverage | ||
.vitepress/cache | ||
dist | ||
coverage | ||
lib | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ export default defineConfig({ | |
description, | ||
vite: { | ||
plugins: [ | ||
// @ts-expect-error | ||
vueJsx(), | ||
], | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"name": "@rxts/vue", | ||
"version": "0.0.0", | ||
"type": "module", | ||
"description": "Make Vue greater with RxTS.", | ||
"repository": "[email protected]:rx-ts/vue.git", | ||
"author": "JounQin (https://www.1stG.me) <[email protected]>", | ||
|
@@ -12,7 +13,7 @@ | |
"packageManager": "[email protected]", | ||
"scripts": { | ||
"build": "run-p build:*", | ||
"build:r": "r -e named -f cjs --vue-jsx", | ||
"build:r": "r -e named -f cjs,esm, --vue-jsx", | ||
"build:styles": "lessc --source-map packages/vue-resizor/src/styles.less packages/vue-resizor/lib/styles.css", | ||
"build:ts": "tsc -b", | ||
"clean": "rimraf dist packages/*/{lib,*.tsbuildinfo}", | ||
|
@@ -37,6 +38,7 @@ | |
"@types/lodash-es": "^4.17.12", | ||
"@types/node": "^18.19.8", | ||
"@types/qrcode": "^1.5.5", | ||
"@types/web": "^0.0.135", | ||
"@vitejs/plugin-vue-jsx": "^3.1.0", | ||
"less": "^4.2.0", | ||
"lodash-es": "^4.17.21", | ||
|
@@ -48,8 +50,7 @@ | |
"sass": "^1.70.0", | ||
"type-coverage": "^2.27.1", | ||
"typescript": "^5.3.3", | ||
"vite": "^5.0.12", | ||
"vitepress": "^0.22.4", | ||
"vitepress": "^1.0.0-rc.40", | ||
"vue": "^3.4.15", | ||
"vue-tsc": "^1.8.27", | ||
"yarn-deduplicate": "^6.0.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export * from './bem.js' | ||
export * from './helpers.js' | ||
export { default, default as Resizor } from './Resizor' | ||
export { default, default as Resizor } from './Resizor.jsx' | ||
export * from './types.js' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
0f83439
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
vue – ./
vue-jounqin.vercel.app
rx-vue.vercel.app
vue-git-master-jounqin.vercel.app
vue-rx.vercel.app