Skip to content

Commit

Permalink
Merge pull request #57 from Frameright/dependabot/npm_and_yarn/all-de…
Browse files Browse the repository at this point in the history
…ps-1de8dc8485

chore: bump the all-deps group with 4 updates
  • Loading branch information
lourot authored Feb 7, 2024
2 parents 770ebd4 + ac6e061 commit c654410
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"preserveConstEnums": true,
"sourceMap": true,
"lib": ["es2015", "es2016", "dom"],
"types": ["node"],
},
"types": ["node"]
}
}
28 changes: 14 additions & 14 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 @@ -71,7 +71,7 @@
"jest": "^29.0.0",
"jest-environment-jsdom": "^29.5.0",
"markdown-toc": "^1.2.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
// error out if import and file system have a casing mismatch. Recommended by TS
"forceConsistentCasingInFileNames": true,
// commonly used when type-checking separately with `tsc`
"noEmit": true,
},
"noEmit": true
}
}

0 comments on commit c654410

Please sign in to comment.