1
Fork 0

update dependencies

This commit is contained in:
Conduitry 2021-06-14 17:43:35 -04:00
parent 32c895ac6d
commit 30f4fd0a29

30
package-lock.json generated
View file

@ -1,11 +1,33 @@
{
"name": "userscripts",
"lockfileVersion": 2,
"requires": true,
"lockfileVersion": 1,
"packages": {
"": {
"devDependencies": {
"@conduitry/eslint-config": "git+https://chor.date/eslint-config"
}
},
"node_modules/@conduitry/eslint-config": {
"version": "0.0.0",
"resolved": "git+https://chor.date/eslint-config#bcfdb94f878d4da8bf0a141c61367eaf14594caa",
"dev": true,
"peerDependencies": {
"eslint": ">=6"
},
"peerDependenciesMeta": {
"eslint": {
"optional": true
}
}
}
},
"dependencies": {
"@conduitry/eslint-config": {
"version": "git+https://chor.date/eslint-config#629ff643edad56a6700d4acc3d90948c58a4fc09",
"from": "git+https://chor.date/eslint-config",
"dev": true
"version": "git+https://chor.date/eslint-config#bcfdb94f878d4da8bf0a141c61367eaf14594caa",
"dev": true,
"from": "@conduitry/eslint-config@git+https://chor.date/eslint-config",
"requires": {}
}
}
}