Skip to content

Commit

Permalink
Bump vite from 4.1.4 to 4.1.5 (#1325)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 6, 2023
1 parent 406872a commit d94cceb
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 328 deletions.
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"sb": "~7.0.2",
"storybook-dark-mode": "^3.0.0",
"typescript": "^4.6.3",
"vite": "^4.1.1"
"vite": "^4.1.5"
},
"scripts": {
"build": "dotenv -v NODE_OPTIONS=\"--max-old-space-size=4096\" sb build",
Expand Down
2 changes: 1 addition & 1 deletion packages/itwinui-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"serve": "^14.0.1",
"stylelint": "^14.2.0",
"stylelint-config-sass-guidelines": "^9.0.1",
"vite": "^4.1.1"
"vite": "^4.1.5"
},
"scripts": {
"build": "yarn clean && yarn build:css && node ../../scripts/copyrightLinter.js --fix css/* && yarn build:html",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@vitejs/plugin-react": "^3.1.0",
"configs": "*",
"typescript": "^4.5.4",
"vite": "^4.1.1"
"vite": "^4.1.5"
},
"lint-staged": {
"*.{tsx,ts,jsx,js}": [
Expand Down
Loading

0 comments on commit d94cceb

Please sign in to comment.