Skip to content

Commit 45407a8

Browse files
committed
chore: upgrade dependencies
1 parent d0178af commit 45407a8

File tree

6 files changed

+1691
-2265
lines changed

6 files changed

+1691
-2265
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- 19
3939
- latest
4040
steps:
41+
- run: npm install --global corepack@latest
4142
- run: corepack enable
4243
- uses: actions/checkout@v4
4344
- name: Setup Node.js

package.json

+17-15
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,15 @@
3737
"type": "git",
3838
"url": "https://github.com/thebuilder/react-intersection-observer.git"
3939
},
40-
"packageManager": "pnpm@9.7.0+sha256.b35018fbfa8f583668b2649e407922a721355cd81f61beeb4ac1d4258e585559",
40+
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b",
4141
"scripts": {
4242
"prebuild": "rm -rf dist lib",
4343
"build": "tsup && mkdir dist/esm && cp dist/index.mjs dist/esm/index.js",
4444
"postbuild": "attw --pack && publint && size-limit",
4545
"dev": "run-p dev:*",
4646
"dev:package": "tsup src/index.tsx --watch",
4747
"dev:storybook": "pnpm --filter storybook dev",
48+
"release": "bumpp && npm publish",
4849
"lint": "biome check .",
4950
"version": "pnpm build",
5051
"storybook:build": "pnpm build && pnpm --filter storybook build",
@@ -111,28 +112,29 @@
111112
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
112113
},
113114
"devDependencies": {
114-
"@arethetypeswrong/cli": "^0.17.2",
115+
"@arethetypeswrong/cli": "^0.17.4",
115116
"@biomejs/biome": "^1.9.4",
116-
"@size-limit/preset-small-lib": "^11.1.6",
117+
"@size-limit/preset-small-lib": "^11.2.0",
117118
"@testing-library/jest-dom": "^6.6.3",
118-
"@testing-library/react": "^16.1.0",
119-
"@types/react": "^19.0.2",
120-
"@types/react-dom": "^19.0.2",
119+
"@testing-library/react": "^16.2.0",
120+
"@types/react": "^19.0.10",
121+
"@types/react-dom": "^19.0.4",
121122
"@vitejs/plugin-react": "^4.3.4",
122-
"@vitest/browser": "^2.1.8",
123-
"@vitest/coverage-istanbul": "^2.1.8",
124-
"lint-staged": "^15.3.0",
123+
"@vitest/browser": "^3.0.7",
124+
"@vitest/coverage-istanbul": "^3.0.7",
125+
"bumpp": "^10.0.3",
126+
"lint-staged": "^15.4.3",
125127
"microbundle": "^0.15.1",
126128
"npm-run-all": "^4.1.5",
127-
"playwright": "^1.49.1",
128-
"publint": "^0.2.12",
129+
"playwright": "^1.50.1",
130+
"publint": "^0.3.8",
129131
"react": "^19.0.0",
130132
"react-dom": "^19.0.0",
131133
"simple-git-hooks": "^2.11.1",
132-
"size-limit": "^11.1.6",
133-
"tsup": "^8.3.5",
134-
"typescript": "^5.7.2",
135-
"vitest": "^2.1.8"
134+
"size-limit": "^11.2.0",
135+
"tsup": "^8.4.0",
136+
"typescript": "^5.8.2",
137+
"vitest": "^3.0.7"
136138
},
137139
"peerDependenciesMeta": {
138140
"react-dom": {

0 commit comments

Comments
 (0)