Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
NODE_VERSIONS="$(nodenv root)/versions"
export NODE_VERSIONS
export NODE_VERSION_PREFIX=""

use node
layout node
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.11.0
4 changes: 2 additions & 2 deletions issue-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
"lint-staged": "^9.4.2",
"react": "0.0.0-experimental-f42431abe",
"react-dom": "0.0.0-experimental-f42431abe",
"react-markdown": "^4.2.2",
"react-markdown": "^5",
"react-relay": "^14.0.0",
"react-router": "^5.1.2",
"react-router-config": "^5.1.1",
"react-scripts": "3.2.0",
"relay-runtime": "^14.0.0"
},
"scripts": {
Expand Down Expand Up @@ -58,6 +57,7 @@
"get-graphql-schema": "^2.1.2",
"graphql": "^15.6.1",
"prettier": "^1.18.2",
"react-scripts": "^5",
"relay-compiler": "^14.0.0"
},
"husky": {
Expand Down
2 changes: 1 addition & 1 deletion issue-tracker/src/useMutation.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function useMutation(mutation) {
}
const request = commitMutation(environment, {
...config,
onCompleted: (response) => {
onCompleted: response => {
if (!mountedRef.current) {
return;
}
Expand Down
13,230 changes: 6,795 additions & 6,435 deletions issue-tracker/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion todo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"flow-typed": "^2.6.0",
"prettier": "^2.3.0",
"relay-compiler": "^14.0.0",
"webpack": "^4.41.5",
"webpack": "^4.47.0",
"webpack-dev-server": "3.10.3"
},
"prettier": {
Expand Down
Loading