Skip to content

Commit

Permalink
Merge pull request #1 from jacobwgillespie/upgrade-dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie authored Oct 8, 2021
2 parents b7b6372 + db35ab5 commit b3b3673
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 282 deletions.
5 changes: 0 additions & 5 deletions .node-dev.json

This file was deleted.

15 changes: 5 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@
"scripts": {
"build": "tsc",
"clean": "rm -rf dist",
"dev": "node-dev --no-notify src/index.ts",
"fmt": "prettier --write .",
"fmt:check": "prettier --check .",
"start": "node --enable-source-maps dist/index.js",
"type-check": "tsc --noEmit"
},
"dependencies": {
Expand All @@ -37,14 +35,11 @@
},
"devDependencies": {
"@tsconfig/node14": "^1.0.1",
"@types/content-type": "^1.1.3",
"@types/content-type": "^1.1.5",
"@types/node": "^14.17.0",
"esbuild-register": "^2.6.0",
"node-dev": "^7.0.0",
"prettier": "^2.3.1",
"prettier-plugin-organize-imports": "^2.2.0",
"prettier-plugin-pkg": "^0.9.0",
"ts-node": "^10.0.0",
"typescript": "^4.3.4"
"prettier": "^2.4.1",
"prettier-plugin-organize-imports": "^2.3.4",
"prettier-plugin-pkg": "^0.10.0",
"typescript": "^4.4.3"
}
}
Loading

0 comments on commit b3b3673

Please sign in to comment.