Skip to content

Commit

Permalink
fix overlay build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mond1c committed Jul 19, 2024
1 parent 3a5e483 commit 26a7eaf
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 45 deletions.
3 changes: 2 additions & 1 deletion src/frontend/overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"@reduxjs/toolkit": "^1.9.7",
"@types/react-dom": "^18.2.24",
"@vitejs/plugin-react": "^4.0.3",
"typescript": "^5.4.4",
"hls.js": "^1.5.6",
"lodash": "^4.17.21",
"luxon": "^2.3.1",
Expand All @@ -31,6 +30,7 @@
"stylelint-config-recommended": "^14.0.0",
"stylelint-no-unsupported-browser-features": "^8.0.1",
"stylelint-processor-styled-components": "^1.10.0",
"typescript": "^5.4.4",
"usehooks-ts": "^2.9.1",
"vite": "^4.4.3",
"vite-plugin-top-level-await": "^1.3.1",
Expand All @@ -45,6 +45,7 @@
"lint": "concurrently --group \"npm run lint:*\""
},
"devDependencies": {
"@swc/core": "~1.6.0",
"@types/lodash": "^4.14.202",
"@types/luxon": "^3.4.2",
"@types/styled-components": "^5.1.30",
Expand Down
91 changes: 47 additions & 44 deletions src/frontend/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 26a7eaf

Please sign in to comment.