@spinnaker/pluginsdk-peerdeps 0.16.0 → 0.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +7 -4
package/package.json CHANGED
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "name": "@spinnaker/pluginsdk-peerdeps",
3
3
  "description": "Provides package dependencies to plugin developers",
4
- "version": "0.16.0",
4
+ "version": "0.18.0",
5
5
  "license": "Apache-2.0",
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
6
9
  "scripts": {
7
10
  "temp": "./convert-peerdeps.js --from-peerdeps --input package.json --output package.temp.json",
8
11
  "restoretemp": "./convert-peerdeps.js --to-peerdeps --output package.json --input package.temp.json && rm package.temp.json",
@@ -18,10 +21,10 @@
18
21
  "@rollup/plugin-replace": "2.4.2",
19
22
  "@rollup/plugin-typescript": "8.2.1",
20
23
  "@rollup/plugin-url": "6.0.0",
21
- "@spinnaker/core": "0.25.0",
24
+ "@spinnaker/core": "0.27.0",
22
25
  "@spinnaker/eslint-plugin": "3.0.1",
23
26
  "@spinnaker/pluginsdk": "*",
24
- "@spinnaker/presentation": "0.3.0",
27
+ "@spinnaker/presentation": "0.3.1",
25
28
  "@types/react": "~16.8.0",
26
29
  "@uirouter/core": "6.0.4",
27
30
  "@uirouter/react": "1.0.2",
@@ -113,5 +116,5 @@
113
116
  "dev": true
114
117
  }
115
118
  },
116
- "gitHead": "8de1e3c576a24ce9a62290f86bc52772df4842d2"
119
+ "gitHead": "217b75396c5ec25d9b2019a849593b0b8d52e916"
117
120
  }