Skip to content

Commit 040b5b5

Browse files
authored
[PLAY-3213] Vite upgrade to 6.4.3 (#6607)
**What does this PR do?** A clear and concise description with your runway ticket url. [Runway Story](https://runway.powerhrg.com/backlog_items/PLAY-3213?from=backlog) Updates Vite to 6.4.3 to address several dependabot alerts **Screenshots:** Screenshots to visualize your addition/change **How to test?** Steps to confirm the desired behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See addition/change #### Checklist: - [ ] **LABELS** Add a label: `enhancement`, `bug`, `improvement`, `new kit`, `deprecated`, or `breaking`. See [Changelog & Labels](https://github.com/powerhome/playbook/wiki/Changelog-&-Labels) for details. - [ ] **DEPLOY** I have added the `milano` label to show I'm ready for a review. - [ ] **TESTS** I have added test coverage to my code. - [ ] **PLAYGROUND** I have added and tested Playground metadata and overrides for all kits and props updated in my code. - [ ] **SEMVER** I have added a `minor`, `major`, or `patch` label for release. - [ ] **RC** I have added an `inactive RC` label if not an active RC.
1 parent 89b4473 commit 040b5b5

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

playbook-website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"react-router-dom": "^6.16.0",
5454
"react-simple-code-editor": "^0.13.1",
5555
"sass": "^1.77.6",
56-
"vite": "6.3.5",
56+
"vite": "6.4.3",
5757
"vite-plugin-ruby": "^5.0.0",
5858
"zxcvbn": "^4.4.2"
5959
},

playbook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"terser": "^5.39.0",
121121
"ts-jest": "26.5.6",
122122
"typescript": "4.3.5",
123-
"vite": "6.3.5",
123+
"vite": "6.4.3",
124124
"vite-bundle-visualizer": "^1.2.1",
125125
"vite-plugin-ruby": "^5.0.0"
126126
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12453,10 +12453,10 @@ vite-plugin-ruby@^5.0.0:
1245312453
debug "^4.3.4"
1245412454
fast-glob "^3.3.2"
1245512455

12456-
vite@6.3.5:
12457-
version "6.3.5"
12458-
resolved "https://npm.powerapp.cloud/vite/-/vite-6.3.5.tgz#fec73879013c9c0128c8d284504c6d19410d12a3"
12459-
integrity sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==
12456+
vite@6.4.3:
12457+
version "6.4.3"
12458+
resolved "https://npm.powerapp.cloud/vite/-/vite-6.4.3.tgz#85a164db7ce706f2a776812efa2b340f1721858e"
12459+
integrity sha512-NTKlcQjlAK7MlQoyb6LgaqHc8sso/pVyUJYWMws3jg21uTJw/LddqIFPcPqP6PzpgbIcZyKI85sFE4HBrQDA8A==
1246012460
dependencies:
1246112461
esbuild "^0.25.0"
1246212462
fdir "^6.4.4"

0 commit comments

Comments
 (0)