Skip to content

Commit 40f167c

Browse files
phryneaspiotr-oles
authored andcommitted
Revert "fix: add @types dependencies for tapable + webpack"
This reverts commit 4ed5e63.
1 parent 5582911 commit 40f167c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@
9898
]
9999
},
100100
"dependencies": {
101-
"@types/tapable": "^1.0.4",
102-
"@types/webpack": "^4.4.19",
103101
"babel-code-frame": "^6.22.0",
104102
"chalk": "^2.4.1",
105103
"chokidar": "^2.0.4",
@@ -117,6 +115,7 @@
117115
"@types/minimatch": "^3.0.1",
118116
"@types/node": "^8.10.38",
119117
"@types/semver": "^5.5.0",
118+
"@types/webpack": "^4.4.19",
120119
"chai": "^4.2.0",
121120
"commitlint": "^7.5.2",
122121
"css-loader": "0.28.11",

yarn.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,10 +381,9 @@
381381
version "5.5.0"
382382
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-5.5.0.tgz#146c2a29ee7d3bae4bf2fcb274636e264c813c45"
383383

384-
"@types/tapable@*", "@types/tapable@^1.0.4":
384+
"@types/tapable@*":
385385
version "1.0.4"
386386
resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.4.tgz#b4ffc7dc97b498c969b360a41eee247f82616370"
387-
integrity sha512-78AdXtlhpCHT0K3EytMpn4JNxaf5tbqbLcbIRoQIHzpTIyjpxLQKRoxU55ujBXAtg3Nl2h/XWvfDa9dsMOd0pQ==
388387

389388
"@types/uglify-js@*":
390389
version "3.0.4"

0 commit comments

Comments
 (0)