Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #93 from davegaeddert/patch-1
Browse files Browse the repository at this point in the history
Fix oc-template-react dependencies.yml to update externals
  • Loading branch information
nickbalestra authored Dec 12, 2017
2 parents 09ac43b + 55ac4a8 commit 2594856
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,18 @@ collectors:
actors:
# pull requests for updates to any version
- type: js-npm
dependencies_not_matching: "^(react|react-dom|prop-types)$"
versions: "Y.Y.Y"
# pull request to update externals
- type: find-replace
dependencies: "^(react|react-dom|prop-types)$"
versions: "Y.Y.Y"
settings:
paths:
- package.json
- packages/oc-template-react/package.json
patterns:
- 'https://unpkg.com/{name}@{version_clean}/prop-types.min.js'
- 'https://unpkg.com/{name}@{version_clean}/umd/react.production.min.js'
- 'https://unpkg.com/{name}@{version_clean}/umd/react-dom.production.min.js'
- 'https://unpkg.com/{name}@{version_clean}/'
- '"{name}": "{version_clean}",'

- type: js-npm
path: packages/oc-template-react-compiler
Expand All @@ -42,4 +44,4 @@ collectors:
actors:
# pull requests for updates to any version
- type: js-npm
versions: "Y.Y.Y"
versions: "Y.Y.Y"

0 comments on commit 2594856

Please sign in to comment.