Skip to content

Commit

Permalink
build: remove duplicate and outdated @types/node package
Browse files Browse the repository at this point in the history
  • Loading branch information
Tethik committed Jul 24, 2024
1 parent 079ea7b commit c405975
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 29 deletions.
1 change: 0 additions & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^8.5.4",
"@types/lodash": "^4.14.177",
"@types/node": "^14.17.9",
"@types/node-cron": "^3.0.2",
"@types/supertest": "^2.0.11",
"@types/ws": "^8.5.10",
Expand Down
1 change: 0 additions & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"@types/express": "^4.17.21",
"@types/global-agent": "^2.1.3",
"@types/jsonwebtoken": "^8.5.4",
"@types/node": "^14.17.9",
"@types/node-fetch": "^2.5.12",
"@types/pg": "^8.6.5",
"@types/supertest": "^2.0.11",
Expand Down
20 changes: 0 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions plugins/aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,5 @@
"@gram/core": "^4.14.1",
"path": "^0.12.7"
},
"private": true,
"devDependencies": {
"@types/node": "^20.4.2"
}
"private": true
}
3 changes: 0 additions & 3 deletions plugins/svgporn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,5 @@
"license": "ISC",
"dependencies": {
"@gram/core": "^4.14.1"
},
"devDependencies": {
"@types/node": "^20.4.2"
}
}

0 comments on commit c405975

Please sign in to comment.