Skip to content

Commit

Permalink
feat(package): update dependencies to match project
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jahow committed Jan 11, 2024
1 parent 0f95f70 commit 335e9b4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions package/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"duration-relativetimeformat",
"embla-carousel",
"express",
"geojson-validation",
"moment",
"ng-table-virtual-scroll",
"ngx-chips",
Expand All @@ -28,8 +29,11 @@
"ol",
"papaparse",
"pg",
"proj4",
"reflect-metadata",
"semver",
"tippy.js",
"tslib",
"typeorm",
"whatwg-fetch",
"xlsx"
Expand Down
12 changes: 7 additions & 5 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 335e9b4

Please sign in to comment.