Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#8)
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 Aug 29, 2022
1 parent 3174ed3 commit 13690e9
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 238 deletions.
16 changes: 8 additions & 8 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-jsx-string",
"version": "0.5.5",
"packageManager": "pnpm@7.9.3",
"packageManager": "pnpm@7.9.5",
"description": "Converts JSX to HTML strings at compile time.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -77,30 +77,30 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@babel/parser": "^7.18.11",
"@babel/types": "^7.18.10",
"@babel/parser": "^7.18.13",
"@babel/types": "^7.18.13",
"@rollup/pluginutils": "^4.2.1",
"entities": "^4.3.1",
"estree-walker": "^3.0.1",
"jsesc": "^3.0.2",
"magic-string": "^0.26.2",
"unplugin": "^0.9.4"
"unplugin": "^0.9.5"
},
"devDependencies": {
"@sxzz/eslint-config": "^2.4.1",
"@types/benchmark": "^2.1.1",
"@types/benchmark": "^2.1.2",
"@types/jsesc": "^3.0.1",
"@types/node": "*",
"@types/react": "^18.0.17",
"benchmark": "^2.1.4",
"bumpp": "^8.2.1",
"eslint": "^8.22.0",
"eslint": "^8.23.0",
"eslint-define-config": "^1.6.0",
"fast-glob": "^3.2.11",
"prettier": "^2.7.1",
"tsup": "^6.2.2",
"tsup": "^6.2.3",
"tsx": "^3.8.2",
"typescript": "^4.7.4",
"typescript": "^4.8.2",
"vite": "^3.0.9",
"vitest": "^0.22.1"
},
Expand Down
8 changes: 4 additions & 4 deletions playground/package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-jsx-string-playground",
"version": "0.0.0",
"packageManager": "pnpm@7.9.3",
"packageManager": "pnpm@7.9.5",
"license": "MIT",
"author": "三咲智子 <sxzz@sxzz.moe>",
"scripts": {
Expand All @@ -11,16 +11,16 @@
"vercel-build": "pnpm run -C .. build && pnpm build"
},
"dependencies": {
"@unocss/reset": "^0.45.9",
"@vueuse/core": "^9.1.0",
"@unocss/reset": "^0.45.13",
"@vueuse/core": "^9.1.1",
"unplugin-jsx-string": "workspace:^0.5.3-0",
"vue": "^3.2.37"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.7",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/runtime-core": "^3.2.37",
"unocss": "^0.45.9",
"unocss": "^0.45.13",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.4",
"vite": "^3.0.9"
Expand Down

1 comment on commit 13690e9

@vercel
Copy link

@vercel vercel bot commented on 13690e9 Aug 29, 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.