Skip to content

Commit

Permalink
#24 | upgrade all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Winner-Timothy Bolorunduro committed Dec 12, 2020
1 parent 9dd0bac commit 619eadb
Show file tree
Hide file tree
Showing 2 changed files with 6,717 additions and 26 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,33 +22,33 @@
},
"homepage": "https://github.com/CoWare/Licit#readme",
"dependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"bcrypt": "^1.0.1",
"body-parser": "^1.15.2",
"del": "^2.2.2",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"tracer": "^0.8.7"
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"del": "^6.0.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^6.0.0",
"tracer": "^1.1.4"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-istanbul": "^0.12.1",
"chai": "^3.5.0",
"coveralls": "^2.11.13",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.3.0",
"husky": "^0.11.8",
"mocha": "^3.0.2",
"mocha-lcov-reporter": "^1.2.0",
"pre-commit": "^1.1.3",
"supertest": "^2.0.1"
"babel-eslint": "^10.1.0",
"babel-istanbul": "^0.12.2",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"eslint": "^7.15.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"husky": "^4.3.5",
"mocha": "^8.2.1",
"mocha-lcov-reporter": "^1.3.0",
"pre-commit": "^1.2.2",
"supertest": "^6.0.1"
}
}
Loading

0 comments on commit 619eadb

Please sign in to comment.