Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#19)
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 Jul 3, 2023
1 parent b1063d3 commit 76485bc
Show file tree
Hide file tree
Showing 2 changed files with 223 additions and 218 deletions.
16 changes: 8 additions & 8 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-jsx",
"version": "0.2.0",
"packageManager": "[email protected].4",
"packageManager": "[email protected].5",
"description": "Vue JSX plugin for both Vue 2 and 3. Supports Rollup, Vite, esbuild and Webpack.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -79,26 +79,26 @@
"@babel/core": "^7.22.5",
"@babel/plugin-syntax-typescript": "^7.22.5",
"@rollup/pluginutils": "^5.0.2",
"@vue/babel-plugin-jsx": "^1.1.3",
"@vue/babel-plugin-jsx": "^1.1.5",
"@vue/babel-preset-jsx": "^1.4.0",
"esbuild": "^0.18.8",
"esbuild": "^0.18.11",
"local-pkg": "^0.4.3",
"magic-string": "^0.30.0",
"unplugin": "^1.3.1"
},
"devDependencies": {
"@sxzz/eslint-config": "^3.1.0",
"@sxzz/prettier-config": "^1.0.2",
"@sxzz/prettier-config": "^1.0.3",
"@types/babel__core": "^7.20.1",
"@types/node": "^20.3.1",
"@types/node": "^20.3.3",
"bumpp": "^9.1.1",
"eslint": "^8.43.0",
"eslint": "^8.44.0",
"eslint-define-config": "^1.21.0",
"fast-glob": "^3.2.12",
"fast-glob": "^3.3.0",
"prettier": "^2.8.8",
"tsup": "^7.1.0",
"tsx": "^3.12.7",
"typescript": "^5.1.3",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vitest": "^0.32.2",
"vue": "^3.3.4"
Expand Down

0 comments on commit 76485bc

Please sign in to comment.