Skip to content

Commit

Permalink
Merge pull request #555 from miRemid/fix/chrome-extention
Browse files Browse the repository at this point in the history
Fix CSP issuse on Chrome 130+
  • Loading branch information
qingchoulove authored Feb 6, 2025
2 parents 0762661 + aecf09e commit 063c356
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 89 deletions.
109 changes: 22 additions & 87 deletions kubespider-extension/package-lock.json

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

4 changes: 2 additions & 2 deletions kubespider-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.23",
"@crxjs/vite-plugin": "^2.0.0-beta.30",
"@thedutchcoder/postcss-rem-to-px": "^0.0.2",
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
Expand All @@ -33,7 +33,7 @@
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"typescript": "~5.4.5",
"vite": "^5.2.11",
"vite-plugin-zip-pack": "^1.2.3",
"webextension-polyfill": "^0.12.0"
Expand Down

0 comments on commit 063c356

Please sign in to comment.