Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#8)
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 8, 2023
1 parent c5e6948 commit 3c8ea03
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 200 deletions.
12 changes: 6 additions & 6 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-jsx",
"version": "0.2.0",
"packageManager": "pnpm@8.3.1",
"packageManager": "pnpm@8.4.0",
"description": "Vue JSX plugin for both Vue 2 and 3. Supports Rollup, Vite, esbuild and Webpack.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -76,7 +76,7 @@
"vue": "^2.0.0 || ^3.0.0"
},
"dependencies": {
"@babel/core": "^7.21.5",
"@babel/core": "^7.21.8",
"@babel/plugin-syntax-typescript": "^7.21.4",
"@rollup/pluginutils": "^5.0.2",
"@vue/babel-plugin-jsx": "^1.1.1",
Expand All @@ -89,17 +89,17 @@
"devDependencies": {
"@sxzz/eslint-config": "^2.4.6",
"@types/babel__core": "^7.20.0",
"@types/node": "^18.16.3",
"@types/node": "^18.16.5",
"bumpp": "^9.1.0",
"eslint": "^8.39.0",
"eslint": "^8.40.0",
"eslint-define-config": "^1.20.0",
"fast-glob": "^3.2.12",
"prettier": "^2.8.8",
"tsup": "^6.7.0",
"tsx": "^3.12.7",
"typescript": "^5.0.4",
"vite": "^4.3.3",
"vitest": "^0.30.1",
"vite": "^4.3.5",
"vitest": "^0.31.0",
"vue": "^3.2.47"
},
"engines": {
Expand Down

0 comments on commit 3c8ea03

Please sign in to comment.