Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 1482ac8

Browse files
Carlos FrancoAlorel
Carlos Franco
authored andcommitted
chore: Update to support Angular 14 using localforage 1.10.0
Closes #308 BREAKING CHANGE: Depend on Angular 14 & localforage 1.10
1 parent 333595b commit 1482ac8

File tree

9 files changed

+8693
-6482
lines changed

9 files changed

+8693
-6482
lines changed

.idea/active-tab-highlighter.xml

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
"build": {
2121
"builder": "@angular-devkit/build-angular:browser",
2222
"options": {
23+
"allowedCommonJsDependencies": [
24+
"localforage",
25+
"lazy-get-decorator"
26+
],
2327
"outputPath": "dist/demo",
2428
"index": "demo/index.html",
2529
"main": "demo/main.ts",
@@ -114,6 +118,5 @@
114118
}
115119
}
116120
}
117-
},
118-
"defaultProject": "ngforage"
121+
}
119122
}

0 commit comments

Comments
 (0)