update dev dependencies c8, lint-staged
This commit is contained in:
parent
647629b5a9
commit
6dca75b2ce
|
@ -16,7 +16,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"ava": "^4.0.1",
|
||||
"c8": "^7.10.0",
|
||||
"c8": "^7.11.0",
|
||||
"copy-webpack-plugin": "^10.2.0",
|
||||
"eslint": "^8.6.0",
|
||||
"eslint-plugin-ava": "^13.2.0",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"gulp-replace": "^1.1.3",
|
||||
"husky": "^7.0.4",
|
||||
"jsdom": "^19.0.0",
|
||||
"lint-staged": "^12.1.3",
|
||||
"lint-staged": "^12.1.7",
|
||||
"prettier": "2.5.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"webpack": "^5.65.0",
|
||||
|
@ -1525,9 +1525,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/c8": {
|
||||
"version": "7.10.0",
|
||||
"resolved": "https://registry.npmjs.org/c8/-/c8-7.10.0.tgz",
|
||||
"integrity": "sha512-OAwfC5+emvA6R7pkYFVBTOtI5ruf9DahffGmIqUc9l6wEh0h7iAFP6dt/V9Ioqlr2zW5avX9U9/w1I4alTRHkA==",
|
||||
"version": "7.11.0",
|
||||
"resolved": "https://registry.npmjs.org/c8/-/c8-7.11.0.tgz",
|
||||
"integrity": "sha512-XqPyj1uvlHMr+Y1IeRndC2X5P7iJzJlEJwBpCdBbq2JocXOgJfr+JVfJkyNMGROke5LfKrhSFXGFXnwnRJAUJw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@bcoe/v8-coverage": "^0.2.3",
|
||||
|
@ -5637,9 +5637,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/lint-staged": {
|
||||
"version": "12.1.3",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.3.tgz",
|
||||
"integrity": "sha512-ajapdkaFxx+MVhvq6xQRg9zCnCLz49iQLJZP7+w8XaA3U4B35Z9xJJGq9vxmWo73QTvJLG+N2NxhjWiSexbAWQ==",
|
||||
"version": "12.1.7",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.7.tgz",
|
||||
"integrity": "sha512-bltv/ejiLWtowExpjU+s5z8j1Byjg9AlmaAjMmqNbIicY69u6sYIwXGg0dCn0TlkrrY2CphtHIXAkbZ+1VoWQQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"cli-truncate": "^3.1.0",
|
||||
|
@ -10413,9 +10413,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"c8": {
|
||||
"version": "7.10.0",
|
||||
"resolved": "https://registry.npmjs.org/c8/-/c8-7.10.0.tgz",
|
||||
"integrity": "sha512-OAwfC5+emvA6R7pkYFVBTOtI5ruf9DahffGmIqUc9l6wEh0h7iAFP6dt/V9Ioqlr2zW5avX9U9/w1I4alTRHkA==",
|
||||
"version": "7.11.0",
|
||||
"resolved": "https://registry.npmjs.org/c8/-/c8-7.11.0.tgz",
|
||||
"integrity": "sha512-XqPyj1uvlHMr+Y1IeRndC2X5P7iJzJlEJwBpCdBbq2JocXOgJfr+JVfJkyNMGROke5LfKrhSFXGFXnwnRJAUJw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@bcoe/v8-coverage": "^0.2.3",
|
||||
|
@ -13662,9 +13662,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"lint-staged": {
|
||||
"version": "12.1.3",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.3.tgz",
|
||||
"integrity": "sha512-ajapdkaFxx+MVhvq6xQRg9zCnCLz49iQLJZP7+w8XaA3U4B35Z9xJJGq9vxmWo73QTvJLG+N2NxhjWiSexbAWQ==",
|
||||
"version": "12.1.7",
|
||||
"resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.7.tgz",
|
||||
"integrity": "sha512-bltv/ejiLWtowExpjU+s5z8j1Byjg9AlmaAjMmqNbIicY69u6sYIwXGg0dCn0TlkrrY2CphtHIXAkbZ+1VoWQQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"cli-truncate": "^3.1.0",
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"ava": "^4.0.1",
|
||||
"c8": "^7.10.0",
|
||||
"c8": "^7.11.0",
|
||||
"copy-webpack-plugin": "^10.2.0",
|
||||
"eslint": "^8.6.0",
|
||||
"eslint-plugin-ava": "^13.2.0",
|
||||
|
@ -40,7 +40,7 @@
|
|||
"gulp-replace": "^1.1.3",
|
||||
"husky": "^7.0.4",
|
||||
"jsdom": "^19.0.0",
|
||||
"lint-staged": "^12.1.3",
|
||||
"lint-staged": "^12.1.7",
|
||||
"prettier": "2.5.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"webpack": "^5.65.0",
|
||||
|
|
Loading…
Reference in New Issue