Skip to content

Commit

Permalink
Update Angular v15 - Part 1 (#983)
Browse files Browse the repository at this point in the history
* chore(Styles): refact styles

* chore(Update): angular to v15

* WIP

* chore(Update): angular material to v15

* fix style

* Revert "chore(cadastre): delete cadastre provider"

This reverts commit cd06e10.

* feat(app): upgrade igo2-lib

* 1.15.4

* fix(prebuilt-themes): remove shared style

* update dependencies and build

* chore(scripts): add a script folders and somes utlis (credit to alecarn)

* chore(locale): copy locales from lib from script and gulp deletion

* refactor(app): load theme from app_initializer

* refactor(*): change splash screen during app loading

---------

Co-authored-by: Pierre-Étienne Lord <[email protected]>
  • Loading branch information
alecarn and pelord authored Jul 21, 2023
1 parent 0b8fffc commit 0151172
Show file tree
Hide file tree
Showing 17 changed files with 18,647 additions and 27,068 deletions.
6 changes: 2 additions & 4 deletions .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
# https://github.com/browserslist/browserslist#queries
# adjust as needed
> 0.5%
last 2 versions
last 2 versions and supports es6-module
Firefox ESR
not dead
not IE 9-10
not IE 11
not dead
53 changes: 15 additions & 38 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,49 +64,26 @@
]
},
"allowedCommonJsDependencies": [
"hammerjs",
"typy",
"jspdf",
"@turf",
"bowser",
"canvg",
"core-js",
"file-saver",
"flexsearch",
"html-entities",
"html2canvas",
"jspdf",
"jspdf-autotable",
"jszip",
"jwt-decode",
"@turf/helpers",
"@turf/line-segment",
"@turf/meta",
"@turf/invariant",
"@turf/line-intersect",
"pbf",
"geojson-rbush",
"minimatch",
"path",
"pixelworks",
"brace-expansion",
"rbush",
"@babel/runtime-corejs3",
"core-js-pure",
"moment",
"nosleep.js",
"raf",
"txml",
"lru-cache",
"lerc",
"pako/lib/inflate",
"through2",
"yallist",
"debug",
"rbush",
"rgbcolor",
"striptags",
"core-js/modules/es.promise.js",
"core-js/modules/es.regexp.to-string.js",
"core-js/modules/es.array.reverse.js",
"core-js/modules/es.array.index-of.js",
"core-js/modules/es.array.reduce.js",
"core-js/modules/web.dom-collections.iterator.js",
"core-js/modules/es.array.iterator.js",
"nosleep.js",
"regenerator-runtime",
"bowser",
"ts-md5",
"moment",
"html2canvas",
"rgbcolor",
"jszip"
"typy"
]
},
"configurations": {
Expand Down
Loading

0 comments on commit 0151172

Please sign in to comment.