mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-24 18:39:54 +00:00
Compare commits
2 commits
46534ad5a8
...
76f262c8d6
Author | SHA1 | Date | |
---|---|---|---|
|
76f262c8d6 | ||
|
2b59c491ab |
2 changed files with 9 additions and 9 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -33,7 +33,7 @@
|
|||
"eslint-plugin-ava": "14.0.0",
|
||||
"eslint-plugin-github": "5.0.2",
|
||||
"eslint-plugin-simple-import-sort": "12.1.1",
|
||||
"husky": "9.1.6",
|
||||
"husky": "9.1.4",
|
||||
"lint-staged": "15.2.10",
|
||||
"prettier": "3.3.3",
|
||||
"ts-node": "10.9.2",
|
||||
|
@ -3677,9 +3677,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/husky": {
|
||||
"version": "9.1.6",
|
||||
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz",
|
||||
"integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==",
|
||||
"version": "9.1.4",
|
||||
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz",
|
||||
"integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"husky": "bin.js"
|
||||
|
@ -9585,9 +9585,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"husky": {
|
||||
"version": "9.1.6",
|
||||
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.6.tgz",
|
||||
"integrity": "sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==",
|
||||
"version": "9.1.4",
|
||||
"resolved": "https://registry.npmjs.org/husky/-/husky-9.1.4.tgz",
|
||||
"integrity": "sha512-bho94YyReb4JV7LYWRWxZ/xr6TtOTt8cMfmQ39MQYJ7f/YE268s3GdghGwi+y4zAeqewE5zYLvuhV0M0ijsDEA==",
|
||||
"dev": true
|
||||
},
|
||||
"ignore": {
|
||||
|
|
|
@ -70,12 +70,12 @@
|
|||
"@vercel/ncc": "0.38.1",
|
||||
"ava": "6.1.3",
|
||||
"c8": "10.1.2",
|
||||
"eslint": "9.11.1",
|
||||
"eslint": "9.11.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-plugin-ava": "14.0.0",
|
||||
"eslint-plugin-github": "5.0.2",
|
||||
"eslint-plugin-simple-import-sort": "12.1.1",
|
||||
"husky": "9.1.6",
|
||||
"husky": "9.1.4",
|
||||
"lint-staged": "15.2.10",
|
||||
"prettier": "3.3.3",
|
||||
"ts-node": "10.9.2",
|
||||
|
|
Loading…
Reference in a new issue