Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
wavded committed Jan 22, 2024
1 parent 97b173e commit 0d10715
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,26 @@
"express": "^4.18.2",
"express-promise-router": "^4.1.1",
"multer": "1.4.5-lts.1",
"ogr2ogr": "^4.0.1"
"ogr2ogr": "^5.0.0"
},
"devDependencies": {
"@types/blue-tape": "^0.1.33",
"@types/body-parser": "^1.19.2",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/multer": "^1.4.7",
"@types/blue-tape": "^0.1.36",
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/multer": "^1.4.11",
"@types/node": "^20.11.5",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"blue-tape": "^1.0.0",
"eslint": "^8.35.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"nyc": "^15.1.0",
"prettier": "^3.2.4",
"prettier-plugin-organize-imports": "^3.2.2",
"supertest": "^6.3.3",
"ts-node": "^10.9.1",
"prettier-plugin-organize-imports": "^3.2.4",
"supertest": "^6.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"engines": {
Expand Down

0 comments on commit 0d10715

Please sign in to comment.