diff --git a/.gitattributes b/.gitattributes old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index bd6911f1dd..2e6bfaab12 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ typings/ # dotenv environment variables file .env +/.idea/ diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/jenkins/Jenkinsfile b/jenkins/Jenkinsfile old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 index 8899f759b5..5d50e98e7a --- a/package.json +++ b/package.json @@ -3,9 +3,9 @@ "version": "0.1.0", "private": true, "dependencies": { - "react": "^17.0.2", - "react-dom": "^17.0.2", - "react-scripts": "^4.0.3" + "react": "^18.2.0", + "react-dom": "^18.2.0", + "react-scripts": "^5.0.1" }, "scripts": { "start": "react-scripts start", diff --git a/public/favicon.ico b/public/favicon.ico old mode 100644 new mode 100755 diff --git a/public/index.html b/public/index.html old mode 100644 new mode 100755 diff --git a/public/manifest.json b/public/manifest.json old mode 100644 new mode 100755 diff --git a/src/App.css b/src/App.css old mode 100644 new mode 100755 diff --git a/src/App.js b/src/App.js old mode 100644 new mode 100755 diff --git a/src/App.test.js b/src/App.test.js old mode 100644 new mode 100755 diff --git a/src/index.css b/src/index.css old mode 100644 new mode 100755 diff --git a/src/index.js b/src/index.js old mode 100644 new mode 100755 diff --git a/src/logo.svg b/src/logo.svg old mode 100644 new mode 100755 diff --git a/src/registerServiceWorker.js b/src/registerServiceWorker.js old mode 100644 new mode 100755