Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
- name: Test react production build
run: pnpm test:prod

- name: Prepare runtime with React 16
working-directory: packages/react/runtime
run: |
pnpm i react@16 react-dom@16 react-router-dom@5

- name: Test React 16
working-directory: packages/react
run: |
Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@preact/preset-vite": "^2.3.0",
"@types/chrome": "^0.0.270",
"typescript": "^5.8.3",
"vite": "^7.0.0",
"vite": "^6.3.5",
"web-ext": "^7.0.0"
},
"keywords": [
Expand Down
374 changes: 0 additions & 374 deletions karma.conf.js

This file was deleted.

Loading