chore(deps): upgrade lerna to v4

This commit is contained in:
Mrugesh Mohapatra
2021-03-10 23:29:58 +05:30
committed by Mrugesh Mohapatra
parent 4dd4865b94
commit 0a53a1d7f0
11 changed files with 9393 additions and 4422 deletions

View File

@ -76,5 +76,8 @@
}, },
"resolutions": { "resolutions": {
"babel-core": "7.0.0-bridge.0" "babel-core": "7.0.0-bridge.0"
},
"engines": {
"node": ">= 14.0.0"
} }
} }

View File

@ -121,5 +121,8 @@
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default" "url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"engines": {
"node": ">= 14.0.0"
} }
} }

View File

@ -1,5 +1,8 @@
{ {
"name": "fcc-source-challenges", "name": "fcc-source-challenges",
"private": true, "private": true,
"version": "0.0.1" "version": "0.0.1",
"engines": {
"node": ">= 14.0.0"
}
} }

View File

@ -1,5 +1,8 @@
{ {
"name": "gatsby-plugin-node-identity", "name": "gatsby-plugin-node-identity",
"private": true, "private": true,
"version": "0.0.1" "version": "0.0.1",
"engines": {
"node": ">= 14.0.0"
}
} }

View File

@ -59,5 +59,8 @@
"string-similarity": "^4.0.2", "string-similarity": "^4.0.2",
"unist-util-visit": "^2.0.3", "unist-util-visit": "^2.0.3",
"vfile": "^4.2.0" "vfile": "^4.2.0"
},
"engines": {
"node": ">= 14.0.0"
} }
} }

13782
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -86,7 +86,7 @@
"jest": "^24.9.0", "jest": "^24.9.0",
"jest-dom": "^4.0.0", "jest-dom": "^4.0.0",
"js-yaml": "^3.14.0", "js-yaml": "^3.14.0",
"lerna": "^3.22.1", "lerna": "^4.0.0",
"lint-staged": "^8.2.1", "lint-staged": "^8.2.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"markdownlint": "^0.21.0", "markdownlint": "^0.21.0",

View File

@ -29,5 +29,8 @@
], ],
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
},
"engines": {
"node": ">= 14.0.0"
} }
} }

View File

@ -36,5 +36,8 @@
"unist-util-remove": "^2.0.0", "unist-util-remove": "^2.0.0",
"unist-util-visit": "^2.0.3", "unist-util-visit": "^2.0.3",
"unist-util-visit-children": "^1.1.4" "unist-util-visit-children": "^1.1.4"
},
"engines": {
"node": ">= 14.0.0"
} }
} }

View File

@ -21,5 +21,8 @@
"debug": "^4.0.1", "debug": "^4.0.1",
"dotenv": "^6.0.0", "dotenv": "^6.0.0",
"jest": "^24.9.0" "jest": "^24.9.0"
},
"engines": {
"node": ">= 14.0.0"
} }
} }

View File

@ -23,5 +23,8 @@
"jest": "^24.9.0", "jest": "^24.9.0",
"lodash": "^4.17.19", "lodash": "^4.17.19",
"mongodb": "^3.5.5" "mongodb": "^3.5.5"
},
"engines": {
"node": ">= 14.0.0"
} }
} }