Skip to content

Commit 7b28446

Browse files
committed
chore: use adminjs v5.3.1+
1 parent 228f0df commit 7b28446

3 files changed

Lines changed: 4079 additions & 4430 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"peerDependencies": {
23-
"adminjs": "^5.2.0",
23+
"adminjs": "^5.3.1",
2424
"@adminjs/design-system": "^2.0.2"
2525
},
2626
"devDependencies": {
@@ -31,7 +31,7 @@
3131
"@types/jest": "^26.0.14",
3232
"@typescript-eslint/eslint-plugin": "^3.7.0",
3333
"@typescript-eslint/parser": "^3.7.0",
34-
"adminjs": "^5.2.0",
34+
"adminjs": "^5.3.1",
3535
"eslint": "^7.5.0",
3636
"eslint-config-prettier": "^6.10.1",
3737
"eslint-plugin-import": "^2.22.0",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"baseUrl": "./",
1616
"outDir": "lib",
1717
"declarationDir": "types",
18+
"skipLibCheck": true,
1819
"allowSyntheticDefaultImports": true
1920
},
2021
"exclude": ["test", "lib", "types"]

0 commit comments

Comments
 (0)