-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update all non-major dependencies (#17)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 <[email protected]>
- Loading branch information
1 parent
1c8c9fb
commit 3403735
Showing
4 changed files
with
196 additions
and
190 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "unplugin-jsx-string", | ||
"version": "0.5.5", | ||
"packageManager": "[email protected].0", | ||
"packageManager": "[email protected].1", | ||
"description": "Converts JSX to HTML strings at compile time.", | ||
"keywords": [ | ||
"unplugin", | ||
|
@@ -77,31 +77,31 @@ | |
"prepublishOnly": "pnpm run build" | ||
}, | ||
"dependencies": { | ||
"@babel/parser": "^7.19.6", | ||
"@babel/types": "^7.19.4", | ||
"@babel/parser": "^7.20.0", | ||
"@babel/types": "^7.20.0", | ||
"@rollup/pluginutils": "^5.0.2", | ||
"entities": "^4.4.0", | ||
"estree-walker": "^3.0.1", | ||
"jsesc": "^3.0.2", | ||
"magic-string": "^0.26.7", | ||
"unplugin": "^0.10.1" | ||
"unplugin": "^0.10.2" | ||
}, | ||
"devDependencies": { | ||
"@sxzz/eslint-config": "^2.4.4", | ||
"@types/benchmark": "^2.1.2", | ||
"@types/jsesc": "^3.0.1", | ||
"@types/node": "*", | ||
"@types/react": "^18.0.22", | ||
"@types/react": "^18.0.24", | ||
"benchmark": "^2.1.4", | ||
"bumpp": "^8.2.1", | ||
"eslint": "^8.26.0", | ||
"eslint-define-config": "^1.8.0", | ||
"eslint-define-config": "^1.11.0", | ||
"fast-glob": "^3.2.12", | ||
"prettier": "^2.7.1", | ||
"tsup": "^6.3.0", | ||
"tsx": "^3.11.0", | ||
"typescript": "^4.8.4", | ||
"vite": "^3.1.8", | ||
"vite": "^3.2.1", | ||
"vitest": "^0.24.3" | ||
}, | ||
"engines": { | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "unplugin-jsx-string-playground", | ||
"version": "0.0.0", | ||
"packageManager": "[email protected].0", | ||
"packageManager": "[email protected].1", | ||
"license": "MIT", | ||
"author": "三咲智子 <[email protected]>", | ||
"scripts": { | ||
|
@@ -11,18 +11,18 @@ | |
"vercel-build": "pnpm run -C .. build && pnpm build" | ||
}, | ||
"dependencies": { | ||
"@unocss/reset": "^0.45.30", | ||
"@vueuse/core": "^9.3.1", | ||
"@unocss/reset": "^0.46.1", | ||
"@vueuse/core": "^9.4.0", | ||
"unplugin-jsx-string": "workspace:^0.5.3-0", | ||
"vue": "^3.2.41" | ||
}, | ||
"devDependencies": { | ||
"@iconify-json/carbon": "^1.1.9", | ||
"@vitejs/plugin-vue": "^3.1.2", | ||
"@vitejs/plugin-vue": "^3.2.0", | ||
"@vue/runtime-core": "^3.2.41", | ||
"unocss": "^0.45.30", | ||
"unplugin-auto-import": "^0.11.3", | ||
"unocss": "^0.46.1", | ||
"unplugin-auto-import": "^0.11.4", | ||
"unplugin-vue-components": "^0.22.9", | ||
"vite": "^3.1.8" | ||
"vite": "^3.2.1" | ||
} | ||
} |
Oops, something went wrong.
3403735
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:
unplugin-jsx-string – ./
unplugin-jsx-string-sxzz.vercel.app
jsx-string.sxzz.moe
unplugin-jsx-string-git-main-sxzz.vercel.app
unplugin-jsx-string.vercel.app