-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update dependency redux-persist to v6 * Update dependency github-markdown-css to v4 * Update dependency react-codemirror2 to v6.0.1 * Update dependency remark-preset-lint-recommended to v3.0.4 * Update dependency eslint-plugin-node to v11.1.0 * Update dependency d3 to v5.16.0 * Update dependency jquery to v3.5.0 [SECURITY] * Update dependency react-router-dom to v5.2.0 * Update dependency react-codemirror2 to v7 * Update dependency eslint-plugin-jest to v23.20.0 * Update dependency react-scripts to v3.4.4 * Update react monorepo to v16.14.0 * Update dependency detect-browser to v5 * Update remark monorepo * Update dependency axios to v0.21.1 [SECURITY] * Update dependency bootstrap to v4.6.0 * Update dependency @fortawesome/fontawesome-free to v5.15.3 * Update dependency codemirror to v5.61.0 * Update dependency eslint-plugin-react to v7.23.2 * Update dependency react-redux to v7.2.4 * Fixed for Windows run, updated test scripts for react-scripts 3.0.0 and added Idea files to gitignore * Adding @babel/core v7.13.16 * Changing eslint react/no-string-refs to 0 rather than false * Adding react version to eslintrc.json and indenting launcher.jsx * Minor fixes to move to Node LTS version 14 Co-authored-by: Renovate Bot <[email protected]>
- Loading branch information
1 parent
a21fe76
commit 1c5de9a
Showing
14 changed files
with
132 additions
and
94 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
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,6 +1,6 @@ | ||
sudo: false | ||
language: node_js | ||
node_js: stable | ||
node_js: lts/* | ||
|
||
services: | ||
- docker | ||
|
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,4 +1,4 @@ | ||
FROM node:10-alpine | ||
FROM node:14-alpine | ||
WORKDIR /usr/src/app | ||
|
||
RUN npm install -global pm2 | ||
|
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
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
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 |
---|---|---|
|
@@ -8,25 +8,26 @@ | |
"author": "Senaka Fernando <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"axios": "0.19.2", | ||
"bootstrap": "3.4.1", | ||
"bootstrap": "4.6.0", | ||
"axios": "0.21.1", | ||
"cors": "2.8.5", | ||
"detect-browser": "4.8.0", | ||
"detect-browser": "5.2.0", | ||
"dotenv": "8.2.0", | ||
"express": "4.17.1", | ||
"github-markdown-css": "3.0.1", | ||
"jquery": "3.4.1", | ||
"github-markdown-css": "4.0.0", | ||
"jquery": "3.5.0", | ||
"little-loader": "0.2.0", | ||
"react": "16.8.6", | ||
"react-dom": "16.8.6", | ||
"react-router-dom": "5.0.0", | ||
"react-scripts": "3.0.0" | ||
"react": "16.14.0", | ||
"react-dom": "16.14.0", | ||
"react-scripts": "3.4.4", | ||
"react-router-dom": "5.2.0" | ||
}, | ||
"scripts": { | ||
"start": "PORT=8284 node -r dotenv/config server.js dotenv_config_path=.env", | ||
"start:dev": "OVE_HOST='localhost:8080' PORT=8284 node -r dotenv/config ../../node_modules/.bin/react-scripts start dotenv_config_path=.env", | ||
"start:windows": ".\\\"node_modules/.bin/react-scripts\" start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test --no-watch", | ||
"test": "react-scripts test --watchAll=false", | ||
"lint": "eslint src/. --ext .jsx" | ||
}, | ||
"eslintConfig": { | ||
|
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
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 |
---|---|---|
|
@@ -8,28 +8,29 @@ | |
"author": "Senaka Fernando <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"axios": "0.19.2", | ||
"bootstrap": "3.4.1", | ||
"codemirror": "5.51.0", | ||
"bootstrap": "4.6.0", | ||
"codemirror": "5.61.0", | ||
"axios": "0.21.1", | ||
"cors": "2.8.5", | ||
"dotenv": "8.2.0", | ||
"express": "4.17.1", | ||
"jquery": "3.4.1", | ||
"jquery": "3.5.0", | ||
"js-beautify": "1.10.3", | ||
"little-loader": "0.2.0", | ||
"react": "16.8.6", | ||
"react-codemirror2": "6.0.0", | ||
"react-dom": "16.8.6", | ||
"react-redux": "7.0.3", | ||
"react-scripts": "3.0.0", | ||
"react-codemirror2": "7.2.1", | ||
"react": "16.14.0", | ||
"react-dom": "16.14.0", | ||
"react-redux": "7.2.4", | ||
"react-scripts": "3.4.4", | ||
"semantic-ui-css": "2.4.1", | ||
"semantic-ui-react": "0.88.2" | ||
}, | ||
"scripts": { | ||
"start": "PORT=8281 node -r dotenv/config server.js dotenv_config_path=.env", | ||
"start:dev": "OVE_HOST='localhost:8080' PORT=8281 node -r dotenv/config ../../node_modules/.bin/react-scripts start dotenv_config_path=.env", | ||
"start:windows": ".\\\"node_modules/.bin/react-scripts\" start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test --no-watch", | ||
"test": "react-scripts test --watchAll=false", | ||
"lint": "eslint src/. --ext .jsx" | ||
}, | ||
"eslintConfig": { | ||
|
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
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 |
---|---|---|
|
@@ -36,5 +36,10 @@ | |
}], | ||
"quotes": [1, "single"], | ||
"semi": ["error", "always"] | ||
}, | ||
"settings": { | ||
"react": { | ||
"version": "detect" | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -8,26 +8,27 @@ | |
"author": "Senaka Fernando <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"axios": "0.19.2", | ||
"bootstrap": "3.4.1", | ||
"bootstrap": "4.6.0", | ||
"axios": "0.21.1", | ||
"cors": "2.8.5", | ||
"d3": "5.15.0", | ||
"d3": "5.16.0", | ||
"dotenv": "8.2.0", | ||
"express": "4.17.1", | ||
"jquery": "3.4.1", | ||
"jquery": "3.5.0", | ||
"little-loader": "0.2.0", | ||
"react": "16.8.6", | ||
"react-dom": "16.8.6", | ||
"react-redux": "7.0.3", | ||
"react-scripts": "3.0.0", | ||
"react": "16.14.0", | ||
"react-dom": "16.14.0", | ||
"react-redux": "7.2.4", | ||
"react-scripts": "3.4.4", | ||
"redux": "4.0.5", | ||
"redux-persist": "5.10.0" | ||
"redux-persist": "6.0.0" | ||
}, | ||
"scripts": { | ||
"start": "PORT=8282 node -r dotenv/config server.js dotenv_config_path=.env", | ||
"start:dev": "OVE_HOST='localhost:8080' PORT=8282 node -r dotenv/config ../../node_modules/.bin/react-scripts start dotenv_config_path=.env", | ||
"start:windows": ".\\\"node_modules/.bin/react-scripts\" start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test --no-watch", | ||
"test": "react-scripts test --watchAll=false", | ||
"lint": "eslint src/. --ext .jsx && eslint src/. --ext .js" | ||
}, | ||
"eslintConfig": { | ||
|
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
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 |
---|---|---|
|
@@ -8,24 +8,25 @@ | |
"author": "Senaka Fernando <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@fortawesome/fontawesome-free": "5.8.1", | ||
"axios": "0.19.2", | ||
"bootstrap": "4.3.1", | ||
"@fortawesome/fontawesome-free": "5.15.3", | ||
"bootstrap": "4.6.0", | ||
"axios": "0.21.1", | ||
"cors": "2.8.5", | ||
"dotenv": "8.2.0", | ||
"express": "4.17.1", | ||
"github-markdown-css": "3.0.1", | ||
"jquery": "3.4.1", | ||
"github-markdown-css": "4.0.0", | ||
"jquery": "3.5.0", | ||
"little-loader": "0.2.0", | ||
"react": "16.8.6", | ||
"react-dom": "16.8.6", | ||
"react-scripts": "3.0.0" | ||
"react": "16.14.0", | ||
"react-dom": "16.14.0", | ||
"react-scripts": "3.4.4" | ||
}, | ||
"scripts": { | ||
"start": "PORT=8283 node -r dotenv/config server.js dotenv_config_path=.env", | ||
"start:dev": "OVE_HOST='localhost:8080' PORT=8283 node -r dotenv/config ../../node_modules/.bin/react-scripts start dotenv_config_path=.env", | ||
"start:windows": ".\\\"node_modules/.bin/react-scripts\" start dotenv_config_path=.env", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test --no-watch", | ||
"test": "react-scripts test --watchAll=false", | ||
"lint": "eslint src/. --ext .jsx" | ||
}, | ||
"eslintConfig": { | ||
|
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