Skip to content

Commit

Permalink
release pluginsdk 0.0.5 (#8039)
Browse files Browse the repository at this point in the history
* chore(pluginsdk): downgrade eslint to 5.16.0 because plugins need 5.x

* chore(pluginsdk): release 0.0.5
  • Loading branch information
christopherthielen committed Mar 12, 2020
1 parent f484fc4 commit 3b1104d
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 163 deletions.
4 changes: 2 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.4",
"version": "0.0.5",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "Apache-2.0",
Expand All @@ -21,7 +21,7 @@
"@typescript-eslint/eslint-plugin": "=1.13.0",
"@typescript-eslint/parser": "1.13.0",
"check-peer-dependencies": "=1.0.10",
"eslint": "=6.8.0",
"eslint": "=5.16.0",
"eslint-config-prettier": "=4.3.0",
"eslint-plugin-react-hooks": "=2.5.0",
"prettier": "=1.19.1",
Expand Down
Loading

0 comments on commit 3b1104d

Please sign in to comment.