Skip to content

Commit aff6b73

Browse files
authored
Merge pull request #3320 from adumesny/master
deploy doc fixes
2 parents 47b5a74 + 53a1d07 commit aff6b73

6 files changed

Lines changed: 11 additions & 4319 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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

react/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@
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
}

0 commit comments

Comments
 (0)