Skip to content

Commit

Permalink
fix: Remove unusde dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dubisdev committed Mar 9, 2024
1 parent 78a5cb7 commit 2d0f694
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions extensions/todoist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@
"dist"
],
"dependencies": {
"@rokii/api": "0.4.1",
"@cerebroapp/cerebro-ui": "2.0.0-alpha.5",
"@rokii/api": "*",
"@doist/todoist-api-typescript": "3.0.2",
"cerebro-command-router": "2.0.0",
"p-debounce": "4.0.0",
"semver": "7.6.0"
},
"devDependencies": {
"@rokii/build": "2.0.13",
"@rokii/build": "*",
"@types/react": "*"
},
"main": "dist/index.js",
Expand Down

0 comments on commit 2d0f694

Please sign in to comment.