@spinnaker/pluginsdk-peerdeps 0.0.0-2026.1-0 → 0.0.0-2026.2-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.
- package/README.md +2 -2
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -11,5 +11,5 @@ These fields inform a plugin which versions of packages it should install using
|
|
|
11
11
|
The source of truth for package versions comes from deck (`<project-root>/package.json`) for most packages. This package has a few
|
|
12
12
|
scripts that will help keep the `peerDependencies` up to date.
|
|
13
13
|
|
|
14
|
-
- `
|
|
15
|
-
- `
|
|
14
|
+
- `pnpm sync`: Synchronize all `peerDependencies` with the versions found in `<project-root>/package.json`
|
|
15
|
+
- `pnpm interactive`: Interactively upgrade individual `devDependencies`
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"url": "https://github.com/spinnaker/spinnaker.git"
|
|
6
6
|
},
|
|
7
7
|
"description": "Provides package dependencies to plugin developers",
|
|
8
|
-
"version": "0.0.0-2026.
|
|
8
|
+
"version": "0.0.0-2026.2-0",
|
|
9
9
|
"license": "Apache-2.0",
|
|
10
10
|
"publishConfig": {
|
|
11
11
|
"access": "public",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
},
|
|
21
21
|
"files": [],
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@rollup/plugin-commonjs": "^28.0.
|
|
23
|
+
"@rollup/plugin-commonjs": "^28.0.9",
|
|
24
24
|
"@rollup/plugin-json": "^6.1.0",
|
|
25
25
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
26
|
-
"@rollup/plugin-replace": "^6.0.
|
|
27
|
-
"@rollup/plugin-typescript": "^12.
|
|
28
|
-
"@rollup/plugin-url": "^8.0.
|
|
26
|
+
"@rollup/plugin-replace": "^6.0.3",
|
|
27
|
+
"@rollup/plugin-typescript": "^12.3.0",
|
|
28
|
+
"@rollup/plugin-url": "^8.0.2",
|
|
29
29
|
"@spinnaker/core": "0.29.1",
|
|
30
30
|
"@spinnaker/eslint-plugin": "3.0.1",
|
|
31
31
|
"@spinnaker/pluginsdk": "*",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@types/react": "~16.8.0",
|
|
34
34
|
"@uirouter/core": "6.0.4",
|
|
35
35
|
"@uirouter/react": "1.0.2",
|
|
36
|
-
"bufferutil": "4.0.
|
|
36
|
+
"bufferutil": "4.0.9",
|
|
37
37
|
"lodash-es": "4.17.21",
|
|
38
38
|
"npm-run-all2": "5.0.0",
|
|
39
39
|
"postcss": "^8.4.14",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"rxjs": "6.6.7",
|
|
51
51
|
"shx": "0.3.3",
|
|
52
52
|
"typescript": "5.0.4",
|
|
53
|
-
"utf-8-validate": "5.0.
|
|
53
|
+
"utf-8-validate": "5.0.10"
|
|
54
54
|
},
|
|
55
55
|
"peerDependenciesMeta": {
|
|
56
56
|
"@rollup/plugin-commonjs": {
|
|
@@ -117,5 +117,5 @@
|
|
|
117
117
|
"dev": true
|
|
118
118
|
}
|
|
119
119
|
},
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "e206b48fedf14bbfbaeae79c88bc0304966206aa"
|
|
121
121
|
}
|