Skip to content

Commit

Permalink
Merge pull request #4420 from Methuselah96/babel-runtime
Browse files Browse the repository at this point in the history
Bump dependency on @babel/runtime
  • Loading branch information
JedWatson authored Feb 4, 2021
2 parents d48fafa + a496e40 commit 7c44a99
Show file tree
Hide file tree
Showing 5 changed files with 2,142 additions and 1,869 deletions.
6 changes: 6 additions & 0 deletions .changeset/lovely-dingos-own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"react-select": patch
"@react-select/docs": patch
---

Bump dependency on @babel/runtime in order to fix compatibility issues with Webpack 5
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"@atlaskit/modal-dialog": "^4.0.3",
"@atlaskit/spinner": "^5.0.0",
"@atlaskit/tooltip": "^9.1.4",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.4.4",
"@babel/core": "^7.12.0",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.0",
"@babel/preset-flow": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@babel/runtime": "^7.12.0",
"@emotion/babel-plugin": "^11.0.0",
"@emotion/react": "^11.1.1",
"babel-loader": "^8.0.0",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"@atlaskit/modal-dialog": "^4.0.3",
"@atlaskit/spinner": "^5.0.0",
"@atlaskit/tooltip": "^9.1.4",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.4.4",
"@babel/core": "^7.12.0",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.0",
"@babel/preset-flow": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@babel/runtime": "^7.12.0",
"@changesets/cli": "^2.0.3",
"@changesets/get-github-info": "^0.2.1",
"@emotion/babel-plugin": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"repository": "https://github.com/JedWatson/react-select/tree/master/packages/react-select",
"dependencies": {
"@babel/runtime": "^7.4.4",
"@babel/runtime": "^7.12.0",
"@emotion/cache": "^11.0.0",
"@emotion/react": "^11.1.1",
"memoize-one": "^5.0.0",
Expand Down
Loading

0 comments on commit 7c44a99

Please sign in to comment.