Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update declared dependencies of NPM package #760

Merged
merged 1 commit into from
Jan 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat(package): update dependencies to match project
Also remove nguniversal from peer dependencies as we don't do SSR in custom
apps, and list new non-peer deps as allowed in ng-package.json
jahow committed Jan 11, 2024
commit 335e9b49c8221e1bc4d3bd4e0dbdbfc2f4e2db30
4 changes: 4 additions & 0 deletions package/ng-package.json
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@
"duration-relativetimeformat",
"embla-carousel",
"express",
"geojson-validation",
"moment",
"ng-table-virtual-scroll",
"ngx-chips",
@@ -28,8 +29,11 @@
"ol",
"papaparse",
"pg",
"proj4",
"reflect-metadata",
"semver",
"tippy.js",
"tslib",
"typeorm",
"whatwg-fetch",
"xlsx"
12 changes: 7 additions & 5 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -30,38 +30,40 @@
"@ngrx/router-store": "16.x || 17.x",
"@ngrx/store": "16.x || 17.x",
"@ngrx/store-devtools": "16.x || 17.x",
"@nguniversal/express-engine": "16.x || 17.x",
"@ngx-translate/core": "14.x",
"@ngx-translate/http-loader": "7.x",
"rxjs": "7.x",
"zone.js": "*",
"tailwindcss": "3.x"
},
"dependencies": {
"@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
"@camptocamp/ogc-client": "^0.4.0",
"@ltd/j-toml": "~1.35.2",
"@messageformat/core": "^3.0.1",
"@rgrove/parse-xml": "~4.0.1",
"@nx/angular": "16.6.0",
"@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
"@rgrove/parse-xml": "~4.0.1",
"alasql": "^3.1.0",
"axios": "^1.0.0",
"axios": "^1.6.0",
"chart.js": "^4.2.0",
"chroma-js": "^2.1.2",
"date-fns": "^2.29.3",
"document-register-element": "^1.14.10",
"duration-relativetimeformat": "^2.0.3",
"embla-carousel": "^8.0.0-rc14",
"express": "^4.17.1",
"geojson-validation": "^1.0.2",
"moment": "^2.29.4",
"ng-table-virtual-scroll": "^1.4.1",
"ngx-chips": "3.0.0",
"ngx-dropzone": "^3.0.0",
"ngx-translate-messageformat-compiler": "~6.5.0",
"ol": "^6.6.1",
"ol": "^8.2.0",
"papaparse": "^5.3.1",
"pg": "^8.9.0",
"proj4": "^2.9.2",
"reflect-metadata": "^0.1.13",
"semver": "^7.5.4",
"tippy.js": "^6.3.7",
"tslib": "^2.3.0",
"typeorm": "^0.3.14",