Skip to content

Commit 879f3c0

Browse files
committed
Polish
1 parent 457af2b commit 879f3c0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -120,16 +120,16 @@ source
120120

121121
| ライブラリ | バージョン | 用途/追加理由 |
122122
| ----------------------- | -------- | ------------- |
123-
| `react`          | 15.5.+ | アプリケーションの UI 機能を提供 |
124-
| `react-dom`        | 15.5.+ | アプリケーションの UI 機能 ( DOM ) を提供 |
125-
| `react-router` | 3.0.+ | React.js の SPA ルーティングサポート |
126-
| `react-tap-event-plugin` | 2.0.+ | タップ操作のサポート |
127-
| `redux` | 3.6.+ | Flux 風な状態/イベント概念をサポート |
128-
| `react-router-redux` | 4.0.+ | Redux の状態モデルに対応した react-router |
129-
| `material-ui` | 0.17.+ | マテリアルデザインな UI ライブラリ |
123+
| `react`          | 16.2.+ | アプリケーションの UI 機能を提供 |
124+
| `react-dom`        | 16.2.+ | アプリケーションの UI 機能 ( DOM ) を提供 |
125+
| `react-router-dom` | 4.2.+ | React.js の SPA ルーティングサポート |
126+
| `react-tap-event-plugin` | 3.0.+ | タップ操作のサポート |
127+
| `redux` | 3.7.+ | Flux 風な状態/イベント概念をサポート |
128+
| `react-router-redux` | 5.0.+ | Redux の状態モデルに対応した react-router |
129+
| `material-ui` | 0.18.+ | マテリアルデザインな UI ライブラリ |
130130
| `lodash`          | 4.17.+ | 汎用ユーティリティライブラリ |
131-
| `dateformat`       | 2.0.+ | 日時ライブラリ |
132-
| `superagent` | 3.5.+ | HTTP 連携ライブラリ |
131+
| `dateformat`       | 3.0.+ | 日時ライブラリ |
132+
| `superagent` | 3.8.+ | HTTP 連携ライブラリ |
133133

134134
### License
135135

0 commit comments

Comments
 (0)