Skip to content

Commit f86914f

Browse files
committed
chore: temporarily use beta adminjs
1 parent 292509f commit f86914f

File tree

3 files changed

+1993
-1862
lines changed

3 files changed

+1993
-1862
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"adminjs": "^6.0.0"
2828
},
2929
"devDependencies": {
30-
"@adminjs/design-system": "^3.1.0",
30+
"@adminjs/design-system": "^4.0.0-beta-v4.1",
3131
"@commitlint/cli": "^17.4.4",
3232
"@commitlint/config-conventional": "^17.4.4",
3333
"@semantic-release/git": "^10.0.1",
@@ -36,7 +36,7 @@
3636
"@types/xml2js": "^0.4.11",
3737
"@typescript-eslint/eslint-plugin": "^5.56.0",
3838
"@typescript-eslint/parser": "^5.56.0",
39-
"adminjs": "^6.0.0",
39+
"adminjs": "^7.0.0-beta-v7.1",
4040
"date-fns": "^2.29.3",
4141
"eslint": "^8.36.0",
4242
"eslint-config-prettier": "^8.8.0",

src/exporter.type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export const Exporters = ['csv', 'json', 'xml'] as const;
22

3-
export type ExporterType = typeof Exporters[number];
3+
export type ExporterType = (typeof Exporters)[number];

0 commit comments

Comments
 (0)