Skip to content

Commit 6222b52

Browse files
Merge pull request #20 from app-generator/evolution1/deps-update
Evolution 1# - Deps Update
2 parents 26da74c + a0a0af4 commit 6222b52

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

.env

Lines changed: 0 additions & 4 deletions
This file was deleted.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ npm-debug.log*
77
yarn-debug.log*
88
yarn-error.log*
99

10-
*.db
10+
*.db
11+
.env

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "src/index",
88
"build": {
99
"yarn": "v16.13.0,v17.0.0,v18.0.0"
10-
},
10+
},
1111
"scripts": {
1212
"start": "pm2 start production.config.json",
1313
"start-no-daemon": "pm2 start production.config.json --no-daemon",
@@ -50,9 +50,9 @@
5050
"eslint": "^7.31.0",
5151
"eslint-config-airbnb-typescript": "^12.3.1",
5252
"eslint-plugin-import": "^2.23.4",
53-
"jest": "^27.0.6",
53+
"jest": "^29.3.1",
5454
"supertest": "^6.1.3",
55-
"ts-jest": "^28.0.3",
55+
"ts-jest": "^29.0.3",
5656
"ts-node": "10.8.0",
5757
"ts-node-dev": "2.0.0",
5858
"typescript": "^4.3.5"

0 commit comments

Comments
 (0)