Skip to content

Commit

Permalink
chore: bump dependencies for v3 (#1595)
Browse files Browse the repository at this point in the history
* fix: bump dependencies

* chore: ignore devDependencies

* chore: use a semver range rather than the exact version
  • Loading branch information
jamesgeorge007 committed May 31, 2020
1 parent ab910df commit 4f1a2f3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 28 deletions.
40 changes: 23 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -113,17 +113,17 @@
}
},
"dependencies": {
"chalk": "2.4.2",
"cross-spawn": "6.0.5",
"enhanced-resolve": "4.1.0",
"findup-sync": "3.0.0",
"global-modules": "2.0.0",
"import-local": "2.0.0",
"interpret": "1.2.0",
"loader-utils": "1.2.3",
"supports-color": "6.1.0",
"v8-compile-cache": "2.0.3",
"yargs": "13.2.4"
"chalk": "^2.4.2",
"cross-spawn": "^6.0.5",
"enhanced-resolve": "^4.1.0",
"findup-sync": "^3.0.0",
"global-modules": "^2.0.0",
"import-local": "^2.0.0",
"interpret": "^1.2.0",
"loader-utils": "^1.4.0",
"supports-color": "^6.1.0",
"v8-compile-cache": "^2.0.3",
"yargs": "^13.2.4"
},
"peerDependencies": {
"webpack": "4.x.x"
Expand Down

0 comments on commit 4f1a2f3

Please sign in to comment.