Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#63)
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 4, 2023
1 parent 41c2407 commit ce85925
Show file tree
Hide file tree
Showing 3 changed files with 383 additions and 389 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-jsx-string",
"version": "0.7.1",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"description": "Converts JSX to HTML strings at compile time.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -101,7 +101,7 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@babel/parser": "^7.22.11",
"@babel/parser": "^7.22.14",
"@babel/types": "^7.22.11",
"@rollup/pluginutils": "^5.0.4",
"entities": "^4.5.0",
Expand All @@ -111,20 +111,20 @@
"unplugin": "^1.4.0"
},
"devDependencies": {
"@sxzz/eslint-config": "^3.4.0",
"@sxzz/eslint-config": "^3.5.1",
"@sxzz/prettier-config": "^1.0.4",
"@types/benchmark": "^2.1.2",
"@types/jsesc": "^3.0.1",
"@types/node": "^20.5.7",
"@types/node": "^20.5.9",
"@types/react": "^18.2.21",
"benchmark": "^2.1.4",
"bumpp": "^9.2.0",
"eslint": "^8.48.0",
"eslint-define-config": "^1.23.0",
"fast-glob": "^3.3.1",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"tsup": "^7.2.0",
"tsx": "^3.12.7",
"tsx": "^3.12.8",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.3"
Expand Down
12 changes: 6 additions & 6 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.55.3",
"@unocss/reset": "^0.55.6",
"@vueuse/core": "^10.4.1",
"unplugin-jsx-string": "workspace:*",
"vue": "^3.3.4"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.20",
"@vitejs/plugin-vue": "^4.3.3",
"@iconify-json/carbon": "^1.1.21",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/runtime-core": "^3.3.4",
"unocss": "^0.55.3",
"unocss": "^0.55.6",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vue-tsc": "^1.8.8"
}
Expand Down
Loading

0 comments on commit ce85925

Please sign in to comment.