File tree Expand file tree Collapse file tree 2 files changed +11
-17
lines changed Expand file tree Collapse file tree 2 files changed +11
-17
lines changed Original file line number Diff line number Diff line change 35
35
"sass-loader" : " 6.0.6" ,
36
36
"source-list-map" : " 2.0.0" ,
37
37
"style-loader" : " 0.20.1" ,
38
- "typewiz" : " ^0.7.0" ,
38
+ "typewiz" : " ^0.7.1" ,
39
+ "typewiz-webpack" : " ^0.4.0" ,
39
40
"uglify-js" : " 3.3.9" ,
40
41
"url-loader" : " 0.6.2" ,
41
42
"walk-sync" : " ^0.3.2" ,
55
56
"react-router-dom" : " 4.2.2" ,
56
57
"react-transition-group" : " 2.2.1" ,
57
58
"reactstrap" : " 5.0.0-beta" ,
58
- "simple-line-icons" : " 2.4.1" ,
59
- "typewiz-webpack" : " ^0.3.3"
59
+ "simple-line-icons" : " 2.4.1"
60
60
},
61
61
"scripts" : {
62
62
"dev" : " webpack -d --progress --watch --profile --json > compilation-stats.json --env.dev" ,
68
68
"node" : " >= 8.9.4" ,
69
69
"npm" : " >= 5.6.0"
70
70
}
71
- }
71
+ }
Original file line number Diff line number Diff line change @@ -5813,22 +5813,16 @@ typescript@^2.4.2:
5813
5813
version "2.8.1"
5814
5814
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.1.tgz#6160e4f8f195d5ba81d4876f9c0cc1fbc0820624"
5815
5815
5816
- typewiz-webpack@^0.3.3 :
5817
- version "0.3.3 "
5818
- resolved "https://registry.yarnpkg.com/typewiz-webpack/-/typewiz-webpack-0.3.3 .tgz#3eb41c4e8bf91528eeaffcd97b1cd790eb0ed5a0 "
5816
+ typewiz-webpack@^0.4.0 :
5817
+ version "0.4.0 "
5818
+ resolved "https://registry.yarnpkg.com/typewiz-webpack/-/typewiz-webpack-0.4.0 .tgz#ad8b93d1d6f2c461b62fe0db653ffc563af2f32b "
5819
5819
dependencies :
5820
- typewiz "^0.5 .0"
5820
+ typewiz "^0.7 .0"
5821
5821
webpack-sources "^1.1.0"
5822
5822
5823
- typewiz@^0.5.0 :
5824
- version "0.5.0"
5825
- resolved "https://registry.yarnpkg.com/typewiz/-/typewiz-0.5.0.tgz#1a8bfdc41d6bb0b52a772fbc949efdcb8dd07702"
5826
- dependencies :
5827
- typescript "^2.4.2"
5828
-
5829
- typewiz@^0.7.0 :
5830
- version "0.7.0"
5831
- resolved "https://registry.yarnpkg.com/typewiz/-/typewiz-0.7.0.tgz#e7bbcee3b3cdba6a3f1ce4bd9fc9bd70b9ff7c02"
5823
+ typewiz@^0.7.1 :
5824
+ version "0.7.1"
5825
+ resolved "https://registry.yarnpkg.com/typewiz/-/typewiz-0.7.1.tgz#f85151895e9bb1f0958e1e0d833cd4d35fcc7907"
5832
5826
dependencies :
5833
5827
typescript "^2.4.2"
5834
5828
You can’t perform that action at this time.
0 commit comments