Skip to content

Commit

Permalink
build: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Oct 19, 2024
1 parent b881ec6 commit 8eeb330
Show file tree
Hide file tree
Showing 6 changed files with 527 additions and 783 deletions.
3 changes: 0 additions & 3 deletions .husky/post-merge
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm i --frozen-lockfile
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm biome check --staged --files-ignore-unknown=true --write --no-errors-on-unmatched
18 changes: 9 additions & 9 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"modern-normalize": "^3.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-image-turntable": "latest"
"react-image-turntable": "workspace:*"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.0",
"@playwright/test": "^1.47.1",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"@playwright/test": "^1.48.1",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"monocart-coverage-reports": "^2.11.1",
"playwright-core": "^1.39.0",
"react-router-dom": "^6.26.2",
"typescript": "^5.6.2",
"vite": "^5.4.5"
"playwright-core": "^1.48.1",
"react-router-dom": "^6.27.0",
"typescript": "^5.6.3",
"vite": "^5.4.9"
}
}
22 changes: 11 additions & 11 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,20 +67,20 @@
"react-dom": ">=16.8"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.2",
"@types/node": "^22.5.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"browserslist": "^4.23.3",
"@arethetypeswrong/cli": "^0.16.4",
"@types/node": "^22.7.7",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"browserslist": "^4.24.0",
"concurrently": "^9.0.1",
"esbuild-plugin-babel": "^0.2.3",
"esbuild-plugin-browserslist": "^0.14.0",
"publint": "^0.2.10",
"esbuild-plugin-browserslist": "^0.15.0",
"publint": "^0.2.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"release-it": "^17.6.0",
"tslib": "~2.7.0",
"tsup": "^8.2.4",
"typescript": "^5.6.2"
"release-it": "^17.10.0",
"tslib": "~2.8.0",
"tsup": "^8.3.0",
"typescript": "^5.6.3"
}
}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@
"bootstrap": "corepack enable && pnpm i --frozen-lockfile && pnpm --filter='*' run --parallel setup",
"clean": "rm -rf ./example/tests/{coverage-reports,results} ./lib/dist ./{.,lib,example}.*.log ./{.,lib,example}/node_modules",
"lint": "biome check",
"prepare": "husky",
"test": "pnpm run --filter ./example test"
},
"resolutions": {
"react-image-turntable": "workspace:*"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.5.5",
"husky": "^8.0.3",
"typescript": "^5.6.2"
"@types/node": "^22.7.7",
"husky": "^9.1.6",
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit 8eeb330

Please sign in to comment.