Skip to content

Commit

Permalink
chore(deps): update vite (#162)
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 Apr 1, 2024
1 parent b58295d commit deb72d8
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 51 deletions.
2 changes: 1 addition & 1 deletion apps/lit-override/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"rimraf": "5.0.5",
"tsconfig-config": "workspace:*",
"typescript": "5.3.3",
"vite": "5.1.4"
"vite": "5.1.7"
},
"dependencies": {
"@waldronmatt/lit-override": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion apps/vite-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"rimraf": "5.0.5",
"tsconfig-config": "workspace:*",
"typescript": "5.3.3",
"vite": "5.1.4"
"vite": "5.1.7"
}
}
2 changes: 1 addition & 1 deletion docs/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"storybook-dark-mode": "3.0.3",
"tsconfig-config": "workspace:*",
"typescript": "5.3.3",
"vite": "5.1.4",
"vite": "5.1.7",
"vitest": "1.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/tokens-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"storybook": "7.6.17",
"tsconfig-config": "workspace:*",
"typescript": "5.3.3",
"vite": "5.1.4",
"vite": "5.1.7",
"vite-plugin-dts": "3.7.3",
"vite-plugin-lib-inject-css": "1.3.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
"rimraf": "5.0.5",
"tsconfig-config": "workspace:*",
"typescript": "5.3.3",
"vite": "5.1.4",
"vite": "5.1.7",
"vite-plugin-dts": "3.7.3",
"vite-plugin-lib-inject-css": "1.3.0",
"vite-plugin-static-copy": "1.0.1"
"vite-plugin-static-copy": "1.0.2"
}
}
92 changes: 47 additions & 45 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit deb72d8

Please sign in to comment.