7
7
"dev" : " vite" ,
8
8
"build" : " tsc && vite build" ,
9
9
"watch" : " tsc && vite build --watch" ,
10
- "test" : " jest --coverage --verbose" ,
10
+ "test" : " jest --coverage --verbose --runInBand " ,
11
11
"test:coverage" : " jest --coverage --verbose --watchAll" ,
12
12
"lint" : " npx eslint src" ,
13
13
"lint:fix" : " npx eslint --fix" ,
16
16
"format" : " npm run prettier:fix && npm run lint:fix"
17
17
},
18
18
"dependencies" : {
19
- "@fluentui/font-icons-mdl2" : " ^8.5.42 " ,
20
- "@fluentui/react" : " ^8.105.3 " ,
19
+ "@fluentui/font-icons-mdl2" : " ^8.5.57 " ,
20
+ "@fluentui/react" : " ^8.122.2 " ,
21
21
"@fluentui/react-hooks" : " ^8.6.29" ,
22
- "@fluentui/react-icons" : " ^2.0.195 " ,
23
- "dompurify" : " ^3.0.8 " ,
22
+ "@fluentui/react-icons" : " ^2.0.270 " ,
23
+ "dompurify" : " ^3.2.3 " ,
24
24
"lodash" : " ^4.17.21" ,
25
25
"lodash-es" : " ^4.17.21" ,
26
26
"react" : " ^18.2.0" ,
27
27
"react-dom" : " ^18.2.0" ,
28
- "react-router-dom" : " ^6.8.1 " ,
29
- "react-syntax-highlighter" : " ^15.5.0 " ,
28
+ "react-router-dom" : " ^7.1.0 " ,
29
+ "react-syntax-highlighter" : " ^15.6.1 " ,
30
30
"react-uuid" : " ^2.0.0" ,
31
- "rehype-raw" : " ^6.1.1" ,
32
- "remark-gfm" : " ^3.0.1" ,
33
- "remark-supersub" : " ^1.0.0" ,
34
- "undici" : " ^5.0.0"
31
+ "rehype-raw" : " ^7.0.0" ,
32
+ "remark-gfm" : " ^4.0.0" ,
33
+ "remark-supersub" : " ^1.0.0"
35
34
},
36
35
"devDependencies" : {
37
- "@eslint/eslintrc" : " ^3.0.2 " ,
38
- "@eslint/js" : " ^9.1.1 " ,
39
- "@testing-library/jest-dom" : " ^6.5.0 " ,
40
- "@testing-library/react" : " ^16.0.1 " ,
36
+ "@eslint/eslintrc" : " ^3.2.0 " ,
37
+ "@eslint/js" : " ^9.17.0 " ,
38
+ "@testing-library/jest-dom" : " ^6.6.3 " ,
39
+ "@testing-library/react" : " ^16.1.0 " ,
41
40
"@testing-library/user-event" : " ^14.5.2" ,
42
- "@types/dompurify" : " ^3.0.5 " ,
41
+ "@types/dompurify" : " ^3.2.0 " ,
43
42
"@types/eslint-config-prettier" : " ^6.11.3" ,
44
43
"@types/jest" : " ^29.5.12" ,
45
44
"@types/lodash-es" : " ^4.17.12" ,
46
- "@types/mocha" : " ^10.0.6 " ,
47
- "@types/node" : " ^20.14.1 " ,
45
+ "@types/mocha" : " ^10.0.10 " ,
46
+ "@types/node" : " ^22.10.2 " ,
48
47
"@types/react" : " ^18.0.27" ,
49
48
"@types/react-dom" : " ^18.0.10" ,
50
- "@types/react-syntax-highlighter" : " ^15.5.11 " ,
49
+ "@types/react-syntax-highlighter" : " ^15.5.13 " ,
51
50
"@types/testing-library__user-event" : " ^4.2.0" ,
52
- "@typescript-eslint/eslint-plugin" : " ^6.21 .0" ,
53
- "@typescript-eslint/parser" : " ^6.21 .0" ,
54
- "@vitejs/plugin-react" : " ^3.1.0 " ,
51
+ "@typescript-eslint/eslint-plugin" : " ^6.4 .0" ,
52
+ "@typescript-eslint/parser" : " ^6.4 .0" ,
53
+ "@vitejs/plugin-react" : " ^4.3.4 " ,
55
54
"dotenv" : " ^16.4.5" ,
56
55
"eslint" : " ^8.57.0" ,
57
56
"eslint-config-prettier" : " ^9.1.0" ,
58
57
"eslint-config-standard-with-typescript" : " ^43.0.1" ,
59
- "eslint-plugin-jsx-a11y" : " ^6.8.0 " ,
60
- "eslint-plugin-n" : " ^16.6.2 " ,
61
- "eslint-plugin-prettier" : " ^5.1.3 " ,
62
- "eslint-plugin-promise" : " ^6.1.1 " ,
63
- "eslint-plugin-react" : " ^7.34.1 " ,
64
- "eslint-plugin-react-hooks" : " ^4.6 .0" ,
65
- "eslint-plugin-simple-import-sort" : " ^12.1.0 " ,
58
+ "eslint-plugin-jsx-a11y" : " ^6.10.2 " ,
59
+ "eslint-plugin-n" : " ^16.0.0 " ,
60
+ "eslint-plugin-prettier" : " ^5.2.1 " ,
61
+ "eslint-plugin-promise" : " ^6.6.0 " ,
62
+ "eslint-plugin-react" : " ^7.37.2 " ,
63
+ "eslint-plugin-react-hooks" : " ^5.1 .0" ,
64
+ "eslint-plugin-simple-import-sort" : " ^12.1.1 " ,
66
65
"globals" : " ^15.0.0" ,
67
66
"identity-obj-proxy" : " ^3.0.0" ,
68
67
"jest" : " ^29.7.0" ,
69
68
"jest-environment-jsdom" : " ^29.7.0" ,
70
- "lint-staged" : " ^15.2.2 " ,
69
+ "lint-staged" : " ^15.2.11 " ,
71
70
"msw" : " 2.2.2" ,
72
71
"prettier" : " ^3.2.5" ,
73
- "react-markdown" : " ^8 .0.0 " ,
72
+ "react-markdown" : " ^9 .0.1 " ,
74
73
"react-test-renderer" : " ^18.2.0" ,
75
74
"string.prototype.replaceall" : " ^1.0.10" ,
76
75
"ts-jest" : " ^29.2.5" ,
77
76
"ts-node" : " ^10.9.2" ,
78
- "typescript" : " ^4.9.5" ,
79
- "vite" : " ^4.1.5"
77
+ "typescript" : " ^5.3.3" ,
78
+ "vite" : " ^4.1.5" ,
79
+ "undici" : " ^5.0.0"
80
80
}
81
- }
81
+ }
0 commit comments