Skip to content

Commit

Permalink
Add missing peer dependencies (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed May 15, 2022
1 parent ae0c295 commit a90481a
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 10 deletions.
1 change: 1 addition & 0 deletions packages/d3-state-visualizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/node": "^16.11.33",
"@types/ramda": "^0.28.12",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
Expand Down
1 change: 1 addition & 0 deletions packages/d3tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/d3": "^3.5.47",
"@types/node": "^16.11.33",
"@types/ramda": "^0.28.12",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
Expand Down
1 change: 1 addition & 0 deletions packages/map2tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/jest": "^27.5.0",
"@types/lodash": "^4.14.182",
"@types/node": "^16.11.33",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.15.0",
Expand Down
1 change: 1 addition & 0 deletions packages/react-json-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/jest": "^27.5.0",
"@types/node": "^16.11.33",
"@types/react": "^17.0.45",
"@types/react-test-renderer": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^5.22.0",
Expand Down
1 change: 1 addition & 0 deletions packages/redux-devtools-slider-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"@babel/preset-typescript": "^7.16.7",
"@redux-devtools/core": "^3.12.0",
"@rollup/plugin-babel": "^5.3.1",
"@types/node": "^16.11.33",
"@types/react": "^17.0.45",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
Expand Down
31 changes: 21 additions & 10 deletions pnpm-lock.yaml

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

0 comments on commit a90481a

Please sign in to comment.