Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#43)
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] committed May 8, 2023
1 parent be45d08 commit dc65ebf
Show file tree
Hide file tree
Showing 3 changed files with 382 additions and 321 deletions.
14 changes: 7 additions & 7 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-jsx-string",
"version": "0.6.0",
"packageManager": "pnpm@8.3.1",
"packageManager": "pnpm@8.4.0",
"description": "Converts JSX to HTML strings at compile time.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -75,7 +75,7 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@babel/parser": "^7.21.5",
"@babel/parser": "^7.21.8",
"@babel/types": "^7.21.5",
"@rollup/pluginutils": "^5.0.2",
"entities": "^4.5.0",
Expand All @@ -88,19 +88,19 @@
"@sxzz/eslint-config": "^2.4.6",
"@types/benchmark": "^2.1.2",
"@types/jsesc": "^3.0.1",
"@types/node": "^18.16.3",
"@types/react": "^18.2.0",
"@types/node": "^18.16.5",
"@types/react": "^18.2.6",
"benchmark": "^2.1.4",
"bumpp": "^9.1.0",
"eslint": "^8.39.0",
"eslint": "^8.40.0",
"eslint-define-config": "^1.20.0",
"fast-glob": "^3.2.12",
"prettier": "^2.8.8",
"tsup": "^6.7.0",
"tsx": "^3.12.7",
"typescript": "^5.0.4",
"vite": "^4.3.3",
"vitest": "^0.30.1"
"vite": "^4.3.5",
"vitest": "^0.31.0"
},
"engines": {
"node": ">=14.19.0"
Expand Down
12 changes: 6 additions & 6 deletions playground/package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-jsx-string-playground",
"version": "0.0.0",
"packageManager": "pnpm@8.3.1",
"packageManager": "pnpm@8.4.0",
"license": "MIT",
"author": "三咲智子 <[email protected]>",
"scripts": {
Expand All @@ -11,19 +11,19 @@
"vercel-build": "pnpm run -C .. build && pnpm build"
},
"dependencies": {
"@unocss/reset": "^0.51.8",
"@vueuse/core": "^10.1.0",
"@unocss/reset": "^0.51.12",
"@vueuse/core": "^10.1.2",
"unplugin-jsx-string": "workspace:*",
"vue": "^3.2.47"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.16",
"@vitejs/plugin-vue": "^4.2.1",
"@vue/runtime-core": "^3.2.47",
"unocss": "^0.51.8",
"unocss": "^0.51.12",
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.3.3",
"vue-tsc": "^1.6.1"
"vite": "^4.3.5",
"vue-tsc": "^1.6.4"
}
}

0 comments on commit dc65ebf

Please sign in to comment.