File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 64
64
},
65
65
"devDependencies" : {
66
66
"@istanbuljs/nyc-config-typescript" : " ^1.0.1" ,
67
- "@rebeccastevens/eslint-config" : " ^1.0.10 " ,
67
+ "@rebeccastevens/eslint-config" : " ^1.0.12 " ,
68
68
"@rollup/plugin-commonjs" : " ^17.0.0" ,
69
69
"@rollup/plugin-json" : " ^4.1.0" ,
70
70
"@rollup/plugin-node-resolve" : " ^11.0.0" ,
Original file line number Diff line number Diff line change @@ -59,4 +59,4 @@ async function createTestsHelpersTsConfig() {
59
59
}
60
60
61
61
// Run the script.
62
- run ( ) . catch ( ( error ) => void console . error ( error ) ) ;
62
+ void run ( ) ;
Original file line number Diff line number Diff line change 473
473
" @nodelib/fs.scandir" " 2.1.3"
474
474
fastq "^1.6.0"
475
475
476
- " @rebeccastevens/eslint-config@^1.0.10 " :
477
- version "1.0.10 "
478
- resolved "https://registry.npmjs.org /@rebeccastevens/eslint-config/-/eslint-config-1.0.10 .tgz"
479
- integrity sha512-VW7zpKL0mrclSjOZfIoFXADemr7kfcHz8Ev3WmG0ZmD/IKONzStJHOzJR57Y6uc/MZvtHCw1ILt3XmuZmoVVaw ==
476
+ " @rebeccastevens/eslint-config@^1.0.12 " :
477
+ version "1.0.12 "
478
+ resolved "https://registry.yarnpkg.com /@rebeccastevens/eslint-config/-/eslint-config-1.0.12 .tgz#d3f2ebfc6f03c63eddb450c26ef30f43edd4f715 "
479
+ integrity sha512-uUBUBbYMLlilC5kSdo8eJLdO/Sk5wvODBM14iemm8VM5KXvELXqagtqxigA4xmlrZFSXXGpFz7c85WifwsstEg ==
480
480
dependencies :
481
481
deepmerge "^4.0.0"
482
482
You can’t perform that action at this time.
0 commit comments