Skip to content

Commit aad49b9

Browse files
committed
chore: update adminjs package
1 parent 15b4a5f commit aad49b9

File tree

4 files changed

+148
-9142
lines changed

4 files changed

+148
-9142
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -35,36 +35,36 @@
3535
"author": "Artem Zabolotnyi <[email protected]>",
3636
"license": "MIT",
3737
"peerDependencies": {
38-
"adminjs": "^3.3.1",
38+
"adminjs": "^5.0.0",
3939
"typeorm": ">=0.2.28"
4040
},
4141
"optionalDependencies": {},
4242
"devDependencies": {
43+
"@commitlint/cli": "^8.3.5",
44+
"@commitlint/config-conventional": "^8.3.4",
45+
"@semantic-release/git": "^9.0.0",
4346
"@types/chai": "^4.2.4",
4447
"@types/mocha": "^5.2.7",
4548
"@types/node": "12.0.10",
46-
"adminjs": "^3.3.1",
47-
"chai": "^4.2.0",
48-
"class-validator": "^0.11.0",
49-
"mocha": "^6.2.2",
50-
"pg": "^7.12.1",
51-
"ts-node": "^8.4.1",
52-
"tsconfig-paths": "^3.9.0",
5349
"@typescript-eslint/eslint-plugin": "^3.7.0",
5450
"@typescript-eslint/parser": "^3.7.0",
51+
"adminjs": "^5.0.0",
52+
"chai": "^4.2.0",
53+
"class-validator": "^0.11.0",
5554
"eslint": "^7.5.0",
5655
"eslint-config-airbnb": "^18.2.0",
5756
"eslint-plugin-import": "^2.22.0",
5857
"eslint-plugin-jsx-a11y": "^6.3.1",
5958
"eslint-plugin-react": "^7.20.3",
6059
"eslint-plugin-react-hooks": "^4.0.8",
61-
"typeorm": "^0.2.28",
62-
"typescript": "^4.0.3",
60+
"husky": "^4.2.5",
61+
"mocha": "^6.2.2",
62+
"pg": "^7.12.1",
6363
"semantic-release": "^17.0.7",
64-
"@semantic-release/git": "^9.0.0",
6564
"semantic-release-slack-bot": "^1.6.2",
66-
"husky": "^4.2.5",
67-
"@commitlint/cli": "^8.3.5",
68-
"@commitlint/config-conventional": "^8.3.4"
65+
"ts-node": "^8.4.1",
66+
"tsconfig-paths": "^3.9.0",
67+
"typeorm": "^0.2.28",
68+
"typescript": "^4.0.3"
6969
}
7070
}

tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"es2018",
77
"DOM"
88
],
9+
"skipLibCheck": true,
910
"sourceMap": true,
1011
"noImplicitAny": false,
1112
"strictNullChecks": true,

0 commit comments

Comments
 (0)