Skip to content

Commit

Permalink
chore(amd-loader): add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed May 3, 2024
1 parent 8f8621f commit ff57662
Show file tree
Hide file tree
Showing 2 changed files with 306 additions and 20 deletions.
18 changes: 6 additions & 12 deletions maintenance/projects/amd-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,14 @@
"test": "jest"
},
"version": "5.4.2",
"workspaces": {
"nohoist": [
"webpack-dev-server",
"webpack-cli"
]
},
"dependencies": {
"webpack-cli": "^3.0.0",
"webpack-dev-server": "^3.0.0"
},
"devDependencies": {
"liferay-workspace-scripts": "../../../support/packages/workspace-scripts",
"@babel/preset-env": "^7.4.2",
"fs-extra": "^9.0.1",
"jest": "26.4.2",
"terser-webpack-plugin": "^5.0.3"
"liferay-workspace-scripts": "../../../support/packages/workspace-scripts",
"terser-webpack-plugin": "^5.0.3",
"webpack-cli": "^3.0.0",
"webpack-dev-server": "^3.0.0",
"webpack": "^5.11.1"
}
}
Loading

0 comments on commit ff57662

Please sign in to comment.