Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#2)
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] committed Jul 25, 2022
1 parent fda51a1 commit 5687a46
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 233 deletions.
12 changes: 6 additions & 6 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-jsx-string",
"version": "0.5.5",
"packageManager": "pnpm@7.5.1",
"packageManager": "pnpm@7.6.0",
"description": "Converts JSX to HTML strings at compile time.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -77,8 +77,8 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@babel/parser": "^7.18.8",
"@babel/types": "^7.18.8",
"@babel/parser": "^7.18.9",
"@babel/types": "^7.18.9",
"@rollup/pluginutils": "^4.2.1",
"entities": "^4.3.1",
"estree-walker": "^3.0.1",
Expand All @@ -94,15 +94,15 @@
"@types/react": "^18.0.15",
"benchmark": "^2.1.4",
"bumpp": "^8.2.1",
"eslint": "^8.19.0",
"eslint": "^8.20.0",
"eslint-define-config": "^1.5.1",
"fast-glob": "^3.2.11",
"prettier": "^2.7.1",
"tsup": "^6.1.3",
"tsx": "^3.8.0",
"typescript": "^4.7.4",
"vite": "^3.0.0",
"vitest": "^0.18.0"
"vite": "^3.0.3",
"vitest": "^0.19.0"
},
"engines": {
"node": ">=14.19.0"
Expand Down
16 changes: 8 additions & 8 deletions playground/package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-jsx-string-playground",
"version": "0.0.0",
"packageManager": "pnpm@7.1.9",
"packageManager": "pnpm@7.6.0",
"license": "MIT",
"author": "三咲智子 <sxzz@sxzz.moe>",
"scripts": {
Expand All @@ -11,18 +11,18 @@
"vercel-build": "pnpm run -C .. build && pnpm build"
},
"dependencies": {
"@unocss/reset": "^0.44.1",
"@vueuse/core": "^8.9.2",
"@unocss/reset": "^0.44.7",
"@vueuse/core": "^8.9.4",
"unplugin-jsx-string": "workspace:^0.5.3-0",
"vue": "^3.2.37"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.6",
"@vitejs/plugin-vue": "^3.0.0",
"@iconify-json/carbon": "^1.1.7",
"@vitejs/plugin-vue": "^3.0.1",
"@vue/runtime-core": "^3.2.37",
"unocss": "^0.44.1",
"unplugin-auto-import": "^0.9.2",
"unocss": "^0.44.7",
"unplugin-auto-import": "^0.10.1",
"unplugin-vue-components": "^0.21.1",
"vite": "^3.0.0"
"vite": "^3.0.3"
}
}

1 comment on commit 5687a46

@vercel
Copy link

@vercel vercel bot commented on 5687a46 Jul 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.