Skip to content

Commit

Permalink
chore(deps): update devdependency vite to v4 (#18)
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 Jan 9, 2023
1 parent 9585baa commit ec756c0
Show file tree
Hide file tree
Showing 4 changed files with 276 additions and 56 deletions.
2 changes: 1 addition & 1 deletion examples/vite/package.json
Expand Up @@ -29,7 +29,7 @@
"babel-loader": "^8.3.0",
"npm-run-all": "^4.1.5",
"typescript": "~4.8.4",
"vite": "^3.2.3",
"vite": "^4.0.4",
"vue-loader": "^17.0.1",
"vue-tsc": "^0.40.13"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -82,7 +82,7 @@
"unplugin": "^1.0.1"
},
"peerDependencies": {
"vite": "^3.2.5",
"vite": "^4.0.4",
"vue": "^3.2.45"
},
"devDependencies": {
Expand All @@ -101,7 +101,7 @@
"rollup": "^3.7.3",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"vite": "^3.2.5",
"vite": "^4.0.4",
"vitest": "^0.25.7",
"vue": "^3.2.45",
"webpack": "^5.75.0"
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Expand Up @@ -4,7 +4,7 @@
"dev": "nodemon -w '../src/**/*.ts' -e .ts -x vite"
},
"devDependencies": {
"vite": "^3.2.5",
"vite": "^4.0.4",
"vite-plugin-inspect": "^0.7.10"
}
}

0 comments on commit ec756c0

Please sign in to comment.