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 Dec 8, 2023
1 parent 2712646 commit 46bcdec
Show file tree
Hide file tree
Showing 3 changed files with 532 additions and 585 deletions.
22 changes: 11 additions & 11 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-jsx-string",
"version": "0.7.1",
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.11.0",
"description": "Converts JSX to HTML strings at compile time.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -101,31 +101,31 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@babel/parser": "^7.23.3",
"@babel/types": "^7.23.3",
"@rollup/pluginutils": "^5.0.5",
"@babel/parser": "^7.23.5",
"@babel/types": "^7.23.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"
},
"devDependencies": {
"@sxzz/eslint-config": "^3.7.4",
"@sxzz/eslint-config": "^3.7.5",
"@sxzz/prettier-config": "^2.0.0",
"@types/benchmark": "^2.1.5",
"@types/jsesc": "^3.0.3",
"@types/node": "^20.9.2",
"@types/react": "^18.2.37",
"@types/node": "^20.10.4",
"@types/react": "^18.2.42",
"benchmark": "^2.1.4",
"bumpp": "^9.2.0",
"eslint": "^8.54.0",
"eslint": "^8.55.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",
"tsx": "^4.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.6",
"vitest": "^0.34.6"
},
"engines": {
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.11.0",
"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.58.0",
"@vueuse/core": "^10.7.0",
"unplugin-jsx-string": "workspace:*",
"vue": "^3.3.8"
"vue": "^3.3.11"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.21",
"@vitejs/plugin-vue": "^4.5.0",
"@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": "^1.8.22"
"@iconify-json/carbon": "^1.1.24",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/runtime-core": "^3.3.11",
"unocss": "^0.58.0",
"unplugin-auto-import": "^0.17.2",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.6",
"vue-tsc": "^1.8.25"
}
}

0 comments on commit 46bcdec

Please sign in to comment.