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 Oct 25, 2023
1 parent 495d33a commit 19d184f
Show file tree
Hide file tree
Showing 3 changed files with 540 additions and 501 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-jsx-string",
"version": "0.7.1",
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@8.9.2",
"description": "Converts JSX to HTML strings at compile time.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -103,30 +103,30 @@
"dependencies": {
"@babel/parser": "^7.23.0",
"@babel/types": "^7.23.0",
"@rollup/pluginutils": "^5.0.4",
"@rollup/pluginutils": "^5.0.5",
"entities": "^4.5.0",
"estree-walker": "^3.0.3",
"jsesc": "^3.0.2",
"magic-string": "^0.30.4",
"magic-string": "^0.30.5",
"unplugin": "^1.5.0"
},
"devDependencies": {
"@sxzz/eslint-config": "^3.6.1",
"@sxzz/eslint-config": "^3.7.0",
"@sxzz/prettier-config": "^1.0.4",
"@types/benchmark": "^2.1.3",
"@types/jsesc": "^3.0.1",
"@types/node": "^20.8.2",
"@types/react": "^18.2.25",
"@types/benchmark": "^2.1.4",
"@types/jsesc": "^3.0.2",
"@types/node": "^20.8.8",
"@types/react": "^18.2.31",
"benchmark": "^2.1.4",
"bumpp": "^9.2.0",
"eslint": "^8.50.0",
"eslint-define-config": "^1.23.0",
"eslint": "^8.52.0",
"eslint-define-config": "^1.24.1",
"fast-glob": "^3.3.1",
"prettier": "^3.0.3",
"tsup": "^7.2.0",
"tsx": "^3.13.0",
"tsx": "^3.14.0",
"typescript": "^5.2.2",
"vite": "^4.4.10",
"vite": "^4.5.0",
"vitest": "^0.34.6"
},
"engines": {
Expand Down
16 changes: 8 additions & 8 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.8.0",
"packageManager": "pnpm@8.9.2",
"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.56.5",
"@vueuse/core": "^10.4.1",
"@unocss/reset": "^0.57.1",
"@vueuse/core": "^10.5.0",
"unplugin-jsx-string": "workspace:*",
"vue": "^3.3.4"
"vue": "^3.3.7"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.21",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/runtime-core": "^3.3.4",
"unocss": "^0.56.5",
"@vue/runtime-core": "^3.3.7",
"unocss": "^0.57.1",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.10",
"vue-tsc": "^1.8.15"
"vite": "^4.5.0",
"vue-tsc": "^1.8.21"
}
}

0 comments on commit 19d184f

Please sign in to comment.