Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#14)
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 Oct 17, 2022
1 parent 33d3da6 commit 31937e8
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 136 deletions.
10 changes: 5 additions & 5 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": "[email protected].3",
"packageManager": "[email protected].5",
"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.19.3",
"@babel/types": "^7.19.3",
"@babel/parser": "^7.19.4",
"@babel/types": "^7.19.4",
"@rollup/pluginutils": "^4.2.1",
"entities": "^4.4.0",
"estree-walker": "^3.0.1",
Expand All @@ -101,8 +101,8 @@
"tsup": "^6.2.3",
"tsx": "^3.10.1",
"typescript": "^4.8.4",
"vite": "^3.1.6",
"vitest": "^0.24.0"
"vite": "^3.1.8",
"vitest": "^0.24.3"
},
"engines": {
"node": ">=14.19.0"
Expand Down
12 changes: 6 additions & 6 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": "[email protected].3",
"packageManager": "[email protected].5",
"license": "MIT",
"author": "三咲智子 <[email protected]>",
"scripts": {
Expand All @@ -12,17 +12,17 @@
},
"dependencies": {
"@unocss/reset": "^0.45.29",
"@vueuse/core": "^9.3.0",
"@vueuse/core": "^9.3.1",
"unplugin-jsx-string": "workspace:^0.5.3-0",
"vue": "^3.2.40"
"vue": "^3.2.41"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.8",
"@iconify-json/carbon": "^1.1.9",
"@vitejs/plugin-vue": "^3.1.2",
"@vue/runtime-core": "^3.2.40",
"@vue/runtime-core": "^3.2.41",
"unocss": "^0.45.29",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.8",
"vite": "^3.1.6"
"vite": "^3.1.8"
}
}
Loading

1 comment on commit 31937e8

@vercel
Copy link

@vercel vercel bot commented on 31937e8 Oct 17, 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.