Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 15, 2023
1 parent dc65ebf commit 9de2f08
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 181 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-jsx-string",
"version": "0.6.0",
"packageManager": "pnpm@8.4.0",
"packageManager": "pnpm@8.5.1",
"description": "Converts JSX to HTML strings at compile time.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -88,7 +88,7 @@
"@sxzz/eslint-config": "^2.4.6",
"@types/benchmark": "^2.1.2",
"@types/jsesc": "^3.0.1",
"@types/node": "^18.16.5",
"@types/node": "^18.16.9",
"@types/react": "^18.2.6",
"benchmark": "^2.1.4",
"bumpp": "^9.1.0",
Expand Down
10 changes: 5 additions & 5 deletions playground/package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-jsx-string-playground",
"version": "0.0.0",
"packageManager": "pnpm@8.4.0",
"packageManager": "pnpm@8.5.1",
"license": "MIT",
"author": "三咲智子 <[email protected]>",
"scripts": {
Expand All @@ -14,16 +14,16 @@
"@unocss/reset": "^0.51.12",
"@vueuse/core": "^10.1.2",
"unplugin-jsx-string": "workspace:*",
"vue": "^3.2.47"
"vue": "^3.3.2"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.16",
"@vitejs/plugin-vue": "^4.2.1",
"@vue/runtime-core": "^3.2.47",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/runtime-core": "^3.3.2",
"unocss": "^0.51.12",
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.5",
"vue-tsc": "^1.6.4"
"vue-tsc": "^1.6.5"
}
}

0 comments on commit 9de2f08

Please sign in to comment.