We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26da74c + a0a0af4 commit 6222b52Copy full SHA for 6222b52
3 files changed
.env
.gitignore
@@ -7,4 +7,5 @@ npm-debug.log*
7
yarn-debug.log*
8
yarn-error.log*
9
10
-*.db
+*.db
11
+.env
package.json
@@ -7,7 +7,7 @@
"main": "src/index",
"build": {
"yarn": "v16.13.0,v17.0.0,v18.0.0"
- },
+ },
"scripts": {
12
"start": "pm2 start production.config.json",
13
"start-no-daemon": "pm2 start production.config.json --no-daemon",
@@ -50,9 +50,9 @@
50
"eslint": "^7.31.0",
51
"eslint-config-airbnb-typescript": "^12.3.1",
52
"eslint-plugin-import": "^2.23.4",
53
- "jest": "^27.0.6",
+ "jest": "^29.3.1",
54
"supertest": "^6.1.3",
55
- "ts-jest": "^28.0.3",
+ "ts-jest": "^29.0.3",
56
"ts-node": "10.8.0",
57
"ts-node-dev": "2.0.0",
58
"typescript": "^4.3.5"
0 commit comments