Skip to content

Commit c928216

Browse files
committed
bum pkgs
1 parent fdbba61 commit c928216

File tree

2 files changed

+312
-311
lines changed

2 files changed

+312
-311
lines changed

src/Serilog.Ui.Web/package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.1.0",
2+
"version": "3.2.0",
33
"name": "serilog-ui",
44
"private": true,
55
"type": "module",
@@ -15,41 +15,41 @@
1515
},
1616
"dependencies": {
1717
"@fontsource/mononoki": "^5.2.5",
18-
"@mantine/core": "^7.17.2",
19-
"@mantine/dates": "^7.17.2",
20-
"@mantine/hooks": "^7.17.2",
21-
"@mantine/notifications": "^7.17.2",
18+
"@mantine/core": "^7.17.3",
19+
"@mantine/dates": "^7.17.3",
20+
"@mantine/hooks": "^7.17.3",
21+
"@mantine/notifications": "^7.17.3",
2222
"@tabler/icons-react": "^3.31.0",
23-
"@tanstack/react-query": "^5.68.0",
23+
"@tanstack/react-query": "^5.71.10",
2424
"dayjs": "^1.11.13",
2525
"jose": "^6.0.10",
2626
"react": "^18.3.1",
2727
"react-dom": "^18.3.1",
28-
"react-hook-form": "^7.54.2",
29-
"react-router": "^7.3.0",
30-
"xml-formatter": "^3.6.4"
28+
"react-hook-form": "^7.55.0",
29+
"react-router": "^7.5.0",
30+
"xml-formatter": "^3.6.5"
3131
},
3232
"devDependencies": {
3333
"@faker-js/faker": "^9.6.0",
3434
"@testing-library/dom": "^10.4.0",
3535
"@testing-library/jest-dom": "^6.6.3",
36-
"@testing-library/react": "^16.2.0",
36+
"@testing-library/react": "^16.3.0",
3737
"@testing-library/user-event": "^14.6.1",
38-
"@types/node": "^22.13.10",
38+
"@types/node": "^22.14.0",
3939
"@types/react": "^18.3.11",
4040
"@types/react-dom": "^18.3.0",
41-
"@vitejs/plugin-react-swc": "^3.8.0",
42-
"@vitest/coverage-istanbul": "^3.0.8",
43-
"@vitest/ui": "^3.0.8",
41+
"@vitejs/plugin-react-swc": "^3.8.1",
42+
"@vitest/coverage-istanbul": "^3.1.1",
43+
"@vitest/ui": "^3.1.1",
4444
"@welldone-software/why-did-you-render": "^10.0.1",
4545
"eslint": "^8.57.0",
4646
"eslint-config-prettier": "^10.1.1",
4747
"eslint-plugin-html": "^8.1.2",
4848
"eslint-plugin-import": "^2.31.0",
4949
"eslint-plugin-jsx-a11y": "^6.10.2",
50-
"eslint-plugin-prettier": "^5.2.3",
50+
"eslint-plugin-prettier": "^5.2.6",
5151
"eslint-plugin-promise": "^7.2.1",
52-
"eslint-plugin-react": "^7.37.4",
52+
"eslint-plugin-react": "^7.37.5",
5353
"eslint-plugin-react-hooks": "^5.2.0",
5454
"eslint-plugin-testing-library": "^7.1.1",
5555
"eslint-plugin-vitest": "^0.5.4",
@@ -63,13 +63,13 @@
6363
"prettier-plugin-organize-imports": "^4.1.0",
6464
"shiki": "^3.2.1",
6565
"testing-library-selector": "^0.3.1",
66-
"typescript": "^5.8.2",
67-
"typescript-eslint": "^8.26.1",
66+
"typescript": "^5.8.3",
67+
"typescript-eslint": "^8.29.0",
6868
"vite": "^6.2.5",
69-
"vite-plugin-checker": "^0.9.0",
69+
"vite-plugin-checker": "^0.9.1",
7070
"vite-plugin-mkcert": "^1.17.8",
7171
"vite-tsconfig-paths": "^5.1.4",
72-
"vitest": "^3.0.8",
72+
"vitest": "^3.1.1",
7373
"vitest-sonar-reporter": "^2.0.0"
7474
},
7575
"engines": {

0 commit comments

Comments
 (0)