Skip to content

Commit

Permalink
Merge pull request #547 from player-ui/maint/deps
Browse files Browse the repository at this point in the history
Remove unneeded dependency on `pubsub-js`
  • Loading branch information
KetanReddy authored Nov 20, 2024
2 parents fb57765 + 0a46f21 commit 35f98d7
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 105 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"@types/node": "^18.18.0",
"@types/parsimmon": "^1.10.0",
"@types/path-browserify": "^1.0.2",
"@types/pubsub-js": "^1.8.3",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.22",
"@types/react-redux": "^7.1.22",
Expand Down Expand Up @@ -140,7 +139,6 @@
"postcss": "^8.4.33",
"postcss-loader": "^8.1.1",
"prettier": "^3.1.0",
"pubsub-js": "^1.9.3",
"queue-microtask": "^1.2.3",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
Expand Down
2 changes: 0 additions & 2 deletions plugins/pubsub/core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ js_pipeline(
":node_modules/@player-ui/player",
],
deps = [
"//:node_modules/@types/pubsub-js",
"//:node_modules/pubsub-js",
"//:node_modules/tapable-ts",
],
)
Loading

0 comments on commit 35f98d7

Please sign in to comment.