Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent 193f2ef commit 433bcab
Show file tree
Hide file tree
Showing 3 changed files with 409 additions and 386 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-jsx-string",
"version": "0.8.0",
"packageManager": "pnpm@10.0.0",
"packageManager": "pnpm@10.1.0",
"description": "Converts JSX to HTML strings at compile time.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -78,8 +78,8 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@babel/parser": "^7.26.5",
"@babel/types": "^7.26.5",
"@babel/parser": "^7.26.7",
"@babel/types": "^7.26.7",
"@rollup/pluginutils": "^5.1.4",
"entities": "^6.0.0",
"estree-walker": "^3.0.3",
Expand All @@ -89,19 +89,19 @@
},
"devDependencies": {
"@sxzz/eslint-config": "^4.6.0",
"@sxzz/prettier-config": "^2.0.2",
"@sxzz/prettier-config": "^2.1.0",
"@types/benchmark": "^2.1.5",
"@types/jsesc": "^3.0.3",
"@types/node": "^22.10.5",
"@types/react": "^19.0.6",
"@types/node": "^22.10.10",
"@types/react": "^19.0.8",
"benchmark": "^2.1.4",
"bumpp": "^9.10.0",
"eslint": "^9.18.0",
"bumpp": "^9.11.1",
"eslint": "^9.19.0",
"prettier": "^3.4.2",
"tsup": "^8.3.5",
"tsup": "^8.3.6",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite": "^6.0.11",
"vitest": "^2.1.8"
},
"engines": {
Expand Down
12 changes: 6 additions & 6 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-jsx-string-playground",
"version": "0.0.0",
"packageManager": "pnpm@10.0.0",
"packageManager": "pnpm@10.1.0",
"license": "MIT",
"author": "三咲智子 <[email protected]>",
"scripts": {
Expand All @@ -11,19 +11,19 @@
"vercel-build": "pnpm run -C .. build && pnpm build"
},
"dependencies": {
"@unocss/reset": "^65.4.0",
"@vueuse/core": "^12.4.0",
"@unocss/reset": "^65.4.3",
"@vueuse/core": "^12.5.0",
"unplugin-jsx-string": "workspace:*",
"vue": "^3.5.13"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.5",
"@vitejs/plugin-vue": "^5.2.1",
"@vue-macros/reactivity-transform": "^1.1.4",
"unocss": "^65.4.0",
"@vue-macros/reactivity-transform": "^1.1.6",
"unocss": "^65.4.3",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.0.7",
"vite": "^6.0.11",
"vue-tsc": "^2.2.0"
}
}
Loading

0 comments on commit 433bcab

Please sign in to comment.