Skip to content

Commit

Permalink
Bump pluginsdk to 0.0.4 (#8037)
Browse files Browse the repository at this point in the history
* fix(pluginsdk): install required peer dependencies

* chore(pluginsdk): release 0.0.4

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
christopherthielen and mergify[bot] committed Mar 12, 2020
1 parent fc8fb30 commit f484fc4
Show file tree
Hide file tree
Showing 2 changed files with 698 additions and 12 deletions.
9 changes: 7 additions & 2 deletions packages/pluginsdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spinnaker/pluginsdk",
"version": "0.0.3",
"version": "0.0.4",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "Apache-2.0",
Expand All @@ -15,10 +15,15 @@
"@rollup/plugin-commonjs": "=11.0.2",
"@rollup/plugin-node-resolve": "=7.1.1",
"@rollup/plugin-typescript": "=4.0.0",
"@spinnaker/core": "0.0.459",
"@spinnaker/core": "=0.0.459",
"@spinnaker/eslint-plugin": "=1.0.6",
"@types/react": "=16.9.24",
"@typescript-eslint/eslint-plugin": "=1.13.0",
"@typescript-eslint/parser": "1.13.0",
"check-peer-dependencies": "=1.0.10",
"eslint": "=6.8.0",
"eslint-config-prettier": "=4.3.0",
"eslint-plugin-react-hooks": "=2.5.0",
"prettier": "=1.19.1",
"rollup": "=1.32.1",
"rollup-plugin-external-globals": "=0.5.0",
Expand Down
Loading

0 comments on commit f484fc4

Please sign in to comment.