Skip to content

Commit

Permalink
Make lerna always use exact version when updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Jan 21, 2019
1 parent 02e44d1 commit 0949b4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"packages/*"
],
"command": {
"version": {
"exact": true
},
"publish": {
"npmClient": "npm",
"allowBranch": "canary",
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@babel/template": "7.1.2",
"ansi-html": "0.0.7",
"arg": "3.0.0",
"async-sema": "^2.1.4",
"async-sema": "2.1.4",
"autodll-webpack-plugin": "0.4.2",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "8.0.2",
Expand All @@ -71,7 +71,7 @@
"loader-utils": "1.1.0",
"mkdirp-then": "1.2.0",
"nanoid": "1.2.1",
"next-server": "^8.0.0-canary.9",
"next-server": "8.0.0-canary.9",
"prop-types": "15.6.2",
"prop-types-exact": "1.2.0",
"react-error-overlay": "4.0.0",
Expand Down

0 comments on commit 0949b4d

Please sign in to comment.