Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Jun 7, 2024
1 parent c9a07fd commit 7e5c107
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 75 deletions.
145 changes: 74 additions & 71 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"dist/*"
],
"devDependencies": {
"@types/node": "20.12.11",
"@types/node": "20.14.2",
"ava": "^6.1.3",
"gts": "^5.3.0",
"typescript": "^5.4.5"
},
"peerDependencies": {
"temporal-polyfill": "^0.2.4"
"temporal-polyfill": "^0.2.5"
}
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"extends": "./node_modules/gts/tsconfig-google.json",
"compilerOptions": {
"module": "ES2020",
"module": "es6",
"declaration": true,
"target": "ES2020",
"target": "es6",
"sourceMap": false,
"outDir": "dist",
"lib": ["ESNext"],
Expand Down

0 comments on commit 7e5c107

Please sign in to comment.