Skip to content

Commit 45f322b

Browse files
committed
fix: upgrade typewiz/typewiz-webpack to latest
1 parent 68256b0 commit 45f322b

File tree

2 files changed

+11
-17
lines changed

2 files changed

+11
-17
lines changed

React_Full_Project/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"sass-loader": "6.0.6",
3636
"source-list-map": "2.0.0",
3737
"style-loader": "0.20.1",
38-
"typewiz": "^0.7.0",
38+
"typewiz": "^0.7.1",
39+
"typewiz-webpack": "^0.4.0",
3940
"uglify-js": "3.3.9",
4041
"url-loader": "0.6.2",
4142
"walk-sync": "^0.3.2",
@@ -55,8 +56,7 @@
5556
"react-router-dom": "4.2.2",
5657
"react-transition-group": "2.2.1",
5758
"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"
6060
},
6161
"scripts": {
6262
"dev": "webpack -d --progress --watch --profile --json > compilation-stats.json --env.dev",
@@ -68,4 +68,4 @@
6868
"node": ">= 8.9.4",
6969
"npm": ">= 5.6.0"
7070
}
71-
}
71+
}

React_Full_Project/yarn.lock

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5813,22 +5813,16 @@ typescript@^2.4.2:
58135813
version "2.8.1"
58145814
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.1.tgz#6160e4f8f195d5ba81d4876f9c0cc1fbc0820624"
58155815

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"
58195819
dependencies:
5820-
typewiz "^0.5.0"
5820+
typewiz "^0.7.0"
58215821
webpack-sources "^1.1.0"
58225822

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"
58325826
dependencies:
58335827
typescript "^2.4.2"
58345828

0 commit comments

Comments
 (0)