Skip to content

Commit

Permalink
chore: bump vitejs minor version (#1835)
Browse files Browse the repository at this point in the history
<!--
Hello 👋 Thank you for submitting a pull request.

To help us merge your PR, make sure to follow the instructions below:

- Create or update the tests
- Create or update the documentation at
https://github.com/strapi/documentation
- Refer to the issue you are closing in the PR description: Fix #issue
- Specify if the PR is ready to be merged or work in progress (by
opening a draft PR)

Please ensure you read the Contributing Guide:
https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md
-->

### What does it do?

Describe the technical changes you did.

### Why is it needed?

Describe the issue you are solving.

### How to test it?

Provide information about the environment and the path to verify the
behaviour.

### Related issue(s)/PR(s)

Let us know if this is related to any issue/pull request
  • Loading branch information
HichamELBSI authored Dec 16, 2024
2 parents 240c73e + fd5e74b commit 3812e1c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .changeset/twelve-dogs-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@strapi/design-system': major
'@strapi/icons': major
'@strapi/ui-primitives': major
---

Bump ViteJS
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"rimraf": "5.0.7",
"storybook": "^8.3.1",
"typescript": "5.4.5",
"vite": "5.2.13",
"vite": "5.2.14",
"vite-plugin-turbosnap": "1.0.3"
},
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4231,7 +4231,7 @@ __metadata:
styled-components: 6.1.11
tinycolor2: 1.6.0
typescript: 5.4.5
vite: 5.2.13
vite: 5.2.14
vite-plugin-turbosnap: 1.0.3
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -17301,9 +17301,9 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:5.2.13":
version: 5.2.13
resolution: "vite@npm:5.2.13"
"vite@npm:5.2.14":
version: 5.2.14
resolution: "vite@npm:5.2.14"
dependencies:
esbuild: ^0.20.1
fsevents: ~2.3.3
Expand Down Expand Up @@ -17337,7 +17337,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 79620413e45804494bedb81f2b78b48ca1d26fb026894a114a2f40cb1a3ad9b6783e777bc8969a51f8711e168b4db93a9563a5af027c80eecf000ef9b675a3be
checksum: 20faac4c6e22f5b3e072c8dd639ebe36836c85bd6611967a76e784e332cfc5602caaf22339f1d18ab66e3466122fe46dea51c803517f82d8e63a37d1999333dd
languageName: node
linkType: hard

Expand Down

0 comments on commit 3812e1c

Please sign in to comment.