Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2022
1 parent 31937e8 commit 21db691
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 448 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.13.5",
"packageManager": "pnpm@7.14.0",
"description": "Converts JSX to HTML strings at compile time.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -77,14 +77,14 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@babel/parser": "^7.19.4",
"@babel/parser": "^7.19.6",
"@babel/types": "^7.19.4",
"@rollup/pluginutils": "^4.2.1",
"entities": "^4.4.0",
"estree-walker": "^3.0.1",
"jsesc": "^3.0.2",
"magic-string": "^0.26.7",
"unplugin": "^0.9.6"
"unplugin": "^0.10.1"
},
"devDependencies": {
"@sxzz/eslint-config": "^2.4.4",
Expand All @@ -94,12 +94,12 @@
"@types/react": "^18.0.21",
"benchmark": "^2.1.4",
"bumpp": "^8.2.1",
"eslint": "^8.25.0",
"eslint-define-config": "^1.7.0",
"eslint": "^8.26.0",
"eslint-define-config": "^1.8.0",
"fast-glob": "^3.2.12",
"prettier": "^2.7.1",
"tsup": "^6.2.3",
"tsx": "^3.10.1",
"tsup": "^6.3.0",
"tsx": "^3.11.0",
"typescript": "^4.8.4",
"vite": "^3.1.8",
"vitest": "^0.24.3"
Expand Down
6 changes: 3 additions & 3 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.13.5",
"packageManager": "pnpm@7.14.0",
"license": "MIT",
"author": "三咲智子 <[email protected]>",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"vercel-build": "pnpm run -C .. build && pnpm build"
},
"dependencies": {
"@unocss/reset": "^0.45.29",
"@unocss/reset": "^0.45.30",
"@vueuse/core": "^9.3.1",
"unplugin-jsx-string": "workspace:^0.5.3-0",
"vue": "^3.2.41"
Expand All @@ -20,7 +20,7 @@
"@iconify-json/carbon": "^1.1.9",
"@vitejs/plugin-vue": "^3.1.2",
"@vue/runtime-core": "^3.2.41",
"unocss": "^0.45.29",
"unocss": "^0.45.30",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.8",
"vite": "^3.1.8"
Expand Down
Loading

0 comments on commit 21db691

Please sign in to comment.