Skip to content

Commit

Permalink
Update babel monorepo
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate-bot committed Dec 5, 2020
1 parent 3ccd9de commit 12fceae
Show file tree
Hide file tree
Showing 14 changed files with 841 additions and 161 deletions.
166 changes: 159 additions & 7 deletions JavaScript/React/LMap/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion JavaScript/React/LMap/package.json
Expand Up @@ -43,7 +43,7 @@
"autoprefixer": "^6.7.7",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^6.4.1",
"babel-loader": "^8.2.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion JavaScript/React/Mastering_React/hello-react.html
Expand Up @@ -5,7 +5,7 @@
<title>Hello React</title>
<script src="https://fb.me/react-with-addons-0.14.0.js"></script>
<script src="https://fb.me/react-dom-0.14.0.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.38/browser.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/6.1.19/browser.min.js"></script>

<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>

Expand Down
2 changes: 1 addition & 1 deletion JavaScript/React/Pro React/First App/package.json
Expand Up @@ -10,7 +10,7 @@
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^6.4.1",
"babel-loader": "^8.2.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
Expand Down
2 changes: 1 addition & 1 deletion JavaScript/React/Pro React/Kanban/package.json
Expand Up @@ -10,7 +10,7 @@
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^6.4.1",
"babel-loader": "^8.2.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
Expand Down

0 comments on commit 12fceae

Please sign in to comment.