Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#27)
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 Jan 16, 2023
1 parent b52d4c4 commit e06254a
Show file tree
Hide file tree
Showing 3 changed files with 235 additions and 204 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-jsx-string",
"version": "0.5.6",
"packageManager": "pnpm@7.23.0",
"packageManager": "pnpm@7.25.0",
"description": "Converts JSX to HTML strings at compile time.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -94,15 +94,15 @@
"@types/react": "^18.0.26",
"benchmark": "^2.1.4",
"bumpp": "^8.2.1",
"eslint": "^8.31.0",
"eslint-define-config": "^1.13.0",
"eslint": "^8.32.0",
"eslint-define-config": "^1.14.0",
"fast-glob": "^3.2.12",
"prettier": "^2.8.2",
"prettier": "^2.8.3",
"tsup": "^6.5.0",
"tsx": "^3.12.1",
"tsx": "^3.12.2",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vitest": "^0.26.3"
"vitest": "^0.27.1"
},
"engines": {
"node": ">=14.19.0"
Expand Down
6 changes: 3 additions & 3 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.23.0",
"packageManager": "pnpm@7.25.0",
"license": "MIT",
"author": "三咲智子 <[email protected]>",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"vercel-build": "pnpm run -C .. build && pnpm build"
},
"dependencies": {
"@unocss/reset": "^0.48.3",
"@unocss/reset": "^0.48.4",
"@vueuse/core": "^9.10.0",
"unplugin-jsx-string": "workspace:*",
"vue": "^3.2.45"
Expand All @@ -20,7 +20,7 @@
"@iconify-json/carbon": "^1.1.13",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/runtime-core": "^3.2.45",
"unocss": "^0.48.3",
"unocss": "^0.48.4",
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.0.4"
Expand Down
Loading

1 comment on commit e06254a

@vercel
Copy link

@vercel vercel bot commented on e06254a Jan 16, 2023

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.