File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ npm start
21
21
22
22
## Changelog
23
23
24
+ ### 1.1.0
25
+ * Added css modules support
26
+
24
27
### 1.0.5
25
28
* Added action, reducer and reducer's test example
26
29
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-scripts-redux-ts" ,
3
- "version" : " 1.0.7 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"description" : " Configuration and scripts for Create React App." ,
5
5
"repository" : " diabelb/create-react-app-typescript-redux" ,
6
6
"license" : " BSD-3-Clause" ,
64
64
"webpack" : " 3.8.1" ,
65
65
"webpack-dev-server" : " 2.9.4" ,
66
66
"webpack-manifest-plugin" : " 1.3.2" ,
67
- "whatwg-fetch" : " 2.0.3"
67
+ "whatwg-fetch" : " 2.0.3" ,
68
+ "typings-for-css-modules-loader" : " ^1.7.0"
68
69
},
69
70
"devDependencies" : {
70
71
"@types/history" : " ^4.6.2" ,
73
74
"@types/react-redux" : " ^5.0.14" ,
74
75
"@types/redux" : " ^3.6.0" ,
75
76
"@types/redux-thunk" : " ^2.1.0" ,
76
- "typescript" : " ^2.6.2" ,
77
- "typings-for-css-modules-loader" : " ^1.7.0"
77
+ "typescript" : " ^2.6.2"
78
78
},
79
79
"peerDependencies" : {
80
80
"typescript" : " 2.x"
You can’t perform that action at this time.
0 commit comments