Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit f37e452

Browse files
committed
feat: drop react@15
BREAKING CHANGE: react 15 support is dropped
1 parent 9625be6 commit f37e452

File tree

4 files changed

+78
-84
lines changed

4 files changed

+78
-84
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ install:
3030
- ./install_react.sh
3131
env:
3232
matrix:
33-
- REACT_VERSION=15.6
3433
- REACT_VERSION=16.7
3534
- REACT_VERSION=16.8

install_react.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
22

3-
if [ "$REACT_VERSION" = "15.6" ]; then npm install react@15.6 react-dom@15.6; fi
43
if [ "$REACT_VERSION" = "16.7" ]; then npm install react@16.7 react-dom@16.7; fi
54
if [ "$REACT_VERSION" = "16.8" ]; then npm install react@16.8 react-dom@16.8; fi

0 commit comments

Comments
 (0)