Skip to content

Commit 753ea4e

Browse files
committed
Deps
1 parent 2befa35 commit 753ea4e

File tree

4 files changed

+2646
-2624
lines changed

4 files changed

+2646
-2624
lines changed
File renamed without changes.

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -15,37 +15,37 @@
1515
},
1616
"dependencies": {
1717
"axios": "0.19.2",
18-
"dayjs": "1.8.19",
19-
"next": "9.2.0",
20-
"next-offline": "^5.0.0-beta.11",
21-
"react": "16.12.0",
22-
"react-dom": "16.12.0",
23-
"react-redux": "7.1.3",
18+
"dayjs": "1.8.27",
19+
"next": "9.4.1",
20+
"next-offline": "^5.0.2",
21+
"react": "16.13.1",
22+
"react-dom": "16.13.1",
23+
"react-redux": "7.2.0",
2424
"redux": "^4.0.5",
2525
"redux-thunk": "^2.3.0",
26-
"styled-components": "5.0.0"
26+
"styled-components": "5.1.0"
2727
},
2828
"devDependencies": {
29-
"@types/node": "13.5.0",
30-
"@types/react": "16.9.19",
31-
"@types/react-dom": "16.9.5",
32-
"@types/styled-components": "4.4.2",
33-
"@typescript-eslint/eslint-plugin": "^2.17.0",
34-
"@typescript-eslint/parser": "^2.17.0",
35-
"babel-plugin-styled-components": "^1.10.6",
36-
"eslint": "^6.8.0",
37-
"eslint-config-airbnb": "^18.0.1",
38-
"eslint-config-prettier": "^6.9.0",
39-
"eslint-config-react-app": "^5.1.0",
40-
"eslint-plugin-import": "^2.20.0",
41-
"eslint-plugin-jest": "^23.6.0",
29+
"@types/node": "14.0.1",
30+
"@types/react": "16.9.35",
31+
"@types/react-dom": "16.9.8",
32+
"@types/styled-components": "5.1.0",
33+
"@typescript-eslint/eslint-plugin": "^2.33.0",
34+
"@typescript-eslint/parser": "^2.33.0",
35+
"babel-plugin-styled-components": "^1.10.7",
36+
"eslint": "^7.0.0",
37+
"eslint-config-airbnb": "^18.1.0",
38+
"eslint-config-prettier": "^6.11.0",
39+
"eslint-config-react-app": "^5.2.1",
40+
"eslint-plugin-import": "^2.20.2",
41+
"eslint-plugin-jest": "^23.13.1",
4242
"eslint-plugin-jsx-a11y": "^6.2.3",
43-
"eslint-plugin-prettier": "^3.1.2",
44-
"eslint-plugin-react": "^7.18.0",
45-
"eslint-plugin-react-hooks": "^2.3.0",
46-
"prettier": "^1.19.1",
43+
"eslint-plugin-prettier": "^3.1.3",
44+
"eslint-plugin-react": "^7.20.0",
45+
"eslint-plugin-react-hooks": "^4.0.2",
46+
"prettier": "^2.0.5",
4747
"prettier-eslint-cli": "^5.0.0",
4848
"serve": "11.3.0",
49-
"typescript": "3.7.5"
49+
"typescript": "3.9.2"
5050
}
5151
}

now.json renamed to vercel.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,5 @@
1010
}
1111
}
1212
],
13-
"builds": [
14-
{
15-
"src": "next.config.js",
16-
"use": "@now/next"
17-
}
18-
]
13+
"builds": [{ "src": "next.config.js", "use": "@now/next" }]
1914
}

0 commit comments

Comments
 (0)