Skip to content

Commit

Permalink
chore: remove unused deps (#6372)
Browse files Browse the repository at this point in the history
* chore: remove unused deps

* chore: fix version
  • Loading branch information
gao-sun authored Jul 31, 2024
1 parent e9581d8 commit f8185a6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 426 deletions.
18 changes: 6 additions & 12 deletions packages/connectors/connector-postmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@logto/connector-postmark",
"version": "1.0.0",
"version": "0.0.0",
"description": "Postmark connector implementation.",
"author": "Sten Sandvik <[email protected]>",
"dependencies": {
Expand All @@ -10,25 +10,19 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@silverhand/eslint-config": "6.0.1",
"@silverhand/ts-config": "6.0.0",
"@types/node": "^20.11.20",
"@types/nodemailer": "^6.4.7",
"@types/supertest": "^6.0.2",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/coverage-v8": "^2.0.0",
"eslint": "^8.56.0",
"lint-staged": "^15.0.2",
"nock": "^13.3.1",
"nock": "14.0.0-beta.7",
"prettier": "^3.0.0",
"rollup": "^4.12.0",
"rollup-plugin-output-size": "^1.3.0",
"supertest": "^7.0.0",
"typescript": "^5.3.3",
"vitest": "^1.4.0"
"tsup": "^8.1.0",
"typescript": "^5.5.3",
"vitest": "^2.0.0"
},
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down
Loading

0 comments on commit f8185a6

Please sign in to comment.