Skip to content

Commit 823fc4b

Browse files
committed
bump packages
1 parent fcac69f commit 823fc4b

File tree

3 files changed

+243
-205
lines changed

3 files changed

+243
-205
lines changed

src/Serilog.Ui.Web/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.0",
2+
"version": "3.0.2",
33
"name": "serilog-ui",
44
"private": true,
55
"type": "module",
@@ -19,28 +19,28 @@
1919
"@mantine/dates": "^7.12.2",
2020
"@mantine/hooks": "^7.12.2",
2121
"@mantine/notifications": "^7.12.2",
22-
"@tabler/icons-react": "^3.16.0",
22+
"@tabler/icons-react": "^3.17.0",
2323
"@tanstack/react-query": "^5.56.2",
2424
"dayjs": "^1.11.13",
25-
"jose": "^5.9.0",
25+
"jose": "^5.9.2",
2626
"react": "^18.3.1",
2727
"react-dom": "^18.3.1",
2828
"react-hook-form": "^7.53.0",
2929
"react-router-dom": "^6.26.2",
3030
"xml-formatter": "^3.6.3"
3131
},
3232
"devDependencies": {
33-
"@faker-js/faker": "^9.0.0",
33+
"@faker-js/faker": "^9.0.1",
3434
"@testing-library/dom": "^10.4.0",
3535
"@testing-library/jest-dom": "^6.5.0",
3636
"@testing-library/react": "^16.0.1",
3737
"@testing-library/user-event": "^14.5.2",
38-
"@types/node": "^22.5.4",
39-
"@types/react": "^18.3.5",
38+
"@types/node": "^22.5.5",
39+
"@types/react": "^18.3.8",
4040
"@types/react-dom": "^18.3.0",
4141
"@vitejs/plugin-react-swc": "^3.7.0",
42-
"@vitest/coverage-istanbul": "^2.1.0",
43-
"@vitest/ui": "^2.1.0",
42+
"@vitest/coverage-istanbul": "^2.1.1",
43+
"@vitest/ui": "^2.1.1",
4444
"@welldone-software/why-did-you-render": "^8.0.3",
4545
"eslint": "^8.57.0",
4646
"eslint-config-prettier": "^9.1.0",
@@ -55,21 +55,21 @@
5555
"eslint-plugin-vitest": "^0.5.4",
5656
"eslint-plugin-vitest-globals": "^1.5.0",
5757
"happy-dom": "^15.7.4",
58-
"msw": "^2.4.6",
59-
"postcss": "^8.4.45",
58+
"msw": "^2.4.9",
59+
"postcss": "^8.4.47",
6060
"postcss-preset-mantine": "^1.17.0",
6161
"postcss-simple-vars": "^7.0.1",
6262
"prettier": "^3.3.3",
63-
"prettier-plugin-organize-imports": "^4.0.0",
64-
"shiki": "^1.17.6",
63+
"prettier-plugin-organize-imports": "^4.1.0",
64+
"shiki": "^1.18.0",
6565
"testing-library-selector": "^0.3.1",
6666
"typescript": "^5.6.2",
67-
"typescript-eslint": "^8.5.0",
68-
"vite": "^5.4.6",
67+
"typescript-eslint": "^8.6.0",
68+
"vite": "^5.4.7",
6969
"vite-plugin-checker": "^0.8.0",
7070
"vite-plugin-mkcert": "^1.17.6",
7171
"vite-tsconfig-paths": "^5.0.1",
72-
"vitest": "^2.1.0",
72+
"vitest": "^2.1.1",
7373
"vitest-sonar-reporter": "^2.0.0"
7474
},
7575
"engines": {

src/Serilog.Ui.Web/src/mockServiceWorker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* - Please do NOT serve this file on production.
99
*/
1010

11-
const PACKAGE_VERSION = '2.4.6'
11+
const PACKAGE_VERSION = '2.4.9'
1212
const INTEGRITY_CHECKSUM = '26357c79639bfa20d64c0efca2a87423'
1313
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
1414
const activeClientIds = new Set()

0 commit comments

Comments
 (0)