Skip to content

Commit

Permalink
Merge branch 'master' into snyk-upgrade-a2b2f6c40523f4c0c31288b92eb34d89
Browse files Browse the repository at this point in the history
  • Loading branch information
anyulled committed Oct 21, 2020
2 parents f309b0b + 70e0689 commit a4ebb9e
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 35 deletions.
12 changes: 12 additions & 0 deletions .whitesource
@@ -0,0 +1,12 @@
{
"scanSettings": {
"baseBranches": []
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff"
},
"issueSettings": {
"minSeverityLevel": "LOW"
}
}
1 change: 1 addition & 0 deletions README.md
@@ -1,4 +1,5 @@
[![CircleCI](https://circleci.com/gh/r-park/todo-react-redux.svg?style=shield&circle-token=6caf8c493bd66544717ff9a47ae01d8be036e53c)](https://circleci.com/gh/r-park/todo-react-redux)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=anyulled/todo-react-redux)](https://dependabot.com)


# Todo app with React, Redux, and Firebase
Expand Down
70 changes: 35 additions & 35 deletions package.json
Expand Up @@ -28,57 +28,57 @@
"test:watch": "cross-env NODE_ENV=test karma start"
},
"dependencies": {
"babel-polyfill": "~6.13.0",
"babel-polyfill": "~6.26.0",
"classnames": "~2.2.5",
"immutable": "~3.8.1",
"react": "~15.3.2",
"react-dom": "~15.6.2",
"react": "~16.14.0",
"react-dom": "~17.0.0",
"react-redux": "~4.4.5",
"react-router": "~2.8.1",
"react-router": "~5.2.0",
"react-router-redux": "~4.0.6",
"redux": "~3.6.0",
"redux-thunk": "~2.1.0",
"reselect": "~2.5.4"
"redux": "~3.7.2",
"redux-thunk": "~2.3.0",
"reselect": "~4.0.0"
},
"devDependencies": {
"autoprefixer": "~6.4.1",
"babel-core": "~6.14.0",
"babel-eslint": "~6.1.2",
"autoprefixer": "~9.8.6",
"babel-core": "~6.26.3",
"babel-eslint": "~9.0.0",
"babel-loader": "~6.2.5",
"babel-preset-es2015": "~6.14.0",
"babel-preset-es2015": "~6.24.1",
"babel-preset-react": "~6.11.1",
"babel-preset-react-optimize": "~1.0.1",
"babel-preset-stage-0": "~6.5.0",
"cross-env": "~3.0.0",
"css-loader": "~0.25.0",
"babel-preset-stage-0": "~6.24.1",
"cross-env": "~7.0.2",
"css-loader": "~0.28.11",
"del-cli": "~0.2.0",
"eslint": "~3.6.0",
"eslint-plugin-react": "~6.3.0",
"express": "~4.14.0",
"eslint": "~7.11.0",
"eslint-plugin-react": "~7.21.4",
"express": "~4.17.1",
"extract-text-webpack-plugin": "~1.0.1",
"firebase": "~3.4.0",
"firebase-tools": "3.0.7",
"html-webpack-plugin": "~2.22.0",
"jasmine-core": "~2.5.2",
"karma": "~1.3.0",
"karma-chrome-launcher": "~2.0.0",
"karma-jasmine": "~1.0.2",
"firebase-tools": "8.13.0",
"html-webpack-plugin": "~3.2.0",
"jasmine-core": "~3.6.0",
"karma": "~5.2.3",
"karma-chrome-launcher": "~3.1.0",
"karma-jasmine": "~4.0.1",
"karma-sourcemap-loader": "~0.3.7",
"karma-webpack": "~1.8.0",
"karma-webpack": "~2.0.13",
"minx": "r-park/minx.git",
"morgan": "~1.7.0",
"node-sass": "~3.10.0",
"nodemon": "~1.10.2",
"npm-run-all": "~3.1.0",
"postcss-loader": "~0.13.0",
"morgan": "~1.10.0",
"node-sass": "~4.14.1",
"nodemon": "~2.0.4",
"npm-run-all": "~4.1.5",
"postcss-loader": "~3.0.0",
"react-addons-test-utils": "~15.3.2",
"react-hot-loader": "3.0.0-beta.5",
"sass-loader": "~4.0.2",
"sinon": "~1.17.6",
"style-loader": "~0.13.1",
"webpack": "~1.13.2",
"react-hot-loader": "4.13.0",
"sass-loader": "~4.1.1",
"sinon": "~9.2.0",
"style-loader": "~0.23.1",
"webpack": "~1.15.0",
"webpack-dev-server": "~1.16.1",
"webpack-md5-hash": "~0.0.5",
"winston": "~2.2.0"
"winston": "~3.3.3"
}
}

0 comments on commit a4ebb9e

Please sign in to comment.