Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#18)
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] authored Nov 14, 2022
1 parent 3403735 commit 33c82fc
Show file tree
Hide file tree
Showing 3 changed files with 360 additions and 324 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-jsx-string",
"version": "0.5.5",
"packageManager": "pnpm@7.14.1",
"packageManager": "pnpm@7.15.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.20.0",
"@babel/types": "^7.20.0",
"@babel/parser": "^7.20.3",
"@babel/types": "^7.20.2",
"@rollup/pluginutils": "^5.0.2",
"entities": "^4.4.0",
"estree-walker": "^3.0.1",
Expand All @@ -91,18 +91,18 @@
"@types/benchmark": "^2.1.2",
"@types/jsesc": "^3.0.1",
"@types/node": "*",
"@types/react": "^18.0.24",
"@types/react": "^18.0.25",
"benchmark": "^2.1.4",
"bumpp": "^8.2.1",
"eslint": "^8.26.0",
"eslint-define-config": "^1.11.0",
"eslint": "^8.27.0",
"eslint-define-config": "^1.12.0",
"fast-glob": "^3.2.12",
"prettier": "^2.7.1",
"tsup": "^6.3.0",
"tsx": "^3.11.0",
"tsup": "^6.4.0",
"tsx": "^3.12.1",
"typescript": "^4.8.4",
"vite": "^3.2.1",
"vitest": "^0.24.3"
"vite": "^3.2.3",
"vitest": "^0.25.1"
},
"engines": {
"node": ">=14.19.0"
Expand Down
14 changes: 7 additions & 7 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@7.14.1",
"packageManager": "pnpm@7.15.0",
"license": "MIT",
"author": "三咲智子 <[email protected]>",
"scripts": {
Expand All @@ -11,18 +11,18 @@
"vercel-build": "pnpm run -C .. build && pnpm build"
},
"dependencies": {
"@unocss/reset": "^0.46.1",
"@vueuse/core": "^9.4.0",
"@unocss/reset": "^0.46.5",
"@vueuse/core": "^9.5.0",
"unplugin-jsx-string": "workspace:^0.5.3-0",
"vue": "^3.2.41"
"vue": "^3.2.45"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.9",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/runtime-core": "^3.2.41",
"unocss": "^0.46.1",
"@vue/runtime-core": "^3.2.45",
"unocss": "^0.46.5",
"unplugin-auto-import": "^0.11.4",
"unplugin-vue-components": "^0.22.9",
"vite": "^3.2.1"
"vite": "^3.2.3"
}
}
Loading

1 comment on commit 33c82fc

@vercel
Copy link

@vercel vercel bot commented on 33c82fc Nov 14, 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.