mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Make lerna always use exact version when updating packages
This commit is contained in:
parent
02e44d13a9
commit
0949b4dd1a
|
@ -5,6 +5,9 @@
|
||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
"command": {
|
"command": {
|
||||||
|
"version": {
|
||||||
|
"exact": true
|
||||||
|
},
|
||||||
"publish": {
|
"publish": {
|
||||||
"npmClient": "npm",
|
"npmClient": "npm",
|
||||||
"allowBranch": "canary",
|
"allowBranch": "canary",
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
"@babel/template": "7.1.2",
|
"@babel/template": "7.1.2",
|
||||||
"ansi-html": "0.0.7",
|
"ansi-html": "0.0.7",
|
||||||
"arg": "3.0.0",
|
"arg": "3.0.0",
|
||||||
"async-sema": "^2.1.4",
|
"async-sema": "2.1.4",
|
||||||
"autodll-webpack-plugin": "0.4.2",
|
"autodll-webpack-plugin": "0.4.2",
|
||||||
"babel-core": "7.0.0-bridge.0",
|
"babel-core": "7.0.0-bridge.0",
|
||||||
"babel-loader": "8.0.2",
|
"babel-loader": "8.0.2",
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
"loader-utils": "1.1.0",
|
"loader-utils": "1.1.0",
|
||||||
"mkdirp-then": "1.2.0",
|
"mkdirp-then": "1.2.0",
|
||||||
"nanoid": "1.2.1",
|
"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": "15.6.2",
|
||||||
"prop-types-exact": "1.2.0",
|
"prop-types-exact": "1.2.0",
|
||||||
"react-error-overlay": "4.0.0",
|
"react-error-overlay": "4.0.0",
|
||||||
|
|
Loading…
Reference in a new issue