Skip to content

Commit

Permalink
chore: Bump devDependencies (#103)
Browse files Browse the repository at this point in the history
* Bump rimraf and husky

* Bump minor and patch dev dependencies

* Migrate husky pre-commit script
  • Loading branch information
DaniFoldi authored Apr 2, 2024
1 parent d107ae8 commit 2bc9b0b
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 95 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"check:type-esm": "tsc --noEmit",
"check:type-cjs": "tsc --noEmit -p tsconfig-cjs.json",
"watch": "tsc --watch",
"prepare": "husky install"
"prepare": "husky"
},
"homepage": "https://github.com/evanderkoogh/otel-cf-workers#readme",
"dependencies": {
Expand All @@ -48,13 +48,13 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@cloudflare/workers-types": "^4.20240222.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"@cloudflare/workers-types": "^4.20240329.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"rimraf": "^4.4.1",
"typescript": "^5.2.2"
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "^5.4.3"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 2bc9b0b

Please sign in to comment.