Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#27)
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 Aug 28, 2023
1 parent ea5d481 commit 579a047
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 243 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue-jsx",
"version": "0.2.2",
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.7.0",
"description": "Vue JSX plugin for both Vue 2 and 3. Supports Rollup, Vite, esbuild and Webpack.",
"keywords": [
"unplugin",
Expand Down Expand Up @@ -92,31 +92,31 @@
"vue": "^2.0.0 || ^3.0.0"
},
"dependencies": {
"@babel/core": "^7.22.10",
"@babel/core": "^7.22.11",
"@babel/plugin-syntax-typescript": "^7.22.5",
"@rollup/pluginutils": "^5.0.3",
"@rollup/pluginutils": "^5.0.4",
"@vue/babel-plugin-jsx": "^1.1.5",
"@vue/babel-preset-jsx": "^1.4.0",
"esbuild": "^0.19.2",
"local-pkg": "^0.4.3",
"magic-string": "^0.30.2",
"magic-string": "^0.30.3",
"unplugin": "^1.4.0"
},
"devDependencies": {
"@sxzz/eslint-config": "^3.4.0",
"@sxzz/prettier-config": "^1.0.4",
"@types/babel__core": "^7.20.1",
"@types/node": "^20.5.1",
"@types/node": "^20.5.7",
"bumpp": "^9.2.0",
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"eslint-define-config": "^1.23.0",
"fast-glob": "^3.3.1",
"prettier": "^3.0.2",
"tsup": "^7.2.0",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.2",
"vitest": "^0.34.3",
"vue": "^3.3.4"
},
"engines": {
Expand Down
Loading

0 comments on commit 579a047

Please sign in to comment.