Switch to packaged version of node-dateformat

This commit is contained in:
Pirate Praveen 2022-05-12 18:46:38 +05:30
parent a3720d3121
commit 21a93550b0
No known key found for this signature in database
GPG key ID: 8F53E0193B294B75
2 changed files with 5 additions and 3 deletions

2
debian/control vendored
View file

@ -451,7 +451,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
# node-d3 includes d3-sankey
node-d3 (>= 5.16~),
node-d3-selection (>= 1.2~),
node-dateformat,
node-dateformat (>= 5.0.1~),
node-deckar01-task-list (>= 2.2.1),
node-exports-loader (>= 0.7~),
node-imports-loader (>= 0.8~),

View file

@ -118,7 +118,7 @@ Use debian packaged node modules when available
"@rails/ujs": "6.1.4-6",
"@sentry/browser": "5.30.0",
"@sourcegraph/code-host-integration": "0.0.60",
@@ -100,23 +100,23 @@
@@ -100,24 +100,24 @@
"aws-sdk": "^2.637.0",
"axios": "^0.24.0",
"babel-loader": "^8.2.2",
@ -143,12 +143,14 @@ Use debian packaged node modules when available
- "d3": "^5.16.0",
- "d3-sankey": "^0.12.3",
- "d3-selection": "^1.2.0",
- "dateformat": "^5.0.1",
+ "d3": "link:/usr/share/nodejs/d3",
+ "d3-sankey": "link:/usr/share/nodejs/d3-sankey",
+ "d3-selection": "link:/usr/share/nodejs/d3-selection",
"dateformat": "^5.0.1",
+ "dateformat": "link:/usr/share/nodejs/dateformat",
"deckar01-task_list": "^2.3.1",
"diff": "^3.4.0",
"dompurify": "^2.3.6",
@@ -135,31 +135,31 @@
"jed": "^1.1.1",
"jquery": "^3.6.0",