-
-
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 (#63)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
41c2407
commit ce85925
Showing
3 changed files
with
383 additions
and
389 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.7.1", | ||
"packageManager": "[email protected].0", | ||
"packageManager": "[email protected].1", | ||
"description": "Converts JSX to HTML strings at compile time.", | ||
"keywords": [ | ||
"unplugin", | ||
|
@@ -101,7 +101,7 @@ | |
"prepublishOnly": "pnpm run build" | ||
}, | ||
"dependencies": { | ||
"@babel/parser": "^7.22.11", | ||
"@babel/parser": "^7.22.14", | ||
"@babel/types": "^7.22.11", | ||
"@rollup/pluginutils": "^5.0.4", | ||
"entities": "^4.5.0", | ||
|
@@ -111,20 +111,20 @@ | |
"unplugin": "^1.4.0" | ||
}, | ||
"devDependencies": { | ||
"@sxzz/eslint-config": "^3.4.0", | ||
"@sxzz/eslint-config": "^3.5.1", | ||
"@sxzz/prettier-config": "^1.0.4", | ||
"@types/benchmark": "^2.1.2", | ||
"@types/jsesc": "^3.0.1", | ||
"@types/node": "^20.5.7", | ||
"@types/node": "^20.5.9", | ||
"@types/react": "^18.2.21", | ||
"benchmark": "^2.1.4", | ||
"bumpp": "^9.2.0", | ||
"eslint": "^8.48.0", | ||
"eslint-define-config": "^1.23.0", | ||
"fast-glob": "^3.3.1", | ||
"prettier": "^3.0.2", | ||
"prettier": "^3.0.3", | ||
"tsup": "^7.2.0", | ||
"tsx": "^3.12.7", | ||
"tsx": "^3.12.8", | ||
"typescript": "^5.2.2", | ||
"vite": "^4.4.9", | ||
"vitest": "^0.34.3" | ||
|
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.55.3", | ||
"@unocss/reset": "^0.55.6", | ||
"@vueuse/core": "^10.4.1", | ||
"unplugin-jsx-string": "workspace:*", | ||
"vue": "^3.3.4" | ||
}, | ||
"devDependencies": { | ||
"@iconify-json/carbon": "^1.1.20", | ||
"@vitejs/plugin-vue": "^4.3.3", | ||
"@iconify-json/carbon": "^1.1.21", | ||
"@vitejs/plugin-vue": "^4.3.4", | ||
"@vue/runtime-core": "^3.3.4", | ||
"unocss": "^0.55.3", | ||
"unocss": "^0.55.6", | ||
"unplugin-auto-import": "^0.16.6", | ||
"unplugin-vue-components": "^0.25.1", | ||
"unplugin-vue-components": "^0.25.2", | ||
"vite": "^4.4.9", | ||
"vue-tsc": "^1.8.8" | ||
} | ||
|
Oops, something went wrong.