-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update crxjs to fix CSP issue on Chrome 130+
- Loading branch information
Minh Phan
committed
Nov 6, 2024
1 parent
22d50fd
commit 4a4647e
Showing
2 changed files
with
3,087 additions
and
3,517 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
Oops, something went wrong.