Skip to content

Commit fc08d4d

Browse files
committed
chore: bump npm
1 parent e6f6744 commit fc08d4d

File tree

3 files changed

+385
-238
lines changed

3 files changed

+385
-238
lines changed

src/Serilog.Ui.Web/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,35 +15,35 @@
1515
},
1616
"dependencies": {
1717
"@fontsource/mononoki": "^5.2.5",
18-
"@mantine/core": "^7.17.3",
19-
"@mantine/dates": "^7.17.3",
20-
"@mantine/hooks": "^7.17.3",
21-
"@mantine/notifications": "^7.17.3",
18+
"@mantine/core": "^7.17.4",
19+
"@mantine/dates": "^7.17.4",
20+
"@mantine/hooks": "^7.17.4",
21+
"@mantine/notifications": "^7.17.4",
2222
"@tabler/icons-react": "^3.31.0",
23-
"@tanstack/react-query": "^5.71.10",
23+
"@tanstack/react-query": "^5.74.4",
2424
"dayjs": "^1.11.13",
2525
"jose": "^6.0.10",
2626
"react": "^18.3.1",
2727
"react-dom": "^18.3.1",
2828
"react-hook-form": "^7.55.0",
29-
"react-router": "^7.5.0",
29+
"react-router": "^7.5.1",
3030
"xml-formatter": "^3.6.5"
3131
},
3232
"devDependencies": {
33-
"@faker-js/faker": "^9.6.0",
33+
"@faker-js/faker": "^9.7.0",
3434
"@testing-library/dom": "^10.4.0",
3535
"@testing-library/jest-dom": "^6.6.3",
3636
"@testing-library/react": "^16.3.0",
3737
"@testing-library/user-event": "^14.6.1",
38-
"@types/node": "^22.14.0",
38+
"@types/node": "^22.14.1",
3939
"@types/react": "^18.3.11",
4040
"@types/react-dom": "^18.3.0",
41-
"@vitejs/plugin-react-swc": "^3.8.1",
41+
"@vitejs/plugin-react-swc": "^3.9.0",
4242
"@vitest/coverage-istanbul": "^3.1.1",
4343
"@vitest/ui": "^3.1.1",
4444
"@welldone-software/why-did-you-render": "^10.0.1",
4545
"eslint": "^8.57.0",
46-
"eslint-config-prettier": "^10.1.1",
46+
"eslint-config-prettier": "^10.1.2",
4747
"eslint-plugin-html": "^8.1.2",
4848
"eslint-plugin-import": "^2.31.0",
4949
"eslint-plugin-jsx-a11y": "^6.10.2",
@@ -55,17 +55,17 @@
5555
"eslint-plugin-vitest": "^0.5.4",
5656
"eslint-plugin-vitest-globals": "^1.5.0",
5757
"happy-dom": "^17.4.4",
58-
"msw": "^2.7.3",
58+
"msw": "^2.7.5",
5959
"postcss": "^8.5.3",
6060
"postcss-preset-mantine": "^1.17.0",
6161
"postcss-simple-vars": "^7.0.1",
6262
"prettier": "^3.5.3",
6363
"prettier-plugin-organize-imports": "^4.1.0",
64-
"shiki": "^3.2.1",
64+
"shiki": "^3.2.2",
6565
"testing-library-selector": "^0.3.1",
6666
"typescript": "^5.8.3",
67-
"typescript-eslint": "^8.29.0",
68-
"vite": "^6.2.6",
67+
"typescript-eslint": "^8.30.1",
68+
"vite": "^6.3.2",
6969
"vite-plugin-checker": "^0.9.1",
7070
"vite-plugin-mkcert": "^1.17.8",
7171
"vite-tsconfig-paths": "^5.1.4",

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.7.3'
11+
const PACKAGE_VERSION = '2.7.5'
1212
const INTEGRITY_CHECKSUM = '00729d72e3b82faf54ca8b9621dbb96f'
1313
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
1414
const activeClientIds = new Set()

0 commit comments

Comments
 (0)