Skip to content

Commit c49bfca

Browse files
committed
chore: Update @peerigon/configs
1 parent 35eb8c7 commit c49bfca

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"qs": "^6.14.0"
7575
},
7676
"devDependencies": {
77-
"@peerigon/configs": "^1.1.0",
77+
"@peerigon/configs": "^2.0.1",
7878
"@semantic-release/changelog": "^6.0.3",
7979
"@semantic-release/git": "^10.0.1",
8080
"@types/qs": "^6.9.18",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "@peerigon/configs/typescript",
33
"compilerOptions": {
44
"target": "ES2022",
5-
"lib": ["ES2022"]
5+
"lib": ["DOM", "ES2022"]
66
},
77
"exclude": ["dist", "coverage"]
88
}

0 commit comments

Comments
 (0)