質問編集履歴

1

versionを纏める

2017/07/06 05:45

投稿

m0a
m0a

スコア708

test CHANGED
File without changes
test CHANGED
@@ -99,3 +99,39 @@
99
99
 
100
100
 
101
101
  どうすればいいのか教えてください
102
+
103
+
104
+
105
+ 開発環境は
106
+
107
+ ```
108
+
109
+ create-react-app --scripts-version=react-scripts-ts
110
+
111
+ ```
112
+
113
+ を用いて構築しております。
114
+
115
+
116
+
117
+ ```
118
+
119
+ "@types/jest": "^20.0.2",
120
+
121
+ "@types/node": "^8.0.7",
122
+
123
+ "@types/react": "^15.0.34",
124
+
125
+ "@types/react-dom": "^15.5.1",
126
+
127
+ "react": "^15.6.1",
128
+
129
+ "react-dom": "^15.6.1",
130
+
131
+ "react-redux": "^5.0.5",
132
+
133
+ "@types/react-redux": "^4.4.45",
134
+
135
+ "@types/redux": "^3.6.0",
136
+
137
+ ```