Skip to content

Commit d846cd3

Browse files
author
Garion Herman
committed
FIX Update react-injector to remove sourcemaps
1 parent bc60a59 commit d846cd3

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

client/dist/js/injector.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"lint-sass": "sass-lint client/src"
2222
},
2323
"dependencies": {
24-
"@silverstripe/react-injector": "^0.2.0",
24+
"@silverstripe/react-injector": "^0.2.1",
2525
"@silverstripe/reactstrap-confirm": "^0.0.4",
2626
"classnames": "^2.2.6",
2727
"core-js": "^3.1.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@
7777
eslint-plugin-jsx-a11y "^5.1.1"
7878
eslint-plugin-react "^7.3.0"
7979

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

0 commit comments

Comments
 (0)