Skip to content

Commit

Permalink
Merge pull request mongo-express#802 from mathieumg/update-dev-tooling
Browse files Browse the repository at this point in the history
Updated developer tooling (Cross-env, Nodemon, Concurrently, Patch Package, Update Notifier)
  • Loading branch information
dozoisch authored Nov 1, 2021
2 parents 48b8e8f + bc9f459 commit 8c38b35
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 1,152 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"cli-color": "^2.0.0",
"commander": "^2.9.0",
"cookie-parser": "1.4.4",
"cross-env": "^7.0.2",
"cross-env": "^7.0.3",
"csurf": "1.10.0",
"errorhandler": "1.5.1",
"express": "4.17.1",
Expand All @@ -48,10 +48,10 @@
"mongodb": "^3.6.2",
"mongodb-query-parser": "^2.1.2",
"morgan": "^1.9.0",
"patch-package": "^6.2.0",
"patch-package": "^6.4.7",
"serve-favicon": "^2.5.0",
"swig-templates": "2.0.3",
"update-notifier": "1.0.2"
"update-notifier": "5.1.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
Expand All @@ -62,15 +62,15 @@
"chai": "^4.3.4",
"clean-webpack-plugin": "^4.0.0",
"codemirror": "^5.23.0",
"concurrently": "^5.3.0",
"concurrently": "^6.3.0",
"copy-webpack-plugin": "^9.0.1",
"eslint": "^7.11.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-lodash": "^7.1.0",
"jquery": "^3.5.1",
"mocha": "^9.1.3",
"nodemon": "^2.0.0",
"nodemon": "^2.0.14",
"pre-commit": "1.2.2",
"renderjson": "dozoisch/renderjson#cd0ef870c1298d53f09555da54e4bf57a0d21414",
"supertest": "^6.1.6",
Expand Down
Loading

0 comments on commit 8c38b35

Please sign in to comment.