Skip to content

Commit 4f1a2f3

Browse files
authoredMay 31, 2020
chore: bump dependencies for v3 (#1595)
* fix: bump dependencies * chore: ignore devDependencies * chore: use a semver range rather than the exact version
1 parent ab910df commit 4f1a2f3

File tree

2 files changed

+34
-28
lines changed

2 files changed

+34
-28
lines changed
 

‎package-lock.json

+23-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -113,17 +113,17 @@
113113
}
114114
},
115115
"dependencies": {
116-
"chalk": "2.4.2",
117-
"cross-spawn": "6.0.5",
118-
"enhanced-resolve": "4.1.0",
119-
"findup-sync": "3.0.0",
120-
"global-modules": "2.0.0",
121-
"import-local": "2.0.0",
122-
"interpret": "1.2.0",
123-
"loader-utils": "1.2.3",
124-
"supports-color": "6.1.0",
125-
"v8-compile-cache": "2.0.3",
126-
"yargs": "13.2.4"
116+
"chalk": "^2.4.2",
117+
"cross-spawn": "^6.0.5",
118+
"enhanced-resolve": "^4.1.0",
119+
"findup-sync": "^3.0.0",
120+
"global-modules": "^2.0.0",
121+
"import-local": "^2.0.0",
122+
"interpret": "^1.2.0",
123+
"loader-utils": "^1.4.0",
124+
"supports-color": "^6.1.0",
125+
"v8-compile-cache": "^2.0.3",
126+
"yargs": "^13.2.4"
127127
},
128128
"peerDependencies": {
129129
"webpack": "4.x.x"

0 commit comments

Comments
 (0)
Please sign in to comment.