1
0
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:
Laurent Cozic 2020-02-12 17:46:42 +00:00
parent 06f71cea24
commit b66b1ba9e6
3 changed files with 7599 additions and 9459 deletions

View File

@ -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",

File diff suppressed because it is too large Load Diff

View File

@ -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": [