Skip to content

Commit

Permalink
fix(pluginsdk-peerdeps): Sort peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen authored and mergify[bot] committed Nov 10, 2020
1 parent 96b2b86 commit acd8104
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/pluginsdk-peerdeps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,34 @@
},
"files": [],
"peerDependencies": {
"@spinnaker/core": "0.0.507",
"@spinnaker/pluginsdk": "0.0.21",
"@uirouter/core": "6.0.4",
"@uirouter/react": "1.0.2",
"lodash-es": "4.17.15",
"prop-types": "15.6.1",
"react": "16.8.6",
"react-dom": "16.8.6",
"rxjs": "5.4.2",
"@rollup/plugin-commonjs": "15.1.0",
"@rollup/plugin-node-resolve": "9.0.0",
"@rollup/plugin-typescript": "6.0.0",
"@spinnaker/core": "0.0.507",
"@spinnaker/eslint-plugin": "1.0.8",
"@spinnaker/pluginsdk": "0.0.21",
"@types/react": "16.8.25",
"@typescript-eslint/eslint-plugin": "4.4.0",
"@typescript-eslint/parser": "4.4.0",
"@uirouter/core": "6.0.4",
"@uirouter/react": "1.0.2",
"bufferutil": "4.0.1",
"eslint": "7.10.0",
"eslint-config-prettier": "6.12.0",
"eslint-plugin-react-hooks": "4.1.2",
"husky": "4.3.0",
"lodash-es": "4.17.15",
"npm-run-all": "4.1.5",
"prettier": "2.1.2",
"pretty-quick": "3.0.2",
"prop-types": "15.6.1",
"react": "16.8.6",
"react-dom": "16.8.6",
"rollup": "2.28.2",
"rollup-plugin-external-globals": "0.6.0",
"rollup-plugin-less": "1.1.2",
"rollup-plugin-postcss": "3.1.8",
"rxjs": "5.4.2",
"shx": "0.3.2",
"typescript": "4.0.2",
"utf-8-validate": "5.0.2"
Expand Down

0 comments on commit acd8104

Please sign in to comment.