Skip to content

Commit

Permalink
chore(build): sync and include pluginsdk-peerdeps in the package graph (
Browse files Browse the repository at this point in the history
#9781)

* chore(build): sync and include pluginsdk-peerdeps in the package graph
  • Loading branch information
mattgogerly committed Dec 1, 2021
1 parent 59026ea commit 3d3cc8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"packages/kubernetes",
"packages/oracle",
"packages/pluginsdk",
"packages/pluginsdk-peerdeps",
"packages/presentation",
"packages/scripts",
"packages/tencentcloud",
Expand Down
6 changes: 3 additions & 3 deletions packages/pluginsdk-peerdeps/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spinnaker/pluginsdk-peerdeps",
"description": "Provides package dependencies to plugin developers",
"version": "0.0.17",
"version": "0.0.18",
"license": "Apache-2.0",
"scripts": {
"temp": "./convert-peerdeps.js --from-peerdeps --input package.json --output package.temp.json",
Expand All @@ -18,7 +18,7 @@
"@rollup/plugin-replace": "2.4.2",
"@rollup/plugin-typescript": "8.2.1",
"@rollup/plugin-url": "6.0.0",
"@spinnaker/core": "0.15.0",
"@spinnaker/core": "0.16.0",
"@spinnaker/eslint-plugin": "1.0.13",
"@spinnaker/pluginsdk": "*",
"@spinnaker/presentation": "0.1.0",
Expand Down Expand Up @@ -67,4 +67,4 @@
"typescript": { "dev": true },
"utf-8-validate": { "dev": true }
}
}
}

0 comments on commit 3d3cc8b

Please sign in to comment.