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

Commit

Permalink
Fix oc-template-react dependencies.yml to update externals
Browse files Browse the repository at this point in the history
  • Loading branch information
davegaeddert authored Dec 11, 2017
1 parent 09ac43b commit 55ac4a8
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 55ac4a8

Please sign in to comment.