Skip to content
Snippets Groups Projects
Commit 2c131657 authored by François Grand's avatar François Grand
Browse files

add ngx-matomo version 1.0.0-rc.2 dependency

refs #500
parent a327e4f0
No related branches found
No related tags found
1 merge request!155Resolve "Update to the last version of Angular"
......@@ -44,6 +44,7 @@
"mathjax": "^3.1.2",
"mermaid": "^8.8.0",
"ngx-markdown": "^13.1.0",
"ngx-matomo": "^1.0.0-rc.2",
"ngx-webstorage-service": "^4.1.0",
"pako": "^1.0.11",
"primeng": "^13.4.1",
......@@ -18863,6 +18864,22 @@
"node": ">= 12"
}
},
"node_modules/ngx-matomo": {
"version": "1.0.0-rc.2",
"resolved": "https://registry.npmjs.org/ngx-matomo/-/ngx-matomo-1.0.0-rc.2.tgz",
"integrity": "sha512-RSftQrsc+2y5MlaXWcTE32Ugobg9pf4J6JqHJIFsrbYjyjWea5KgZxr1TTV9LnajBsFWu/aor2CIIxZsYTXYYQ==",
"dependencies": {
"tslib": "^2.3.0"
},
"optionalDependencies": {
"@angular/router": ">=9.0.0 <15.0.0",
"rxjs": "^6.6.0"
},
"peerDependencies": {
"@angular/common": ">=9.0.0 <15.0.0",
"@angular/core": ">=9.0.0 <15.0.0"
}
},
"node_modules/ngx-webstorage-service": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/ngx-webstorage-service/-/ngx-webstorage-service-4.1.0.tgz",
......@@ -40705,6 +40722,16 @@
}
}
},
"ngx-matomo": {
"version": "1.0.0-rc.2",
"resolved": "https://registry.npmjs.org/ngx-matomo/-/ngx-matomo-1.0.0-rc.2.tgz",
"integrity": "sha512-RSftQrsc+2y5MlaXWcTE32Ugobg9pf4J6JqHJIFsrbYjyjWea5KgZxr1TTV9LnajBsFWu/aor2CIIxZsYTXYYQ==",
"requires": {
"@angular/router": ">=9.0.0 <15.0.0",
"rxjs": "^6.6.0",
"tslib": "^2.3.0"
}
},
"ngx-webstorage-service": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/ngx-webstorage-service/-/ngx-webstorage-service-4.1.0.tgz",
......@@ -70,6 +70,7 @@
"mathjax": "^3.1.2",
"mermaid": "^8.8.0",
"ngx-markdown": "^13.1.0",
"ngx-matomo": "^1.0.0-rc.2",
"ngx-webstorage-service": "^4.1.0",
"pako": "^1.0.11",
"primeng": "^13.4.1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment