Skip to content

Commit

Permalink
chore(deps): update dependency vite to v5 (#263)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arnaud Barré <arnaud.barre@carbometrix.com>
  • Loading branch information
renovate[bot] and ArnaudBarre authored Dec 4, 2023
1 parent 8512995 commit ec63066
Show file tree
Hide file tree
Showing 3 changed files with 1,408 additions and 770 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"tsx": "^4.6.2",
"typescript": "^5.3.2",
"unbuild": "^2.0.0",
"vite": "^4.5.1",
"vite": "^5.0.5",
"vitest": "^0.34.6"
},
"simple-git-hooks": {
Expand All @@ -73,5 +73,5 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@8.6.0"
"packageManager": "pnpm@8.11.0"
}
2 changes: 1 addition & 1 deletion packages/plugin-react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"outDir": "dist",
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "Node",
"moduleResolution": "bundler",
"strict": true,
"declaration": true,
"sourceMap": true,
Expand Down
Loading

0 comments on commit ec63066

Please sign in to comment.