Skip to content

Commit a86bad7

Browse files
authored
chore: bump vite version (#16)
1 parent d0afbd4 commit a86bad7

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gtk-grafana/react-json-tree",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "React JSON Viewer Component, Extracted from redux-devtools",
55
"keywords": [
66
"react",
@@ -103,7 +103,7 @@
103103
"terser": "^5.39.0",
104104
"typescript": "5.7.3",
105105
"typescript-eslint": "8.25.0",
106-
"vite": "6.2.0",
106+
"vite": "6.2.3",
107107
"vite-plugin-css-injected-by-js": "^3.5.2",
108108
"vite-plugin-dts": "4.5.1",
109109
"vite-plugin-externals": "^0.6.2",

yarn.lock

+12-1
Original file line numberDiff line numberDiff line change
@@ -5382,7 +5382,18 @@ [email protected]:
53825382
magic-string "^0.30.17"
53835383
picocolors "^1.1.1"
53845384

5385-
[email protected], "vite@^5.0.0 || ^6.0.0":
5385+
5386+
version "6.2.3"
5387+
resolved "https://registry.yarnpkg.com/vite/-/vite-6.2.3.tgz#249e92d32886981ab46bc1f049ac72abc6fa81e2"
5388+
integrity sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==
5389+
dependencies:
5390+
esbuild "^0.25.0"
5391+
postcss "^8.5.3"
5392+
rollup "^4.30.1"
5393+
optionalDependencies:
5394+
fsevents "~2.3.3"
5395+
5396+
"vite@^5.0.0 || ^6.0.0":
53865397
version "6.2.0"
53875398
resolved "https://registry.yarnpkg.com/vite/-/vite-6.2.0.tgz#9dcb543380dab18d8384eb840a76bf30d78633f0"
53885399
integrity sha512-7dPxoo+WsT/64rDcwoOjk76XHj+TqNTIvHKcuMQ1k4/SeHDaQt5GFAeLYzrimZrMpn/O6DtdI03WUjdxuPM0oQ==

0 commit comments

Comments
 (0)