Skip to content

Commit

Permalink
Merge pull request #361 from creative-commoners/pulls/4.0/bump-react-…
Browse files Browse the repository at this point in the history
…injector

FIX Update react-injector to remove sourcemaps
  • Loading branch information
ScopeyNZ authored Oct 18, 2019
2 parents bc60a59 + d846cd3 commit cf775ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/dist/js/injector.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"lint-sass": "sass-lint client/src"
},
"dependencies": {
"@silverstripe/react-injector": "^0.2.0",
"@silverstripe/react-injector": "^0.2.1",
"@silverstripe/reactstrap-confirm": "^0.0.4",
"classnames": "^2.2.6",
"core-js": "^3.1.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@
eslint-plugin-jsx-a11y "^5.1.1"
eslint-plugin-react "^7.3.0"

"@silverstripe/react-injector@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@silverstripe/react-injector/-/react-injector-0.2.0.tgz#1cdd286975f36fb3a0be15b2065c6f974d05f16b"
integrity sha512-tt05g/vAuNduigT7qTnQWlcIJ0G0cEMZ2UaIrMYVQcH3WlR2+Wsp4OeznhAjkNQ712w8Sq1bdcitlDRALn+rsg==
"@silverstripe/react-injector@^0.2.1":
version "0.2.1"
resolved "https://registry.yarnpkg.com/@silverstripe/react-injector/-/react-injector-0.2.1.tgz#b77f9c79c19a7c7e7f1898fafc75056ae9a3bb28"
integrity sha512-ZzhT3P7ieQtCFtB8FMrCLB2K6yd0yYkJ66pAujj1qiqIyuHQ7p0y+eWvQ97i/tEHL/iH/e2eSsA2fnZgNuAJkA==
dependencies:
classnames "^2.2.6"
core-js "^3.1.4"
Expand Down

0 comments on commit cf775ac

Please sign in to comment.