Skip to content

Commit

Permalink
chore(pluginsdk-peerdeps): Publish 0.0.3 (#8725)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Nov 11, 2020
1 parent 99a637e commit 3eba2c6
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 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.2",
"version": "0.0.3",
"license": "Apache-2.0",
"scripts": {
"usage": "cat USAGE.txt",
Expand All @@ -11,32 +11,32 @@
},
"files": [],
"peerDependencies": {
"@rollup/plugin-commonjs": "15.1.0",
"@rollup/plugin-node-resolve": "9.0.0",
"@rollup/plugin-typescript": "6.0.0",
"@spinnaker/core": "0.0.507",
"@spinnaker/eslint-plugin": "1.0.8",
"@spinnaker/pluginsdk": "0.0.21",
"@rollup/plugin-commonjs": "16.0.0",
"@rollup/plugin-node-resolve": "10.0.0",
"@rollup/plugin-typescript": "6.1.0",
"@spinnaker/core": "0.0.526",
"@spinnaker/eslint-plugin": "1.0.9",
"@spinnaker/pluginsdk": "*",
"@types/react": "16.8.25",
"@uirouter/core": "6.0.4",
"@uirouter/react": "1.0.2",
"bufferutil": "4.0.1",
"husky": "4.3.0",
"bufferutil": "4.0.2",
"husky": "^4.3.0",
"lodash-es": "4.17.15",
"npm-run-all": "4.1.5",
"prettier": "2.1.2",
"pretty-quick": "3.0.2",
"pretty-quick": "^3.1.0",
"prop-types": "15.6.1",
"react": "16.8.6",
"react-dom": "16.8.6",
"rollup": "2.28.2",
"rollup-plugin-external-globals": "0.6.0",
"react": "~16.13.1",
"react-dom": "~16.13.1",
"rollup": "2.33.1",
"rollup-plugin-external-globals": "0.6.1",
"rollup-plugin-less": "1.1.2",
"rollup-plugin-postcss": "3.1.8",
"rxjs": "5.4.2",
"shx": "0.3.2",
"typescript": "4.0.2",
"utf-8-validate": "5.0.2"
"rxjs": "^5.4.2",
"shx": "0.3.3",
"typescript": "4.0.5",
"utf-8-validate": "5.0.3"
},
"peerDevDependencies.doc": "These will be installed as devDependencies by check-peer-dependencies --install",
"peerDevDependencies": [
Expand Down

0 comments on commit 3eba2c6

Please sign in to comment.