update deps

This commit is contained in:
Alex Kalyvitis 2020-06-18 18:43:30 +02:00
parent 3ff198f23b
commit f9768ac4ba
384 changed files with 13733 additions and 26207 deletions

View file

@ -1,53 +1,23 @@
{
"_args": [
[
"arrify@1.0.1",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "arrify@1.0.1",
"_id": "arrify@1.0.1",
"_inBundle": false,
"_integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=",
"_location": "/@concordance/react/arrify",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "arrify@1.0.1",
"name": "arrify",
"escapedName": "arrify",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
},
"_requiredBy": [
"/@concordance/react"
],
"_resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"name": "arrify",
"version": "1.0.1",
"description": "Convert a value to an array",
"license": "MIT",
"repository": "sindresorhus/arrify",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/arrify/issues"
},
"description": "Convert a value to an array",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/arrify#readme",
"keywords": [
"array",
"arr",
@ -56,14 +26,12 @@
"convert",
"value"
],
"license": "MIT",
"name": "arrify",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/arrify.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.0.1"
}
"devDependencies": {
"ava": "*",
"xo": "*"
}
,"_resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz"
,"_integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0="
,"_from": "arrify@1.0.1"
}

View file

@ -1,63 +1,39 @@
{
"_args": [
[
"@concordance/react@2.0.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
"name": "@concordance/react",
"version": "2.0.0",
"description": "Compare, format, diff and serialize React trees with Concordance",
"main": "index.js",
"files": [
"lib",
"index.js"
],
"_development": true,
"_from": "@concordance/react@2.0.0",
"_id": "@concordance/react@2.0.0",
"_inBundle": false,
"_integrity": "sha512-huLSkUuM2/P+U0uy2WwlKuixMsTODD8p4JVQBI4VKeopkiN0C7M3N9XYVawb4M+4spN5RrO/eLhk7KoQX6nsfA==",
"_location": "/@concordance/react",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@concordance/react@2.0.0",
"name": "@concordance/react",
"escapedName": "@concordance%2freact",
"scope": "@concordance",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
"engines": {
"node": ">=6.12.3 <7 || >=8.9.4 <9 || >=10.0.0"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/@concordance/react/-/react-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"as-i-preach": {
"allowDevDependencies": [
"test/**/*.js",
"test/**/*.jsx"
],
"ignore": [
"test/fixtures/react/*.js"
]
"scripts": {
"build:fixtures": "babel --presets=module:@babel/preset-react,module:ava/stage-4 --out-dir=test/fixtures/react --extensions=.jsx test/fixtures/react",
"lint": "as-i-preach",
"pretest": "npm run -s build:fixtures",
"test": "npm run -s lint && nyc ava"
},
"author": {
"name": "Mark Wubben",
"url": "https://novemberborn.net/"
},
"ava": {
"babel": {
"testOptions": {
"presets": [
"module:@babel/preset-react"
]
}
}
"repository": {
"type": "git",
"url": "git+https://github.com/concordancejs/react.git"
},
"author": "Mark Wubben (https://novemberborn.net/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/concordancejs/react/issues"
},
"homepage": "https://github.com/concordancejs/react#readme",
"keywords": [
"concordance-plugin",
"concordance",
"react"
],
"dependencies": {
"arrify": "^1.0.1"
},
"description": "Compare, format, diff and serialize React trees with Concordance",
"devDependencies": {
"@babel/cli": "^7.1.0",
"@babel/core": "^7.1.0",
@ -70,22 +46,24 @@
"react": "^16.5.2",
"react-test-renderer": "^16.5.2"
},
"engines": {
"node": ">=6.12.3 <7 || >=8.9.4 <9 || >=10.0.0"
"as-i-preach": {
"allowDevDependencies": [
"test/**/*.js",
"test/**/*.jsx"
],
"ignore": [
"test/fixtures/react/*.js"
]
},
"ava": {
"babel": {
"testOptions": {
"presets": [
"module:@babel/preset-react"
]
}
}
},
"files": [
"lib",
"index.js"
],
"homepage": "https://github.com/concordancejs/react#readme",
"keywords": [
"concordance-plugin",
"concordance",
"react"
],
"license": "ISC",
"main": "index.js",
"name": "@concordance/react",
"nyc": {
"reporter": [
"html",
@ -93,16 +71,9 @@
"text"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/concordancejs/react.git"
},
"scripts": {
"build:fixtures": "babel --presets=module:@babel/preset-react,module:ava/stage-4 --out-dir=test/fixtures/react --extensions=.jsx test/fixtures/react",
"lint": "as-i-preach",
"pretest": "npm run -s build:fixtures",
"test": "npm run -s lint && nyc ava"
},
"standard-engine": "@novemberborn/as-i-preach",
"version": "2.0.0"
}
"standard-engine": "@novemberborn/as-i-preach"
,"_resolved": "https://registry.npmjs.org/@concordance/react/-/react-2.0.0.tgz"
,"_integrity": "sha512-huLSkUuM2/P+U0uy2WwlKuixMsTODD8p4JVQBI4VKeopkiN0C7M3N9XYVawb4M+4spN5RrO/eLhk7KoQX6nsfA=="
,"_from": "@concordance/react@2.0.0"
}