File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 run : |
3232 grunt
3333 webpack
34- tsc --project tsconfig.docs.json --stripInternal
34+ npx tsc --project tsconfig.docs.json --stripInternal
3535
3636 - name : Install Angular dependencies
3737 run : |
@@ -42,14 +42,10 @@ jobs:
4242 run : yarn build:ng
4343
4444 - name : Install React dependencies
45- run : |
46- cd react
47- yarn install
45+ run : cd react && npm install --legacy-peer-deps
4846
4947 - name : Install Vue dependencies
50- run : |
51- cd vue
52- yarn install
48+ run : cd vue && npm install --legacy-peer-deps
5349
5450 - name : Generate all documentation
5551 run : yarn doc
Original file line number Diff line number Diff line change 1616 "dependencies" : {
1717 "react" : " ^18.3.1" ,
1818 "react-dom" : " ^18.3.1" ,
19- "react-fast-compare" : " ^3.2.2" ,
20- "vitest" : " ^4.1.0"
19+ "react-fast-compare" : " ^3.2.2"
2120 },
2221 "devDependencies" : {
2322 "@eslint/js" : " ^9.9.0" ,
2423 "@types/react" : " ^18.3.3" ,
2524 "@types/react-dom" : " ^18.3.0" ,
26- "@vitejs/plugin-react-swc" : " ^3.5 .0" ,
27- "@vitest/ui" : " ^3.2.4 " ,
25+ "@vitejs/plugin-react-swc" : " ^4.0 .0" ,
26+ "@vitest/ui" : " ^4.1.0 " ,
2827 "eslint" : " ^9.9.0" ,
2928 "eslint-plugin-react-hooks" : " ^5.1.0-rc.0" ,
3029 "eslint-plugin-react-refresh" : " ^0.4.9" ,
3130 "globals" : " ^15.9.0" ,
3231 "jsdom" : " ^26.1.0" ,
3332 "typescript" : " ^5.5.3" ,
3433 "typescript-eslint" : " ^8.0.1" ,
35- "vite" : " ^6.4.3"
34+ "vite" : " ^6.4.3" ,
35+ "vitest" : " ^4.1.0"
3636 }
3737}
You can’t perform that action at this time.
0 commit comments