Skip to content

Commit

Permalink
⬆️ deps: update dependency vite-plugin-dts to v3 (#153)
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: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Jul 9, 2023
1 parent 0505de7 commit cb13e8d
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 114 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"typescript": "^5.0.3",
"vite": "^4.2.1",
"vite-node": "0.32.2",
"vite-plugin-dts": "2.3.0",
"vite-plugin-dts": "3.1.0",
"vitepress": "1.0.0-beta.4",
"vitest": "0.32.2",
"vue": "^3.2.47"
Expand Down
6 changes: 5 additions & 1 deletion packages/theme-meteor/src/particle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ export class Particle implements Vector3D {
#globalSpeed: GlobalSpeed | null = null
#color: string | null = null
#screenMargin: number = 50
constructor(public x = 0, public y = 0, public z = 0) {}
constructor(
public x = 0,
public y = 0,
public z = 0
) {}

bindGlobalSpeed(globalSpeed: GlobalSpeed) {
this.#globalSpeed = globalSpeed
Expand Down
Loading

0 comments on commit cb13e8d

Please sign in to comment.