Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 3, 2023
1 parent 91de6a2 commit bd742f3
Show file tree
Hide file tree
Showing 3 changed files with 313 additions and 306 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-jsx-string",
"version": "0.6.0",
"packageManager": "pnpm@8.6.4",
"packageManager": "pnpm@8.6.5",
"description": "Converts JSX to HTML strings at compile time.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -86,20 +86,20 @@
},
"devDependencies": {
"@sxzz/eslint-config": "^3.1.0",
"@sxzz/prettier-config": "^1.0.2",
"@sxzz/prettier-config": "^1.0.3",
"@types/benchmark": "^2.1.2",
"@types/jsesc": "^3.0.1",
"@types/node": "^20.3.1",
"@types/node": "^20.3.3",
"@types/react": "^18.2.14",
"benchmark": "^2.1.4",
"bumpp": "^9.1.1",
"eslint": "^8.43.0",
"eslint": "^8.44.0",
"eslint-define-config": "^1.21.0",
"fast-glob": "^3.2.12",
"fast-glob": "^3.3.0",
"prettier": "^2.8.8",
"tsup": "^7.1.0",
"tsx": "^3.12.7",
"typescript": "^5.1.3",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vitest": "^0.32.2"
},
Expand Down
10 changes: 5 additions & 5 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@8.6.4",
"packageManager": "pnpm@8.6.5",
"license": "MIT",
"author": "三咲智子 <sxzz@sxzz.moe>",
"scripts": {
Expand All @@ -11,19 +11,19 @@
"vercel-build": "pnpm run -C .. build && pnpm build"
},
"dependencies": {
"@unocss/reset": "^0.53.3",
"@vueuse/core": "^10.2.0",
"@unocss/reset": "^0.53.4",
"@vueuse/core": "^10.2.1",
"unplugin-jsx-string": "workspace:*",
"vue": "^3.3.4"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.18",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/runtime-core": "^3.3.4",
"unocss": "^0.53.3",
"unocss": "^0.53.4",
"unplugin-auto-import": "^0.16.4",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.3.9",
"vue-tsc": "^1.8.1"
"vue-tsc": "^1.8.3"
}
}
Loading

0 comments on commit bd742f3

Please sign in to comment.