Skip to content

Commit

Permalink
Upgrade dependencies further
Browse files Browse the repository at this point in the history
  • Loading branch information
timstallmann committed Dec 17, 2024
1 parent 7e13bc4 commit 23491e1
Show file tree
Hide file tree
Showing 3 changed files with 384 additions and 410 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
yarn test
npx lint-staged
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "MIT",
"scripts": {
"test": "ts-node --transpile-only test/test.ts",
"prepare": "husky init",
"prepare": "husky",
"watch": "esbuild ./src/index.js --outdir=build --bundle --platform=node --target=node16 --external:source-map --main-fields=main --sourcemap=linked --watch",
"build-plugin": "rm -rf build && esbuild src/index.ts --outdir=build --bundle --platform=node --target=node16 --external:source-map --main-fields=main --sourcemap=linked && cp src/types.ts build/index.d.ts",
"example": "./bundle.ts --main example/main.ts --worker example/worker.ts --outfile example/bundle.js && open example/index.html",
Expand All @@ -23,9 +23,9 @@
"dependencies": {
"acorn": "^8.7.0",
"acorn-walk": "^8.2.0",
"escope": "^3.6.0",
"magic-string": "^0.26.1",
"mkdirp": "^1.0.4",
"escope": "^4.0.0",
"magic-string": "^0.30.17",
"mkdirp": "^3.0",
"source-map": "^0.7.3",
"ts-node": "^10.7.0",
"typescript": "^5.4.0",
Expand All @@ -35,17 +35,16 @@
"esbuild": "^0.21.0"
},
"devDependencies": {
"@types/estree": "^0.0.51",
"@types/mkdirp": "^1.0.2",
"@types/node": "^17.0.23",
"@types/estree": "^1.0.6",
"@types/node": "^20.0.0",
"@types/yargs": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"esbuild": "^0.21.0",
"eslint": "^9.0.0",
"husky": ">=9",
"lint-staged": ">=10",
"prettier": "^3.4.2",
"puppeteer": "^19.5.2"
"puppeteer": "^20.0.0"
}
}
Loading

0 comments on commit 23491e1

Please sign in to comment.