Skip to content

Commit

Permalink
frontend: update packages with npm-check-updates
Browse files Browse the repository at this point in the history
Use semver evaluation:

  $ npx npm-check-updates -t semver -u
  • Loading branch information
alanorth committed Dec 11, 2023
1 parent 526bf2e commit 759fdf0
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 108 deletions.
150 changes: 75 additions & 75 deletions frontend/package-lock.json

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

66 changes: 33 additions & 33 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
"dependencies": {
"@agm/core": "^3.0.0-beta.0",
"@agm/snazzy-info-window": "^3.0.0-beta.0",
"@angular/animations": "^15.2.9",
"@angular/animations": "^15.2.10",
"@angular/cdk": "^15.2.9",
"@angular/common": "^15.2.9",
"@angular/compiler": "^15.2.9",
"@angular/core": "^15.2.9",
"@angular/forms": "^15.2.9",
"@angular/common": "^15.2.10",
"@angular/compiler": "^15.2.10",
"@angular/core": "^15.2.10",
"@angular/forms": "^15.2.10",
"@angular/material": "^15.2.9",
"@angular/platform-browser": "^15.2.9",
"@angular/platform-browser-dynamic": "^15.2.9",
"@angular/router": "^15.2.9",
"@auth0/angular-jwt": "^5.1.2",
"@angular/platform-browser": "^15.2.10",
"@angular/platform-browser-dynamic": "^15.2.10",
"@angular/router": "^15.2.10",
"@auth0/angular-jwt": "^5.2.0",
"@highcharts/map-collection": "^2.1.0",
"@material-extended/mde": "^3.0.3",
"@ng-select/ng-select": "^10.0.4",
Expand All @@ -41,9 +41,9 @@
"@thisissoon/angular-inviewport": "^4.2.2",
"@tinymce/tinymce-angular": "^7.0.0",
"@types/scriptjs": "0.0.2",
"bodybuilder": "^2.5.0",
"bootstrap": "^4.2.1",
"dayjs": "^1.11.9",
"bodybuilder": "^2.5.1",
"bootstrap": "^4.6.2",
"dayjs": "^1.11.10",
"highcharts": "^10.3.3",
"highcharts-angular": "^3.1.2",
"jwt-decode": "^3.1.2",
Expand All @@ -56,44 +56,44 @@
"ngx-ui-tour-md-menu": "^10.7.0",
"nouislider": "^15.7.1",
"querystring": "^0.2.1",
"ramda": "^0.27.0",
"ramda": "^0.27.2",
"rxjs": "^6.6.7",
"scriptjs": "^2.5.9",
"snazzy-info-window": "^1.1.1",
"tinycolor2": "^1.6.0",
"tslib": "^2.6.0",
"zone.js": "~0.11.4"
"tslib": "^2.6.2",
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.9",
"@angular-eslint/eslint-plugin": "^16.0.3",
"@angular/cli": "^15.2.9",
"@angular/compiler-cli": "^15.2.9",
"@angular/language-service": "^15.2.9",
"@types/country-list": "^2.1.0",
"@angular-devkit/build-angular": "^15.2.10",
"@angular-eslint/eslint-plugin": "^16.3.1",
"@angular/cli": "^15.2.10",
"@angular/compiler-cli": "^15.2.10",
"@angular/language-service": "^15.2.10",
"@types/country-list": "^2.1.4",
"@types/googlemaps": "3.39.12",
"@types/jasmine": "~3.5.10",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^18.11.9",
"@types/jasmine": "~3.5.14",
"@types/jasminewd2": "~2.0.13",
"@types/node": "^18.19.3",
"@types/ramda": "0.27.34",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"codelyzer": "^6.0.2",
"eslint": "~8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^46.4.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-unused-imports": "^2.0.0",
"jasmine-core": "~5.0.0",
"jasmine-spec-reporter": "~5.0.0",
"jasmine-core": "~5.0.1",
"jasmine-spec-reporter": "~5.0.2",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"protractor": "~7.0.0",
"ts-node": "~8.8.1",
"ts-node": "~8.8.2",
"typescript": "4.9.5"
},
"engines": {
Expand Down

0 comments on commit 759fdf0

Please sign in to comment.