Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#34)
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 Mar 16, 2023
1 parent 6fad550 commit b51b95b
Show file tree
Hide file tree
Showing 3 changed files with 294 additions and 932 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-jsx-string",
"version": "0.6.0",
"packageManager": "pnpm@7.28.0",
"packageManager": "pnpm@7.29.3",
"description": "Converts JSX to HTML strings at compile time.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -75,32 +75,32 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@babel/parser": "^7.21.2",
"@babel/types": "^7.21.2",
"@babel/parser": "^7.21.3",
"@babel/types": "^7.21.3",
"@rollup/pluginutils": "^5.0.2",
"entities": "^4.4.0",
"estree-walker": "^3.0.3",
"jsesc": "^3.0.2",
"magic-string": "^0.30.0",
"unplugin": "^1.1.0"
"unplugin": "^1.3.1"
},
"devDependencies": {
"@sxzz/eslint-config": "^2.4.5",
"@types/benchmark": "^2.1.2",
"@types/jsesc": "^3.0.1",
"@types/node": "^18.14.2",
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"benchmark": "^2.1.4",
"bumpp": "^9.0.0",
"eslint": "^8.35.0",
"eslint-define-config": "^1.15.0",
"eslint": "^8.36.0",
"eslint-define-config": "^1.16.0",
"fast-glob": "^3.2.12",
"prettier": "^2.8.4",
"tsup": "^6.6.3",
"tsx": "^3.12.3",
"tsx": "^3.12.5",
"typescript": "^5.0.0-dev.20230226",
"vite": "^4.1.4",
"vitest": "^0.29.2"
"vitest": "^0.29.3"
},
"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.28.0",
"packageManager": "pnpm@7.29.3",
"license": "MIT",
"author": "三咲智子 <[email protected]>",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"vercel-build": "pnpm run -C .. build && pnpm build"
},
"dependencies": {
"@unocss/reset": "^0.50.3",
"@unocss/reset": "^0.50.4",
"@vueuse/core": "^9.13.0",
"unplugin-jsx-string": "workspace:*",
"vue": "^3.2.47"
Expand All @@ -20,9 +20,9 @@
"@iconify-json/carbon": "^1.1.16",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/runtime-core": "^3.2.47",
"unocss": "^0.50.3",
"unplugin-auto-import": "^0.15.0",
"unplugin-vue-components": "^0.24.0",
"unocss": "^0.50.4",
"unplugin-auto-import": "^0.15.1",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.1.4",
"vue-tsc": "^1.2.0"
}
Expand Down
Loading

0 comments on commit b51b95b

Please sign in to comment.