Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 257f20b

Browse filesBrowse files
committed
updated dependencies
1 parent 26da74c commit 257f20b
Copy full SHA for 257f20b

File tree

3 files changed

+9
-5
lines changed
Filter options

3 files changed

+9
-5
lines changed

‎.env

Copy file name to clipboard
+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
NODE_ENV=DEV
22
PORT=5000
33
SQLITE_PATH=./database.db
4-
SECRET="SuperS3cret_4277m"
4+
SECRET="SuperS3cret_4277m"
5+
GITHUB_OAUTH_CLIENT_ID=976e49afe450281d327b
6+
GITHUB_OAUTH_CLIENT_SECRET=ac2e17894d40b6b415c3ff3f97064bf94bb83114
7+
GITHUB_OAUTH_REDIRECT_URL=http://localhost:5000/api/sessions/oauth/github

‎.gitignore

Copy file name to clipboardExpand all lines: .gitignore
+2-1
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

Copy file name to clipboardExpand all lines: package.json
+3-3
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.