Skip to content

Commit

Permalink
Upgrade to Node 18.17.1
Browse files Browse the repository at this point in the history
* Remove all migrations
 - Migrations were using grunt-mongo-migrations package,
   which depends on the now-deprecated fibers package.
   Migrations were specific to Chicago anyway
* Upgrade all packages using npm-check-updates
* Remove requests package
 - Deprecated. Just using node's http library
   now
* Handle changes in mongoose package (use promises instead
  of callbacks)
  • Loading branch information
samc1213 committed Aug 31, 2023
1 parent 3f6f094 commit 6ff1def
Show file tree
Hide file tree
Showing 77 changed files with 91 additions and 1,095 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
node_modules
npm-debug.log
env.sh
package-lock.json

70 changes: 0 additions & 70 deletions migrations/20141105023457939_add_date_to_reports.js

This file was deleted.

42 changes: 0 additions & 42 deletions migrations/20141105030308575_add_comments.js

This file was deleted.

67 changes: 0 additions & 67 deletions migrations/20150130233457984_add_ward_info.js

This file was deleted.

85 changes: 0 additions & 85 deletions migrations/20150201222626472_correct_geojson_format.js

This file was deleted.

75 changes: 0 additions & 75 deletions migrations/20150205013208340_add_reports_to_wards.js

This file was deleted.

Loading

0 comments on commit 6ff1def

Please sign in to comment.