Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot] 284a3033b9
Bump ngx-matomo from 1.0.0-rc.0 to 1.0.0-rc.2
Bumps [ngx-matomo](https://github.com/Arnaud73/ngx-matomo) from 1.0.0-rc.0 to 1.0.0-rc.2.
- [Release notes](https://github.com/Arnaud73/ngx-matomo/releases)
- [Changelog](https://github.com/Arnaud73/ngx-matomo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Arnaud73/ngx-matomo/compare/v1.0.0-rc.0...v1.0.0-rc.2)

---
updated-dependencies:
- dependency-name: ngx-matomo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-12 11:32:06 +00:00
4 changed files with 2076 additions and 20619 deletions

42
.gitignore vendored
View File

@ -1,42 +0,0 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
# Compiled output
/dist
/tmp
/out-tsc
/bazel-out
# Node
/node_modules
npm-debug.log
yarn-error.log
# IDEs and editors
.idea/
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*
# Miscellaneous
/.angular/cache
.sass-cache/
/connect.lock
/coverage
/libpeerconnection.log
testem.log
/typings
# System files
.DS_Store
Thumbs.db

5
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/

22622
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,17 +11,17 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~12.2.17",
"@angular/animations": "~12.1.1",
"@angular/cdk": "^12.2.5",
"@angular/common": "~12.2.17",
"@angular/compiler": "~12.2.17",
"@angular/core": "~12.2.17",
"@angular/forms": "~12.2.17",
"@angular/common": "~12.1.1",
"@angular/compiler": "~12.1.1",
"@angular/core": "~12.1.1",
"@angular/forms": "~12.1.1",
"@angular/localize": "^12.1.1",
"@angular/material": "^12.2.5",
"@angular/platform-browser": "~12.2.17",
"@angular/platform-browser-dynamic": "~12.2.17",
"@angular/router": "~12.2.17",
"@angular/platform-browser": "~12.1.1",
"@angular/platform-browser-dynamic": "~12.1.1",
"@angular/router": "~12.1.1",
"@highcharts/map-collection": "^1.1.2",
"angular-ng-autocomplete": "^2.0.5",
"core-js": "^2.6.12",
@ -33,7 +33,7 @@
"jquery": "^3.4.1",
"jspdf": "^2.5.1",
"ngx-echarts": "^4.2.2",
"ngx-matomo": "1.0.0-rc.1",
"ngx-matomo": "1.0.0-rc.2",
"proj4": "^2.5.0",
"rxjs": "~6.6.7",
"tslib": "^2.0.0",
@ -41,10 +41,10 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.18",
"@angular/cli": "~12.2.18",
"@angular/compiler-cli": "~12.2.17",
"@angular/language-service": "~12.2.17",
"@angular-devkit/build-angular": "~12.1.1",
"@angular/cli": "~12.1.1",
"@angular/compiler-cli": "~12.1.1",
"@angular/language-service": "~12.1.1",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "^6.0.0",