Skip to content

Commit 2827d68

Browse files
committed
upgrade packages
1 parent 530e301 commit 2827d68

File tree

3 files changed

+141
-143
lines changed

3 files changed

+141
-143
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ node_js:
55
before_install:
66
- curl -o- -L https://yarnpkg.com/install.sh | bash
77
- source ~/.bashrc
8-
cache: yarn
98
branches:
109
except:
1110
- gh-pages

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"@babel/preset-env": "^7.2.3",
5959
"@babel/preset-react": "^7.0.0",
6060
"@babel/preset-typescript": "^7.1.0",
61-
"@types/jest": "^23.3.12",
62-
"@types/react": "^16.7.18",
61+
"@types/jest": "^23.3.13",
62+
"@types/react": "^16.7.20",
6363
"@types/react-dom": "^16.0.11",
6464
"babel-core": "^7.0.0-bridge.0",
6565
"babel-jest": "^23.6.0",
@@ -69,21 +69,21 @@
6969
"gh-pages": "^2.0.1",
7070
"jest": "^23.6.0",
7171
"pre-commit": "^1.2.2",
72-
"prettier": "^1.15.3",
72+
"prettier": "^1.16.0",
7373
"prop-types": "^15.6.2",
7474
"react": "^16.7.0",
7575
"react-dom": "^16.7.0",
7676
"react-testing-library": "^5.4.4",
7777
"rimraf": "^2.6.3",
78-
"rollup": "^1.1.0",
79-
"rollup-plugin-babel": "^4.3.0",
78+
"rollup": "^1.1.2",
79+
"rollup-plugin-babel": "^4.3.2",
8080
"rollup-plugin-node-resolve": "^4.0.0",
8181
"rollup-plugin-size-snapshot": "^0.8.0",
8282
"tslint": "^5.12.1",
8383
"tslint-config-prettier": "^1.17.0",
8484
"tslint-eslint-rules": "^5.4.0",
8585
"tslint-plugin-prettier": "^2.0.1",
8686
"tslint-react": "^3.6.0",
87-
"typescript": "^3.2.2"
87+
"typescript": "^3.2.4"
8888
}
8989
}

0 commit comments

Comments
 (0)