Skip to content

Commit

Permalink
Fix stackblitz angular and lib version (#127)
Browse files Browse the repository at this point in the history
* update stackblitz angular version to 17

* will install latest version of @maplibre/ngx-maplibre-gl

* remove unused material styles import in stackblitz
  • Loading branch information
marcjulian authored Dec 11, 2023
1 parent c93afdd commit ffd050e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ import 'zone.js';
'maplibre-gl': '*',
'@maplibre/maplibre-gl-style-spec': '*',
'@maplibre/ngx-maplibre-gl': '*',
'@angular/animations': '^16',
'@angular/common': '^16',
'@angular/compiler': '^16',
'@angular/core': '^16',
'@angular/forms': '^16',
'@angular/platform-browser': '^16',
'@angular/router': '^16',
'@angular/animations': '^17',
'@angular/common': '^17',
'@angular/compiler': '^17',
'@angular/core': '^17',
'@angular/forms': '^17',
'@angular/platform-browser': '^17',
'@angular/router': '^17',
url: '*',
querystring: '*',
events: '*',
Expand Down
1 change: 0 additions & 1 deletion projects/showcase/src/assets/stackblitz/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"assets": ["src/favicon.ico", "src/assets"],
"styles": [
"src/styles.css",
"../node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"../node_modules/maplibre-gl/dist/maplibre-gl.css"
],
"scripts": []
Expand Down

0 comments on commit ffd050e

Please sign in to comment.