mirror of
https://github.com/laurent22/joplin.git
synced 2025-02-13 19:42:36 +02:00
Clipper: Upgrade create-react-app to remove need for unsafe-eval CSP flag
This commit is contained in:
parent
06f71cea24
commit
b66b1ba9e6
@ -4,7 +4,7 @@
|
||||
"version": "1.0.20",
|
||||
"description": "Capture and save web pages and screenshots from your browser to Joplin.",
|
||||
"homepage_url": "https://joplinapp.org",
|
||||
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
|
||||
"content_security_policy": "script-src 'self'; object-src 'self'",
|
||||
"icons": {
|
||||
"32": "icons/32.png",
|
||||
"48": "icons/48.png",
|
||||
|
17048
Clipper/joplin-webclipper/popup/package-lock.json
generated
17048
Clipper/joplin-webclipper/popup/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -4,10 +4,10 @@
|
||||
"private": true,
|
||||
"homepage": ".",
|
||||
"dependencies": {
|
||||
"react": "^16.3.2",
|
||||
"react-dom": "^16.3.2",
|
||||
"react": "^16.12.0",
|
||||
"react-dom": "^16.12.0",
|
||||
"react-redux": "^5.0.7",
|
||||
"react-scripts": "^2.1.5",
|
||||
"react-scripts": "3.3.1",
|
||||
"redux": "^4.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
@ -19,7 +19,7 @@
|
||||
"postinstall": "node scripts/postinstall.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cra-build-watch": "^1.4.0",
|
||||
"cra-build-watch": "^3.2.0",
|
||||
"fs-extra": "^6.0.1"
|
||||
},
|
||||
"browserslist": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user