Skip to content

Commit

Permalink
chore(deps-dev): bump vite from 4.5.0 to 4.5.1 (#149)
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.1/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent 8389d8f commit e0f92c0
Show file tree
Hide file tree
Showing 7 changed files with 8,874 additions and 16,155 deletions.
2 changes: 1 addition & 1 deletion apps/sample-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"typescript": "^5.2.2",
"vite": "^5.0.0"
"vite": "^4.5.1"
}
}
2 changes: 1 addition & 1 deletion apps/sample-svelte-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.4.2",
"vite": "^4.5.1",
"vite-plugin-node-polyfills": "^0.16.0"
}
}
24,781 changes: 8,864 additions & 15,917 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/dapp-kit-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"react": "^18.2.0",
"tsup": "*",
"typescript": "*",
"vite": "^4.5.0",
"vite": "^4.5.1",
"vitest": "^0.34.6"
}
}
2 changes: 1 addition & 1 deletion packages/dapp-kit-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"tsup": "^7.2.0",
"typechain": "^8.3.2",
"typescript": "~5.2.0",
"vite": "^4.5.0",
"vite": "^4.5.1",
"vitest": "^0.34.6"
}
}
2 changes: 1 addition & 1 deletion packages/dapp-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"lokijs": "^1.5.12",
"tsup": "*",
"typescript": "*",
"vite": "^4.5.0",
"vite": "^4.5.1",
"vitest": "^0.34.6"
}
}
238 changes: 5 additions & 233 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit e0f92c0

Please sign in to comment.