chore(deps): upgrade lerna to v4
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
4dd4865b94
commit
0a53a1d7f0
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -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
13782
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||||
|
@ -29,5 +29,8 @@
|
|||||||
],
|
],
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 14.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user