Skip to content

Commit

Permalink
feat: Update crxjs to fix CSP issue on Chrome 130+
Browse files Browse the repository at this point in the history
  • Loading branch information
Minh Phan committed Nov 6, 2024
1 parent 22d50fd commit 4a4647e
Show file tree
Hide file tree
Showing 2 changed files with 3,087 additions and 3,517 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "coda-extension",
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -23,7 +24,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.23",
"@crxjs/vite-plugin": "^2.0.0-beta.28",
"@types/chrome": "^0.0.256",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
Expand Down
Loading

0 comments on commit 4a4647e

Please sign in to comment.