Skip to content

Commit

Permalink
chore(web-extension): specify dependencies to ensure build order (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
m4olivei authored May 22, 2024
1 parent f2dd72e commit 72cdc1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/web-extension-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,16 @@
"@carbon/type": "^10.33.0",
"carbon-components": "^10.41.0",
"carbon-components-react": "^7.41.0",
"carbon-devtools": "^2.7.7",
"color": "^3.1.2",
"node-fetch": "^3.1.1",
"url": "^0.11.0"
},
"devDependencies": {
"@carbon/icons-react": "^10.37.0",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@carbon/icons-react": "^10.37.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^6.2.1",
Expand Down
3 changes: 2 additions & 1 deletion packages/web-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"dependencies": {
"@carbon/colors": "^10.30.0",
"@carbon/devtools-component-list": "^2.7.7",
"@carbon/grid": "^10.33.0",
"@carbon/ibm-products": "^1.2.4",
"@carbon/ibm-security": "^1.31.0",
Expand All @@ -35,10 +36,10 @@
"url": "^0.11.0"
},
"devDependencies": {
"@carbon/icons-react": "^10.37.0",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@carbon/icons-react": "^10.37.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^6.2.1",
Expand Down

0 comments on commit 72cdc1f

Please sign in to comment.