Skip to content

Commit

Permalink
chore(pluginsdk): upgrade transitive dependencies (#8109)
Browse files Browse the repository at this point in the history
* chore(pluginsdk): upgrade transitive dependencies

* chore(pluginsdk): publish 0.0.6

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
christopherthielen and mergify[bot] committed Mar 30, 2020
1 parent 3847793 commit 3057e98
Show file tree
Hide file tree
Showing 2 changed files with 267 additions and 230 deletions.
45 changes: 23 additions & 22 deletions packages/pluginsdk/package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,38 @@
{
"name": "@spinnaker/pluginsdk",
"version": "0.0.5",
"version": "0.0.6",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "Apache-2.0",
"scripts": {
"clean": "shx rm -rf dist",
"build": "rollup -c",
"watch": "rollup -c -w",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"postinstall": "check-peer-dependencies"
},
"dependenciesNote": "These deps are direct dependencies (not dev or peer) so plugins get an exact/known set of dependencies",
"dependencies": {
"@rollup/plugin-commonjs": "=11.0.2",
"@rollup/plugin-node-resolve": "=7.1.1",
"@rollup/plugin-typescript": "=4.0.0",
"@spinnaker/core": "=0.0.459",
"@spinnaker/eslint-plugin": "=1.0.6",
"@types/react": "=16.9.24",
"@typescript-eslint/eslint-plugin": "=1.13.0",
"@typescript-eslint/parser": "1.13.0",
"check-peer-dependencies": "=1.0.10",
"eslint": "=5.16.0",
"eslint-config-prettier": "=4.3.0",
"eslint-plugin-react-hooks": "=2.5.0",
"prettier": "=1.19.1",
"rollup": "=1.32.1",
"rollup-plugin-external-globals": "=0.5.0",
"rollup-plugin-less": "=1.1.2",
"rollup-plugin-postcss": "=2.4.1",
"shx": "=0.3.2",
"tslib": "=1.11.1",
"typescript": "=3.8.3"
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-node-resolve": "7.1.1",
"@rollup/plugin-typescript": "4.0.0",
"@spinnaker/core": "0.0.467",
"@spinnaker/eslint-plugin": "1.0.7",
"@types/react": "16.9.27",
"@typescript-eslint/eslint-plugin": "2.26.0",
"@typescript-eslint/parser": "2.26.0",
"check-peer-dependencies": "1.0.11",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.1",
"eslint-plugin-react-hooks": "3.0.0",
"prettier": "2.0.2",
"rollup": "1.32.1",
"rollup-plugin-external-globals": "0.5.0",
"rollup-plugin-less": "1.1.2",
"rollup-plugin-postcss": "2.5.0",
"shx": "0.3.2",
"tslib": "1.11.1",
"typescript": "3.8.3"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit 3057e98

Please sign in to comment.