Skip to content

Commit

Permalink
fix: webpack 5 compatibility (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
deini authored Oct 20, 2020
1 parent 886b41d commit 7e66238
Show file tree
Hide file tree
Showing 5 changed files with 832 additions and 58 deletions.
22 changes: 11 additions & 11 deletions packages/big-design-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"access": "public"
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"@babel/runtime": "^7.12.1",
"@bigcommerce/big-design-theme": "^0.10.1",
"react-uid": "^2.2.0"
},
Expand All @@ -42,16 +42,16 @@
"styled-components": "^4.3.0"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
"@babel/plugin-transform-object-assign": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@bigcommerce/configs": "^0.14.0",
"@svgr/core": "^5.0.1",
"@svgr/plugin-jsx": "^5.0.1",
Expand Down
22 changes: 11 additions & 11 deletions packages/big-design-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"access": "public"
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"@babel/runtime": "^7.12.1",
"polished": "^3.0.3"
},
"peerDependencies": {
Expand All @@ -40,16 +40,16 @@
"styled-components": "^4.3.0"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
"@babel/plugin-transform-object-assign": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@bigcommerce/configs": "^0.14.0",
"@types/jest": "^25.2.1",
"@types/styled-components": "^4.1.12",
Expand Down
22 changes: 11 additions & 11 deletions packages/big-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"access": "public"
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"@babel/runtime": "^7.12.1",
"@bigcommerce/big-design-icons": "^0.13.1",
"@bigcommerce/big-design-theme": "^0.10.1",
"@popperjs/core": "^2.2.1",
Expand All @@ -50,16 +50,16 @@
"styled-components": "^4.3.0"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
"@babel/plugin-transform-object-assign": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@bigcommerce/configs": "^0.14.0",
"@testing-library/jest-dom": "^5.1.1",
"@testing-library/react": "^9.4.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"lint:tsc": "tsc --noEmit"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@babel/standalone": "^7.9.5",
"@babel/core": "^7.12.3",
"@babel/preset-react": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@babel/standalone": "^7.12.4",
"@bigcommerce/big-design": "^0.24.0",
"@bigcommerce/big-design-icons": "^0.13.1",
"@bigcommerce/big-design-theme": "^0.10.1",
Expand Down
Loading

0 comments on commit 7e66238

Please sign in to comment.