Skip to content

Commit 9e24558

Browse files
committed
upgrade dependencies
1 parent 771eb84 commit 9e24558

File tree

4 files changed

+2944
-2896
lines changed

4 files changed

+2944
-2896
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 11.9.0
1+
nodejs 12.6.0

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- v11.9.0
3+
- v12.6.0
44
before_install:
55
- curl -o- -L https://yarnpkg.com/install.sh | bash
66
- export PATH="$HOME/.yarn/bin:$PATH"
@@ -11,3 +11,4 @@ script:
1111
- yarn install
1212
- yarn lint
1313
- yarn test --coverage
14+
- yarn audit

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
"dependencies": {
77
"beta-code-js": "^1.0.6",
88
"bootstrap": "^4.3.1",
9-
"eslint-config-airbnb": "^17.1.0",
10-
"eslint-plugin-jest": "^22.3.0",
9+
"eslint-config-airbnb": "^17.1.1",
10+
"eslint-plugin-jest": "^22.7.2",
1111
"gh-pages": "^2.0.1",
12-
"perseids-react-components": "^0.0.10",
12+
"perseids-react-components": "^0.1.1",
1313
"prop-types": "^15.7.2",
14-
"react": "^16.8.3",
15-
"react-clipboard.js": "^2.0.5",
16-
"react-dom": "^16.8.3",
17-
"react-router-dom": "^4.3.1",
18-
"react-scripts": "2.1.5",
19-
"typeface-tinos": "^0.0.54"
14+
"react": "^16.8.6",
15+
"react-clipboard.js": "^2.0.13",
16+
"react-dom": "^16.8.6",
17+
"react-router-dom": "^5.0.1",
18+
"react-scripts": "3.0.1",
19+
"typeface-tinos": "^0.0.72"
2020
},
2121
"scripts": {
2222
"deploy": "yarn deploy-github && yarn deploy-perseids",

0 commit comments

Comments
 (0)