Skip to content

Commit

Permalink
chore(deps): bump to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Logan McAnsh <logan@mcan.sh>
  • Loading branch information
mcansh committed Aug 23, 2024
1 parent 5f4868f commit 90d6c32
Show file tree
Hide file tree
Showing 4 changed files with 264 additions and 114 deletions.
1 change: 0 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

lint-staged
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"etag": "^1.8.1",
"fastify": "^4.28.1",
"fathom-client": "^3.7.2",
"isbot": "^5.1.16",
"isbot": "^5.1.17",
"playwright": "^1.46.1",
"pretty-cache-header": "^1.0.0",
"react": "19.0.0-rc-dfd30974ab-20240613",
Expand All @@ -57,8 +57,8 @@
"@types/etag": "^1.8.3",
"@types/react": "npm:types-react@19.0.0-alpha.3",
"@types/react-dom": "npm:types-react-dom@19.0.0-alpha.3",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"@typescript/lib-dom": "npm:@types/web@^0.0.155",
"autoprefixer": "^10.4.20",
"del": "^7.1.0",
Expand All @@ -68,8 +68,8 @@
"eslint-plugin-prefer-let": "^4.0.0",
"gitignore-fs": "^2.2.2",
"glob": "^11.0.0",
"husky": "^9.1.4",
"knip": "^5.27.2",
"husky": "^9.1.5",
"knip": "^5.27.3",
"lightningcss": "^1.26.0",
"lint-staged": "^15.2.9",
"micromatch": "^4.0.7",
Expand All @@ -84,11 +84,11 @@
"tailwindcss": "^3.4.10",
"tailwindcss-padding-safe": "^1.0.6",
"typescript": "^5.5.4",
"vite": "5.4.1",
"vite": "5.4.2",
"vite-tsconfig-paths": "^5.0.1"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@9.0.6+sha512.f6d863130973207cb7a336d6b439a242a26ac8068077df530d6a86069419853dc1ffe64029ec594a9c505a3a410d19643c870aba6776330f5cfddcf10a9c1617"
"packageManager": "pnpm@9.8.0+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276"
}
Loading

0 comments on commit 90d6c32

Please sign in to comment.