Skip to content

Commit

Permalink
chore(deps-dev): [email protected]
Browse files Browse the repository at this point in the history
- skipLibCheck until remix is fixed
- regenerate lock file
  • Loading branch information
AviVahl committed Dec 7, 2024
1 parent 0865797 commit d57e672
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 54 deletions.
136 changes: 84 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"react-dom": "^18.3.1",
"rimraf": "^6.0.1",
"sinon": "^19.0.2",
"typescript": "~5.6.3",
"typescript": "~5.7.2",
"typescript-eslint": "^8.17.0"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */

/* Advanced Options */
// "skipLibCheck": true, /* Skip type checking of declaration files. */
"skipLibCheck": true, /* Skip type checking of declaration files. */
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
}
}

0 comments on commit d57e672

Please sign in to comment.