Spaces:
Build error
Build error
Commit
•
bea3bcf
1
Parent(s):
238dc26
Bump vite from 4.3.5 to 4.3.9 (#404)
Browse filesBumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.5 to 4.3.9.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.3.9/packages/vite)
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nathan Sarrazin <[email protected]>
- package-lock.json +4 -4
- package.json +1 -1
package-lock.json
CHANGED
@@ -49,7 +49,7 @@
|
|
49 |
"tslib": "^2.4.1",
|
50 |
"typescript": "^4.9.3",
|
51 |
"unplugin-icons": "^0.16.1",
|
52 |
-
"vite": "^4.
|
53 |
"vitest": "^0.31.0"
|
54 |
}
|
55 |
},
|
@@ -5165,9 +5165,9 @@
|
|
5165 |
"integrity": "sha512-lKxKYG6H03yCZUpAGOPOsMcGxd1RHCu1iKvEHYDPmTyq2HueGhD73ssNBqqQWfvYs04G9iUFRvmAVLW20Jw6ow=="
|
5166 |
},
|
5167 |
"node_modules/vite": {
|
5168 |
-
"version": "4.3.
|
5169 |
-
"resolved": "https://registry.npmjs.org/vite/-/vite-4.3.
|
5170 |
-
"integrity": "sha512-
|
5171 |
"dev": true,
|
5172 |
"dependencies": {
|
5173 |
"esbuild": "^0.17.5",
|
|
|
49 |
"tslib": "^2.4.1",
|
50 |
"typescript": "^4.9.3",
|
51 |
"unplugin-icons": "^0.16.1",
|
52 |
+
"vite": "^4.3.9",
|
53 |
"vitest": "^0.31.0"
|
54 |
}
|
55 |
},
|
|
|
5165 |
"integrity": "sha512-lKxKYG6H03yCZUpAGOPOsMcGxd1RHCu1iKvEHYDPmTyq2HueGhD73ssNBqqQWfvYs04G9iUFRvmAVLW20Jw6ow=="
|
5166 |
},
|
5167 |
"node_modules/vite": {
|
5168 |
+
"version": "4.3.9",
|
5169 |
+
"resolved": "https://registry.npmjs.org/vite/-/vite-4.3.9.tgz",
|
5170 |
+
"integrity": "sha512-qsTNZjO9NoJNW7KnOrgYwczm0WctJ8m/yqYAMAK9Lxt4SoySUfS5S8ia9K7JHpa3KEeMfyF8LoJ3c5NeBJy6pg==",
|
5171 |
"dev": true,
|
5172 |
"dependencies": {
|
5173 |
"esbuild": "^0.17.5",
|
package.json
CHANGED
@@ -35,7 +35,7 @@
|
|
35 |
"tslib": "^2.4.1",
|
36 |
"typescript": "^4.9.3",
|
37 |
"unplugin-icons": "^0.16.1",
|
38 |
-
"vite": "^4.
|
39 |
"vitest": "^0.31.0"
|
40 |
},
|
41 |
"type": "module",
|
|
|
35 |
"tslib": "^2.4.1",
|
36 |
"typescript": "^4.9.3",
|
37 |
"unplugin-icons": "^0.16.1",
|
38 |
+
"vite": "^4.3.9",
|
39 |
"vitest": "^0.31.0"
|
40 |
},
|
41 |
"type": "module",
|