Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
squgeim committed Oct 2, 2023
1 parent 8b819eb commit d61901c
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 19 deletions.
70 changes: 54 additions & 16 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.2",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.2.3",
"@rollup/plugin-typescript": "^11.1.4",
"@types/chrome": "^0.0.180",
"@types/debounce": "^1.2.1",
"@types/jest": "^27.4.1",
Expand All @@ -44,6 +44,7 @@
"prettier": "^2.6.0",
"rollup": "^2.53.2",
"rollup-plugin-copy": "^3.4.0",
"typescript": "^4.3.4"
"tslib": "^2.6.2",
"typescript": "^5.2.2"
}
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"compilerOptions": {
"target": "es2020",
"target": "es6",
"module": "esnext",
"lib": ["esnext", "dom"],
"importHelpers": true,
"removeComments": true,
"noEmit": true,
"strict": true,
Expand Down

0 comments on commit d61901c

Please sign in to comment.