Compare commits
1 Commits
master
...
10a5depend
Author | SHA1 | Date |
---|---|---|
dependabot[bot] | 284a3033b9 |
|
@ -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
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
# Editor-based HTTP Client requests
|
||||||
|
/httpRequests/
|
File diff suppressed because it is too large
Load Diff
26
package.json
26
package.json
|
@ -11,17 +11,17 @@
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "~12.2.17",
|
"@angular/animations": "~12.1.1",
|
||||||
"@angular/cdk": "^12.2.5",
|
"@angular/cdk": "^12.2.5",
|
||||||
"@angular/common": "~12.2.17",
|
"@angular/common": "~12.1.1",
|
||||||
"@angular/compiler": "~12.2.17",
|
"@angular/compiler": "~12.1.1",
|
||||||
"@angular/core": "~12.2.17",
|
"@angular/core": "~12.1.1",
|
||||||
"@angular/forms": "~12.2.17",
|
"@angular/forms": "~12.1.1",
|
||||||
"@angular/localize": "^12.1.1",
|
"@angular/localize": "^12.1.1",
|
||||||
"@angular/material": "^12.2.5",
|
"@angular/material": "^12.2.5",
|
||||||
"@angular/platform-browser": "~12.2.17",
|
"@angular/platform-browser": "~12.1.1",
|
||||||
"@angular/platform-browser-dynamic": "~12.2.17",
|
"@angular/platform-browser-dynamic": "~12.1.1",
|
||||||
"@angular/router": "~12.2.17",
|
"@angular/router": "~12.1.1",
|
||||||
"@highcharts/map-collection": "^1.1.2",
|
"@highcharts/map-collection": "^1.1.2",
|
||||||
"angular-ng-autocomplete": "^2.0.5",
|
"angular-ng-autocomplete": "^2.0.5",
|
||||||
"core-js": "^2.6.12",
|
"core-js": "^2.6.12",
|
||||||
|
@ -33,7 +33,7 @@
|
||||||
"jquery": "^3.4.1",
|
"jquery": "^3.4.1",
|
||||||
"jspdf": "^2.5.1",
|
"jspdf": "^2.5.1",
|
||||||
"ngx-echarts": "^4.2.2",
|
"ngx-echarts": "^4.2.2",
|
||||||
"ngx-matomo": "1.0.0-rc.1",
|
"ngx-matomo": "1.0.0-rc.2",
|
||||||
"proj4": "^2.5.0",
|
"proj4": "^2.5.0",
|
||||||
"rxjs": "~6.6.7",
|
"rxjs": "~6.6.7",
|
||||||
"tslib": "^2.0.0",
|
"tslib": "^2.0.0",
|
||||||
|
@ -41,10 +41,10 @@
|
||||||
"zone.js": "~0.11.4"
|
"zone.js": "~0.11.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "~12.2.18",
|
"@angular-devkit/build-angular": "~12.1.1",
|
||||||
"@angular/cli": "~12.2.18",
|
"@angular/cli": "~12.1.1",
|
||||||
"@angular/compiler-cli": "~12.2.17",
|
"@angular/compiler-cli": "~12.1.1",
|
||||||
"@angular/language-service": "~12.2.17",
|
"@angular/language-service": "~12.1.1",
|
||||||
"@types/jasmine": "~3.6.0",
|
"@types/jasmine": "~3.6.0",
|
||||||
"@types/jasminewd2": "~2.0.3",
|
"@types/jasminewd2": "~2.0.3",
|
||||||
"codelyzer": "^6.0.0",
|
"codelyzer": "^6.0.0",
|
||||||
|
|
Loading…
Reference in New Issue