Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#11)
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 Sep 19, 2022
1 parent fc027a0 commit 0552782
Show file tree
Hide file tree
Showing 3 changed files with 242 additions and 232 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": "pnpm@7.11.0",
"packageManager": "pnpm@7.12.0",
"description": "Converts JSX to HTML strings at compile time.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -77,7 +77,7 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@babel/parser": "^7.19.0",
"@babel/parser": "^7.19.1",
"@babel/types": "^7.19.0",
"@rollup/pluginutils": "^4.2.1",
"entities": "^4.4.0",
Expand All @@ -87,22 +87,22 @@
"unplugin": "^0.9.5"
},
"devDependencies": {
"@sxzz/eslint-config": "^2.4.3",
"@sxzz/eslint-config": "^2.4.4",
"@types/benchmark": "^2.1.2",
"@types/jsesc": "^3.0.1",
"@types/node": "*",
"@types/react": "^18.0.19",
"@types/react": "^18.0.20",
"benchmark": "^2.1.4",
"bumpp": "^8.2.1",
"eslint": "^8.23.0",
"eslint": "^8.23.1",
"eslint-define-config": "^1.7.0",
"fast-glob": "^3.2.12",
"prettier": "^2.7.1",
"tsup": "^6.2.3",
"tsx": "^3.9.0",
"typescript": "^4.8.3",
"vite": "^3.1.0",
"vitest": "^0.23.2"
"vite": "^3.1.3",
"vitest": "^0.23.4"
},
"engines": {
"node": ">=14.19.0"
Expand Down
10 changes: 5 additions & 5 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.11.0",
"packageManager": "pnpm@7.12.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.45.20",
"@unocss/reset": "^0.45.21",
"@vueuse/core": "^9.2.0",
"unplugin-jsx-string": "workspace:^0.5.3-0",
"vue": "^3.2.39"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.7",
"@iconify-json/carbon": "^1.1.8",
"@vitejs/plugin-vue": "^3.1.0",
"@vue/runtime-core": "^3.2.39",
"unocss": "^0.45.20",
"unocss": "^0.45.21",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.7",
"vite": "^3.1.0"
"vite": "^3.1.3"
}
}
Loading

1 comment on commit 0552782

@vercel
Copy link

@vercel vercel bot commented on 0552782 Sep 19, 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.