Skip to content

Commit

Permalink
deps: upgrade all devDeps to latest (Rollup v3, TS v5)
Browse files Browse the repository at this point in the history
  • Loading branch information
agilgur5 committed Jul 14, 2023
1 parent 560285b commit ebf554e
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 43 deletions.
139 changes: 101 additions & 38 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"tsc": "tsc"
},
"devDependencies": {
"@agilgur5/tsconfig": "^0.0.2",
"rollup": "^2.75.6",
"rollup-plugin-typescript2": "^0.33.0",
"typescript": "^4.7.3"
"@agilgur5/tsconfig": "^0.1.0",
"rollup": "^3.26.2",
"rollup-plugin-typescript2": "^0.35.0",
"typescript": "^5.1.6"
}
}
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
// https://github.com/agilgur5/tsconfig
"extends": "@agilgur5/tsconfig/src/tsconfig.library.json",
"extends": "@agilgur5/tsconfig/library",
// exclude node_modules (the default), dist dir, coverage dir, and example for now
"exclude": ["node_modules/", "dist/", "coverage/", "example/"],
// all TS files in the src/ dir
Expand Down

0 comments on commit ebf554e

Please sign in to comment.