Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 <[email protected]>
  • Loading branch information
renovate[bot] and sxzz authored Oct 31, 2022
1 parent 1c8c9fb commit 3403735
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 190 deletions.
14 changes: 7 additions & 7 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].0",
"packageManager": "[email protected].1",
"description": "Converts JSX to HTML strings at compile time.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -77,31 +77,31 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@babel/parser": "^7.19.6",
"@babel/types": "^7.19.4",
"@babel/parser": "^7.20.0",
"@babel/types": "^7.20.0",
"@rollup/pluginutils": "^5.0.2",
"entities": "^4.4.0",
"estree-walker": "^3.0.1",
"jsesc": "^3.0.2",
"magic-string": "^0.26.7",
"unplugin": "^0.10.1"
"unplugin": "^0.10.2"
},
"devDependencies": {
"@sxzz/eslint-config": "^2.4.4",
"@types/benchmark": "^2.1.2",
"@types/jsesc": "^3.0.1",
"@types/node": "*",
"@types/react": "^18.0.22",
"@types/react": "^18.0.24",
"benchmark": "^2.1.4",
"bumpp": "^8.2.1",
"eslint": "^8.26.0",
"eslint-define-config": "^1.8.0",
"eslint-define-config": "^1.11.0",
"fast-glob": "^3.2.12",
"prettier": "^2.7.1",
"tsup": "^6.3.0",
"tsx": "^3.11.0",
"typescript": "^4.8.4",
"vite": "^3.1.8",
"vite": "^3.2.1",
"vitest": "^0.24.3"
},
"engines": {
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": "[email protected].0",
"packageManager": "[email protected].1",
"license": "MIT",
"author": "三咲智子 <[email protected]>",
"scripts": {
Expand All @@ -11,18 +11,18 @@
"vercel-build": "pnpm run -C .. build && pnpm build"
},
"dependencies": {
"@unocss/reset": "^0.45.30",
"@vueuse/core": "^9.3.1",
"@unocss/reset": "^0.46.1",
"@vueuse/core": "^9.4.0",
"unplugin-jsx-string": "workspace:^0.5.3-0",
"vue": "^3.2.41"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.9",
"@vitejs/plugin-vue": "^3.1.2",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/runtime-core": "^3.2.41",
"unocss": "^0.45.30",
"unplugin-auto-import": "^0.11.3",
"unocss": "^0.46.1",
"unplugin-auto-import": "^0.11.4",
"unplugin-vue-components": "^0.22.9",
"vite": "^3.1.8"
"vite": "^3.2.1"
}
}
Loading

1 comment on commit 3403735

@vercel
Copy link

@vercel vercel bot commented on 3403735 Oct 31, 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.