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 Dec 23, 2024
1 parent ee5b7aa commit da265d8
Show file tree
Hide file tree
Showing 2 changed files with 466 additions and 208 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-replace",
"version": "0.3.3",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"description": "A universal bundler plugin which replaces targeted strings in files.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -88,25 +88,25 @@
},
"dependencies": {
"@rollup/pluginutils": "^5.1.4",
"magic-string": "^0.30.15",
"magic-string": "^0.30.17",
"unplugin": "^2.1.0"
},
"devDependencies": {
"@sxzz/eslint-config": "^4.5.1",
"@sxzz/prettier-config": "^2.0.2",
"@types/node": "^22.10.2",
"@vue-macros/test-utils": "^1.7.1",
"bumpp": "^9.9.1",
"esbuild": "^0.24.0",
"bumpp": "^9.9.2",
"esbuild": "^0.24.2",
"eslint": "^9.17.0",
"fast-glob": "^3.3.2",
"prettier": "^3.4.2",
"rolldown": "nightly",
"rollup": "^4.28.1",
"rollup": "^4.29.1",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite": "^6.0.5",
"vitest": "^2.1.8",
"webpack": "^5.97.1"
},
Expand Down
Loading

0 comments on commit da265d8

Please sign in to comment.