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] committed May 12, 2024
1 parent 631f537 commit 7231985
Show file tree
Hide file tree
Showing 3 changed files with 1,444 additions and 1,227 deletions.
36 changes: 18 additions & 18 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-jsx-string",
"version": "0.7.1",
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.15.8",
"description": "Converts JSX to HTML strings at compile time.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -101,32 +101,32 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@babel/parser": "^7.23.3",
"@babel/types": "^7.23.3",
"@rollup/pluginutils": "^5.0.5",
"@babel/parser": "^7.24.5",
"@babel/types": "^7.24.5",
"@rollup/pluginutils": "^5.1.0",
"entities": "^4.5.0",
"estree-walker": "^3.0.3",
"jsesc": "^3.0.2",
"magic-string": "^0.30.5",
"unplugin": "^1.5.1"
"magic-string": "^0.30.10",
"unplugin": "^1.10.1"
},
"devDependencies": {
"@sxzz/eslint-config": "^3.7.4",
"@sxzz/prettier-config": "^2.0.0",
"@sxzz/eslint-config": "^3.11.0",
"@sxzz/prettier-config": "^2.0.2",
"@types/benchmark": "^2.1.5",
"@types/jsesc": "^3.0.3",
"@types/node": "^20.9.2",
"@types/react": "^18.2.37",
"@types/node": "^20.12.11",
"@types/react": "^18.3.2",
"benchmark": "^2.1.4",
"bumpp": "^9.2.0",
"eslint": "^8.54.0",
"bumpp": "^9.4.1",
"eslint": "^8.57.0",
"fast-glob": "^3.3.2",
"prettier": "^3.1.0",
"tsup": "^8.0.1",
"tsx": "^4.1.4",
"typescript": "^5.2.2",
"vite": "^5.0.4",
"vitest": "^1.0.4"
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"tsx": "^4.10.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "^1.6.0"
},
"engines": {
"node": ">=16.14.0"
Expand Down
24 changes: 12 additions & 12 deletions playground/package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-jsx-string-playground",
"version": "0.0.0",
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.15.8",
"license": "MIT",
"author": "三咲智子 <[email protected]>",
"scripts": {
Expand All @@ -11,19 +11,19 @@
"vercel-build": "pnpm run -C .. build && pnpm build"
},
"dependencies": {
"@unocss/reset": "^0.57.6",
"@vueuse/core": "^10.6.1",
"@unocss/reset": "^0.60.1",
"@vueuse/core": "^10.9.0",
"unplugin-jsx-string": "workspace:*",
"vue": "^3.3.8"
"vue": "^3.4.27"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.21",
"@vitejs/plugin-vue": "^5.0.2",
"@vue/runtime-core": "^3.3.8",
"unocss": "^0.57.6",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"vite": "^5.0.4",
"vue-tsc": "^2.0.3"
"@iconify-json/carbon": "^1.1.32",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/runtime-core": "^3.4.27",
"unocss": "^0.60.1",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.11",
"vue-tsc": "^2.0.17"
}
}

0 comments on commit 7231985

Please sign in to comment.