Skip to content

Commit

Permalink
chore(deps): update dependencies (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Dec 22, 2024
1 parent c0a55fd commit 7889a42
Show file tree
Hide file tree
Showing 39 changed files with 858 additions and 838 deletions.
2 changes: 1 addition & 1 deletion e2e/fixtures/broken-links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"waku": "workspace:*"
},
"devDependencies": {
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/hot-reload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"waku": "workspace:*"
},
"devDependencies": {
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/partial-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"waku": "workspace:*"
},
"devDependencies": {
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/render-type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"waku": "workspace:*"
},
"devDependencies": {
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/rsc-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"waku": "workspace:*"
},
"devDependencies": {
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/rsc-css-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"waku": "workspace:*"
},
"devDependencies": {
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/rsc-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"waku": "workspace:*"
},
"devDependencies": {
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/ssg-performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"waku": "workspace:*"
},
"devDependencies": {
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/ssg-wildcard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"waku": "workspace:*"
},
"devDependencies": {
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
Expand Down
4 changes: 2 additions & 2 deletions e2e/fixtures/ssr-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"start": "waku start"
},
"dependencies": {
"ai": "^4.0.18",
"ai": "^4.0.22",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "workspace:*"
},
"devDependencies": {
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
Expand Down
4 changes: 2 additions & 2 deletions e2e/fixtures/ssr-catch-error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"dependencies": {
"react": "19.0.0",
"react-dom": "19.0.0",
"react-error-boundary": "^4.1.2",
"react-error-boundary": "^5.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "workspace:*"
},
"devDependencies": {
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/ssr-context-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"waku": "workspace:*"
},
"devDependencies": {
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/ssr-swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"waku": "workspace:*"
},
"devDependencies": {
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/ssr-target-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"waku": "workspace:*"
},
"devDependencies": {
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/use-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"waku": "workspace:*"
},
"devDependencies": {
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/01_template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"waku": "0.21.9"
},
"devDependencies": {
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"autoprefixer": "10.4.20",
"tailwindcss": "3.4.16",
"tailwindcss": "3.4.17",
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion examples/02_template_js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"devDependencies": {
"autoprefixer": "10.4.20",
"tailwindcss": "3.4.16"
"tailwindcss": "3.4.17"
}
}
4 changes: 2 additions & 2 deletions examples/03_demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"waku": "0.21.9"
},
"devDependencies": {
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"autoprefixer": "10.4.20",
"tailwindcss": "3.4.16",
"tailwindcss": "3.4.17",
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion examples/04_cssmodules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"waku": "0.21.9"
},
"devDependencies": {
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"typescript": "5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/11_fs-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"waku": "0.21.9"
},
"devDependencies": {
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"typescript": "5.7.2"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/12_nossr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"waku": "0.21.9"
},
"devDependencies": {
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"autoprefixer": "10.4.20",
"tailwindcss": "3.4.16",
"tailwindcss": "3.4.17",
"typescript": "5.7.2",
"vite": "5.4.10"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/21_create-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"waku": "0.21.9"
},
"devDependencies": {
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"server-only": "0.0.1",
"typescript": "5.7.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/22_define-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"waku": "0.21.9"
},
"devDependencies": {
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"typescript": "5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/31_minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"waku": "0.21.9"
},
"devDependencies": {
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"typescript": "5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/33_promise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"waku": "0.21.9"
},
"devDependencies": {
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"typescript": "5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/34_functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"waku": "0.21.9"
},
"devDependencies": {
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"typescript": "5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/35_nesting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"waku": "0.21.9"
},
"devDependencies": {
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"typescript": "5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/36_form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"waku": "0.21.9"
},
"devDependencies": {
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"typescript": "5.7.2"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/37_css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
},
"dependencies": {
"@stylexjs/stylex": "0.9.3",
"@vanilla-extract/css": "1.16.1",
"@vanilla-extract/css": "1.17.0",
"classnames": "2.3.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "0.21.9"
},
"devDependencies": {
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@vanilla-extract/vite-plugin": "4.0.18",
"typescript": "5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/38_cookies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@types/cookie": "1.0.0",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"typescript": "5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/39_api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"waku": "0.21.9"
},
"devDependencies": {
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"typescript": "5.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/41_path-alias/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"waku": "0.21.9"
},
"devDependencies": {
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"typescript": "5.7.2",
"vite": "5.4.10",
Expand Down
4 changes: 2 additions & 2 deletions examples/42_react-tweet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"waku": "0.21.9"
},
"devDependencies": {
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"autoprefixer": "10.4.20",
"tailwindcss": "3.4.16",
"tailwindcss": "3.4.17",
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion examples/43_weave-render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"waku": "0.21.9"
},
"devDependencies": {
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"server-only": "0.0.1",
"typescript": "5.7.2"
Expand Down
6 changes: 3 additions & 3 deletions examples/44_cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "0.21.9",
"wrangler": "3.95.0"
"wrangler": "3.99.0"
},
"devDependencies": {
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"miniflare": "3.20241205.0",
"miniflare": "3.20241218.0",
"typescript": "5.7.2"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@playwright/test": "^1.49.1",
"@types/babel__core": "^7.20.5",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/waku/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@
"vite": "5.4.10"
},
"devDependencies": {
"@netlify/functions": "^2.8.2",
"@netlify/functions": "^3.0.0",
"@swc/cli": "^0.5.2",
"rollup": "^4.28.1",
"rollup": "^4.29.1",
"ts-expect": "^1.3.0",
"vitest": "^2.1.8"
},
Expand Down
Loading

0 comments on commit 7889a42

Please sign in to comment.