Skip to content

Commit

Permalink
feat(peerdep-sync): Synchronize peerdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
spinnakerbot committed Apr 16, 2024
1 parent 5710525 commit 35c04a8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 72 deletions.
92 changes: 24 additions & 68 deletions packages/pluginsdk-peerdeps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@rollup/plugin-replace": "2.4.2",
"@rollup/plugin-typescript": "8.2.1",
"@rollup/plugin-url": "6.0.0",
"@spinnaker/core": "0.28.0",
"@spinnaker/core": "0.29.0",
"@spinnaker/eslint-plugin": "3.0.1",
"@spinnaker/pluginsdk": "*",
"@spinnaker/presentation": "0.3.1",
Expand Down Expand Up @@ -49,71 +49,27 @@
"utf-8-validate": "5.0.3"
},
"peerDependenciesMeta": {
"@rollup/plugin-commonjs": {
"dev": true
},
"@rollup/plugin-json": {
"dev": true
},
"@rollup/plugin-node-resolve": {
"dev": true
},
"@rollup/plugin-replace": {
"dev": true
},
"@rollup/plugin-typescript": {
"dev": true
},
"@rollup/plugin-url": {
"dev": true
},
"@spinnaker/eslint-plugin": {
"dev": true
},
"@types/react": {
"dev": true
},
"bufferutil": {
"dev": true
},
"npm-run-all": {
"dev": true
},
"postcss": {
"dev": true
},
"prettier": {
"dev": true
},
"pretty-quick": {
"dev": true
},
"rollup": {
"dev": true
},
"rollup-plugin-external-globals": {
"dev": true
},
"rollup-plugin-less": {
"dev": true
},
"rollup-plugin-postcss": {
"dev": true
},
"rollup-plugin-terser": {
"dev": true
},
"rollup-plugin-visualizer": {
"dev": true
},
"shx": {
"dev": true
},
"typescript": {
"dev": true
},
"utf-8-validate": {
"dev": true
}
"@rollup/plugin-commonjs": { "dev": true },
"@rollup/plugin-json": { "dev": true },
"@rollup/plugin-node-resolve": { "dev": true },
"@rollup/plugin-replace": { "dev": true },
"@rollup/plugin-typescript": { "dev": true },
"@rollup/plugin-url": { "dev": true },
"@spinnaker/eslint-plugin": { "dev": true },
"@types/react": { "dev": true },
"bufferutil": { "dev": true },
"npm-run-all": { "dev": true },
"postcss": { "dev": true },
"prettier": { "dev": true },
"pretty-quick": { "dev": true },
"rollup": { "dev": true },
"rollup-plugin-external-globals": { "dev": true },
"rollup-plugin-less": { "dev": true },
"rollup-plugin-postcss": { "dev": true },
"rollup-plugin-terser": { "dev": true },
"rollup-plugin-visualizer": { "dev": true },
"shx": { "dev": true },
"typescript": { "dev": true },
"utf-8-validate": { "dev": true }
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18292,10 +18292,10 @@ vite-plugin-svgr@^0.3.0:
dependencies:
"@svgr/core" "^5.5.0"

[email protected].16:
version "2.9.16"
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.16.tgz#daf7ba50f5cc37a7bf51b118ba06bc36e97898e9"
integrity sha512-X+6q8KPyeuBvTQV8AVSnKDvXoBMnTx8zxh54sOwmmuOdxkjMmEJXH2UEchA+vTMps1xw9vL64uwJOWryULg7nA==
[email protected].18:
version "2.9.18"
resolved "https://registry.yarnpkg.com/vite/-/vite-2.9.18.tgz#74e2a83b29da81e602dac4c293312cc575f091c7"
integrity sha512-sAOqI5wNM9QvSEE70W3UGMdT8cyEn0+PmJMTFvTB8wB0YbYUWw3gUbY62AOyrXosGieF2htmeLATvNxpv/zNyQ==
dependencies:
esbuild "^0.14.27"
postcss "^8.4.13"
Expand Down

0 comments on commit 35c04a8

Please sign in to comment.