Skip to content

Commit

Permalink
(fix) Add Webpack dependencies directly to CLI (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher committed Jul 22, 2024
1 parent 457907a commit 1257664
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/tooling/openmrs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"browserslist-config-openmrs": "^1.0.1",
"chalk": "^4.1.2",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^5.2.4",
"cssnano": "^5.0.16",
"ejs": "^3.1.8",
"glob": "^7.1.3",
Expand All @@ -50,14 +51,18 @@
"postcss": "^8.4.6",
"postcss-loader": "^6.2.1",
"rimraf": "^3.0.2",
"sass-loader": "^12.3.0",
"semver": "^7.3.4",
"style-loader": "^3.3.1",
"swc-loader": "^0.2.3",
"tar": "^6.0.5",
"typescript": "^4.6.4",
"webpack": "^5.88.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.1",
"webpack-pwa-manifest": "^4.3.0",
"webpack-stats-plugin": "^1.0.3",
"workbox-webpack-plugin": "^6.4.1",
"yargs": "^17.6.2"
},
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14261,6 +14261,7 @@ __metadata:
browserslist-config-openmrs: "npm:^1.0.1"
chalk: "npm:^4.1.2"
copy-webpack-plugin: "npm:^11.0.0"
css-loader: "npm:^5.2.4"
cssnano: "npm:^5.0.16"
ejs: "npm:^3.1.8"
glob: "npm:^7.1.3"
Expand All @@ -14273,14 +14274,18 @@ __metadata:
postcss: "npm:^8.4.6"
postcss-loader: "npm:^6.2.1"
rimraf: "npm:^3.0.2"
sass-loader: "npm:^12.3.0"
semver: "npm:^7.3.4"
style-loader: "npm:^3.3.1"
swc-loader: "npm:^0.2.3"
tar: "npm:^6.0.5"
typescript: "npm:^4.6.4"
webpack: "npm:^5.88.0"
webpack-bundle-analyzer: "npm:^4.5.0"
webpack-cli: "npm:^4.10.0"
webpack-dev-server: "npm:^4.10.1"
webpack-pwa-manifest: "npm:^4.3.0"
webpack-stats-plugin: "npm:^1.0.3"
workbox-webpack-plugin: "npm:^6.4.1"
yargs: "npm:^17.6.2"
bin:
Expand Down

0 comments on commit 1257664

Please sign in to comment.