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 29, 2023
1 parent da58d70 commit d881103
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 185 deletions.
12 changes: 6 additions & 6 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-jsx-string",
"version": "0.6.0",
"packageManager": "pnpm@8.5.1",
"packageManager": "pnpm@8.6.0",
"description": "Converts JSX to HTML strings at compile time.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -75,8 +75,8 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@babel/parser": "^7.21.8",
"@babel/types": "^7.21.5",
"@babel/parser": "^7.22.3",
"@babel/types": "^7.22.3",
"@rollup/pluginutils": "^5.0.2",
"entities": "^4.5.0",
"estree-walker": "^3.0.3",
Expand All @@ -88,8 +88,8 @@
"@sxzz/eslint-config": "^2.4.6",
"@types/benchmark": "^2.1.2",
"@types/jsesc": "^3.0.1",
"@types/node": "^18.16.14",
"@types/react": "^18.2.6",
"@types/node": "^18.16.16",
"@types/react": "^18.2.7",
"benchmark": "^2.1.4",
"bumpp": "^9.1.0",
"eslint": "^8.41.0",
Expand All @@ -99,7 +99,7 @@
"tsup": "^6.7.0",
"tsx": "^3.12.7",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"vite": "^4.3.9",
"vitest": "^0.31.1"
},
"engines": {
Expand Down
12 changes: 6 additions & 6 deletions playground/package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-jsx-string-playground",
"version": "0.0.0",
"packageManager": "pnpm@8.5.1",
"packageManager": "pnpm@8.6.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.52.0",
"@unocss/reset": "^0.52.4",
"@vueuse/core": "^10.1.2",
"unplugin-jsx-string": "workspace:*",
"vue": "^3.3.4"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.16",
"@iconify-json/carbon": "^1.1.17",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/runtime-core": "^3.3.4",
"unocss": "^0.52.0",
"unplugin-auto-import": "^0.16.1",
"unocss": "^0.52.4",
"unplugin-auto-import": "^0.16.2",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.8",
"vite": "^4.3.9",
"vue-tsc": "^1.6.5"
}
}

0 comments on commit d881103

Please sign in to comment.