Skip to content

Commit

Permalink
build: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Septh committed Jun 11, 2024
1 parent 90362c3 commit 2302425
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 154 deletions.
190 changes: 37 additions & 153 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@
"prebuild": "rimraf lib",
"build": "rollup --config",
"watch": "npm run build -- --watch",
"typecheck": "tsc --allowImportingTsExtensions",
"test": "ts-run test/check-node-21.ts && node --import=@septh/ts-run/register --test test/**/*.test.{ts,mts,cts}"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/node": "^20.11.10",
Expand Down

0 comments on commit 2302425

Please sign in to comment.