Skip to content

Commit

Permalink
chore(deps): update vite (#170)
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 Apr 1, 2024
1 parent c006eca commit 43aa9fe
Show file tree
Hide file tree
Showing 6 changed files with 131 additions and 114 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.4.3",
"vite": "5.1.7"
"vite": "5.2.6"
},
"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.4.3",
"vite": "5.1.7"
"vite": "5.2.6"
}
}
4 changes: 2 additions & 2 deletions 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.4.3",
"vite": "5.1.7",
"vitest": "1.3.1"
"vite": "5.2.6",
"vitest": "1.4.0"
}
}
4 changes: 2 additions & 2 deletions packages/tokens-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"storybook": "7.6.17",
"tsconfig-config": "workspace:*",
"typescript": "5.4.3",
"vite": "5.1.7",
"vite-plugin-dts": "3.7.3",
"vite": "5.2.6",
"vite-plugin-dts": "3.8.1",
"vite-plugin-lib-inject-css": "1.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"rimraf": "5.0.5",
"tsconfig-config": "workspace:*",
"typescript": "5.4.3",
"vite": "5.1.7",
"vite-plugin-dts": "3.7.3",
"vite": "5.2.6",
"vite-plugin-dts": "3.8.1",
"vite-plugin-lib-inject-css": "1.3.0",
"vite-plugin-static-copy": "1.0.2"
}
Expand Down
Loading

0 comments on commit 43aa9fe

Please sign in to comment.