Skip to content

Commit 0b2a541

Browse files
authored
Merge branch 'master' into fix/167-add-server-sub-path-option
2 parents 0274413 + 722a009 commit 0b2a541

File tree

3 files changed

+11
-22
lines changed

3 files changed

+11
-22
lines changed

Diff for: src/Serilog.Ui.Web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"testing-library-selector": "^0.3.1",
6666
"typescript": "^5.8.2",
6767
"typescript-eslint": "^8.26.1",
68-
"vite": "^6.2.2",
68+
"vite": "^6.2.3",
6969
"vite-plugin-checker": "^0.9.0",
7070
"vite-plugin-mkcert": "^1.17.8",
7171
"vite-tsconfig-paths": "^5.1.4",

Diff for: src/Serilog.Ui.Web/yarn.lock

+7-18
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@
120120
"@babel/types" "^7.26.9"
121121

122122
"@babel/runtime@^7.12.5", "@babel/runtime@^7.20.13", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7":
123-
version "7.26.9"
124-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.9.tgz#aa4c6facc65b9cb3f87d75125ffd47781b475433"
125-
integrity sha512-aA63XwOkcl4xxQa3HjPMqOP6LiK0ZDv3mUPYEFXkpHbaFjtGggE1A61FjFzJnB+p7/oy2gA8E+rcBNl/zC1tMg==
123+
version "7.27.0"
124+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.0.tgz#fbee7cf97c709518ecc1f590984481d5460d4762"
125+
integrity sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==
126126
dependencies:
127127
regenerator-runtime "^0.14.0"
128128

@@ -4634,21 +4634,10 @@ vite-tsconfig-paths@^5.1.4:
46344634
globrex "^0.1.2"
46354635
tsconfck "^3.0.3"
46364636

4637-
"vite@^5.0.0 || ^6.0.0":
4638-
version "6.2.1"
4639-
resolved "https://registry.yarnpkg.com/vite/-/vite-6.2.1.tgz#ae865d4bb93a11844be1bc647c8b2dd1856ea180"
4640-
integrity sha512-n2GnqDb6XPhlt9B8olZPrgMD/es/Nd1RdChF6CBD/fHW6pUyUTt2sQW2fPRX5GiD9XEa6+8A6A4f2vT6pSsE7Q==
4641-
dependencies:
4642-
esbuild "^0.25.0"
4643-
postcss "^8.5.3"
4644-
rollup "^4.30.1"
4645-
optionalDependencies:
4646-
fsevents "~2.3.3"
4647-
4648-
vite@^6.2.2:
4649-
version "6.2.2"
4650-
resolved "https://registry.yarnpkg.com/vite/-/vite-6.2.2.tgz#8098b12a6bfd95abe39399aa7d5faa56545d7a1a"
4651-
integrity sha512-yW7PeMM+LkDzc7CgJuRLMW2Jz0FxMOsVJ8Lv3gpgW9WLcb9cTW+121UEr1hvmfR7w3SegR5ItvYyzVz1vxNJgQ==
4637+
"vite@^5.0.0 || ^6.0.0", vite@^6.2.3:
4638+
version "6.2.3"
4639+
resolved "https://registry.yarnpkg.com/vite/-/vite-6.2.3.tgz#249e92d32886981ab46bc1f049ac72abc6fa81e2"
4640+
integrity sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==
46524641
dependencies:
46534642
esbuild "^0.25.0"
46544643
postcss "^8.5.3"

Diff for: yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44

55
"@babel/runtime@^7.18.9", "@babel/runtime@^7.7.6":
6-
version "7.26.9"
7-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.9.tgz#aa4c6facc65b9cb3f87d75125ffd47781b475433"
8-
integrity sha512-aA63XwOkcl4xxQa3HjPMqOP6LiK0ZDv3mUPYEFXkpHbaFjtGggE1A61FjFzJnB+p7/oy2gA8E+rcBNl/zC1tMg==
6+
version "7.27.0"
7+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.0.tgz#fbee7cf97c709518ecc1f590984481d5460d4762"
8+
integrity sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==
99
dependencies:
1010
regenerator-runtime "^0.14.0"
1111

0 commit comments

Comments
 (0)