Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions apps/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
},
"dependencies": {
"@koale/useworker": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.5.2",
"react-router-dom": "^5.3.4"
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hot-toast": "^2.6.0",
"react-router-dom": "^7.8.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.12"
"@vitejs/plugin-react": "^5.0.2",
"vite": "^7.1.3"
}
}
10 changes: 5 additions & 5 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"deploy": "docusaurus deploy"
},
"dependencies": {
"@docusaurus/core": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@docusaurus/core": "^3.8.1",
"@docusaurus/preset-classic": "^3.8.1",
"classnames": "^2.5.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@mdx-js/react": "3.1.0"
"react": "^19.1.1",
"react-dom": "^19.1.1",
"@mdx-js/react": "3.1.1"
},
"browserslist": {
"production": [">0.2%", "not dead", "not op_mini all"],
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"description": "⚛️ useWorker() - A React Hook for Blocking-Free Background Tasks",
"devDependencies": {
"@biomejs/biome": "^2.0.0",
"@changesets/cli": "^2.27.9"
"@biomejs/biome": "^2.2.2",
"@changesets/cli": "^2.29.6"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
10 changes: 5 additions & 5 deletions packages/useWorker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"dequal": "^2.0.3"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@vitejs/plugin-react": "^4.3.3",
"react": "^18.3.1",
"vite": "^5.4.12",
"vite-plugin-dts": "^4.3.0"
"@types/react": "^19.1.12",
"@vitejs/plugin-react": "^5.0.2",
"react": "^19.1.1",
"vite": "^7.1.3",
"vite-plugin-dts": "^4.5.4"
},
"peerDependencies": {
"react": ">=16.8.0 <20.0.0"
Expand Down
Loading
Loading