fix(core): update

This commit is contained in:
2022-05-28 13:40:14 +02:00
parent 3d27c0fada
commit cb69bf3585
3 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web --allowimplicitany --skiplibcheck)"
"build": "(tsbuild --web --allowimplicitany)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.63",
@@ -26,7 +26,7 @@
"@pushrocks/smartpromise": "^3.1.6",
"@pushrocks/smartrx": "^2.0.25",
"fake-indexeddb": "^3.1.7",
"idb": "^7.0.1"
"idb": "7.0.1-fixed-02"
},
"browserslist": [
"last 1 chrome versions"