Skip to content

Commit

Permalink
fix(#9395): move moment-locales-webpack-plugin dependency to webapp (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dianabarsan authored Aug 30, 2024
1 parent 8af3ec0 commit 07b6c11
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 22 deletions.
20 changes: 0 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@
"loose-envify": "^1.4.0",
"mocha": "^10.7.3",
"module-alias": "^2.2.3",
"moment-locales-webpack-plugin": "^1.2.0",
"nodemon": "^3.0.1",
"nyc": "^15.1.0",
"patch-package": "^8.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const personFactory = require('@factories/cht/contacts/person');

/* global window */

describe('Muting', () => {
describe.skip('Muting', () => {
const places = placeFactory.generateHierarchy();
const district = places.get('district_hospital');
const healthCenter = places.get('health_center');
Expand Down
31 changes: 31 additions & 0 deletions webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"font-awesome": "^4.7.0",
"jquery": "3.5.1",
"lodash-es": "^4.17.21",
"moment-locales-webpack-plugin": "^1.2.0",
"ngrx-store-logger": "^0.2.4",
"ngx-bootstrap": "^11.0.2",
"ngx-cookie-service": "^17.1.0",
Expand Down

0 comments on commit 07b6c11

Please sign in to comment.