fix(plugins): move to lockfile v2
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
09be2a3b77
commit
5b49cd0a4e
@ -1,5 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "fcc-source-challenges",
|
"name": "fcc-source-challenges",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"lockfileVersion": 1
|
"lockfileVersion": 2,
|
||||||
|
"requires": true,
|
||||||
|
"packages": {
|
||||||
|
"": {
|
||||||
|
"version": "0.0.1"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "gatsby-plugin-node-identity",
|
"name": "gatsby-plugin-node-identity",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"lockfileVersion": 1
|
"lockfileVersion": 2,
|
||||||
|
"requires": true,
|
||||||
|
"packages": {
|
||||||
|
"": {
|
||||||
|
"name": "gatsby-plugin-node-identity",
|
||||||
|
"version": "0.0.1"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user