Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#7)
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 1, 2023
1 parent bfaee3a commit c5e6948
Show file tree
Hide file tree
Showing 2 changed files with 371 additions and 322 deletions.
20 changes: 10 additions & 10 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-jsx",
"version": "0.2.0",
"packageManager": "pnpm@8.2.0",
"packageManager": "pnpm@8.3.1",
"description": "Vue JSX plugin for both Vue 2 and 3. Supports Rollup, Vite, esbuild and Webpack.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -76,30 +76,30 @@
"vue": "^2.0.0 || ^3.0.0"
},
"dependencies": {
"@babel/core": "^7.21.4",
"@babel/core": "^7.21.5",
"@babel/plugin-syntax-typescript": "^7.21.4",
"@rollup/pluginutils": "^5.0.2",
"@vue/babel-plugin-jsx": "^1.1.1",
"@vue/babel-preset-jsx": "^1.4.0",
"esbuild": "^0.17.15",
"esbuild": "^0.17.18",
"local-pkg": "^0.4.3",
"magic-string": "^0.30.0",
"unplugin": "^1.3.1"
},
"devDependencies": {
"@sxzz/eslint-config": "^2.4.6",
"@types/babel__core": "^7.20.0",
"@types/node": "^18.15.11",
"@types/node": "^18.16.3",
"bumpp": "^9.1.0",
"eslint": "^8.38.0",
"eslint-define-config": "^1.17.0",
"eslint": "^8.39.0",
"eslint-define-config": "^1.20.0",
"fast-glob": "^3.2.12",
"prettier": "^2.8.7",
"prettier": "^2.8.8",
"tsup": "^6.7.0",
"tsx": "^3.12.6",
"tsx": "^3.12.7",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vitest": "^0.30.0",
"vite": "^4.3.3",
"vitest": "^0.30.1",
"vue": "^3.2.47"
},
"engines": {
Expand Down

0 comments on commit c5e6948

Please sign in to comment.