Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Feb 2, 2025
1 parent 86fe5b8 commit dea093d
Show file tree
Hide file tree
Showing 17 changed files with 832 additions and 743 deletions.
2 changes: 1 addition & 1 deletion e2e/fixtures/ssr-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "waku start"
},
"dependencies": {
"ai": "^4.1.2",
"ai": "^4.1.16",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
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.17"
},
"devDependencies": {
"@tailwindcss/vite": "4.0.0",
"@tailwindcss/vite": "4.0.3",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"tailwindcss": "4.0.0",
"tailwindcss": "4.0.3",
"typescript": "5.7.3"
}
}
4 changes: 2 additions & 2 deletions examples/02_template_js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"waku": "0.21.17"
},
"devDependencies": {
"@tailwindcss/vite": "4.0.0",
"tailwindcss": "4.0.0"
"@tailwindcss/vite": "4.0.3",
"tailwindcss": "4.0.3"
}
}
4 changes: 2 additions & 2 deletions examples/03_demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "waku start"
},
"dependencies": {
"@tailwindcss/vite": "4.0.0",
"@tailwindcss/vite": "4.0.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
Expand All @@ -19,7 +19,7 @@
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"autoprefixer": "10.4.20",
"tailwindcss": "4.0.0",
"tailwindcss": "4.0.3",
"typescript": "5.7.3"
}
}
6 changes: 3 additions & 3 deletions examples/05_compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"waku": "0.21.17"
},
"devDependencies": {
"@tailwindcss/vite": "4.0.0",
"@tailwindcss/vite": "4.0.3",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@vitejs/plugin-react": "4.3.4",
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
"tailwindcss": "4.0.0",
"babel-plugin-react-compiler": "19.0.0-beta-27714ef-20250124",
"tailwindcss": "4.0.3",
"typescript": "5.7.3"
}
}
4 changes: 2 additions & 2 deletions examples/06_form-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "waku start"
},
"dependencies": {
"@tailwindcss/vite": "4.0.0",
"@tailwindcss/vite": "4.0.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
Expand All @@ -18,7 +18,7 @@
"devDependencies": {
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"tailwindcss": "4.0.0",
"tailwindcss": "4.0.3",
"typescript": "5.7.3"
}
}
4 changes: 2 additions & 2 deletions examples/12_nossr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "waku start"
},
"dependencies": {
"@tailwindcss/vite": "4.0.0",
"@tailwindcss/vite": "4.0.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
Expand All @@ -18,7 +18,7 @@
"devDependencies": {
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"tailwindcss": "4.0.0",
"tailwindcss": "4.0.3",
"typescript": "5.7.3",
"vite": "6.0.11"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/37_css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@stylexjs/stylex": "0.10.1",
"@vanilla-extract/css": "1.17.0",
"@vanilla-extract/css": "1.17.1",
"classnames": "2.3.2",
"react": "19.0.0",
"react-dom": "19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/38_cookies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
},
"dependencies": {
"cookie": "1.0.2",
"hono": "4.6.18",
"hono": "4.6.20",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "0.21.17"
},
"devDependencies": {
"@types/cookie": "1.0.0",
"@types/node": "22.10.9",
"@types/node": "22.13.0",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"typescript": "5.7.3"
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,11 +16,11 @@
"waku": "0.21.17"
},
"devDependencies": {
"@tailwindcss/vite": "4.0.0",
"@tailwindcss/vite": "4.0.3",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"autoprefixer": "10.4.20",
"tailwindcss": "4.0.0",
"tailwindcss": "4.0.3",
"typescript": "5.7.3"
}
}
8 changes: 4 additions & 4 deletions examples/44_cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
"start": "waku start"
},
"dependencies": {
"hono": "4.6.18",
"hono": "4.6.20",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "0.21.17",
"wrangler": "3.105.0"
"wrangler": "3.107.2"
},
"devDependencies": {
"@types/node": "22.10.9",
"@types/node": "22.13.0",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"miniflare": "3.20241230.2",
"miniflare": "3.20250129.0",
"typescript": "5.7.3"
}
}
4 changes: 2 additions & 2 deletions examples/52_tanstack-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"start": "waku start"
},
"dependencies": {
"@tanstack/react-router": "1.97.14",
"@tanstack/router-devtools": "1.97.14",
"@tanstack/react-router": "1.99.0",
"@tanstack/router-devtools": "1.99.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@
},
"devDependencies": {
"@actions/core": "^1.11.1",
"@eslint/js": "^9.18.0",
"@playwright/test": "^1.49.1",
"@eslint/js": "^9.19.0",
"@playwright/test": "^1.50.1",
"@types/babel__core": "^7.20.5",
"@types/node": "^22.10.9",
"@types/node": "^22.13.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"eslint": "^9.18.0",
"eslint": "^9.19.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.10",
"prettier-plugin-tailwindcss": "^0.6.11",
"terminate": "^2.8.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0",
"typescript-eslint": "^8.22.0",
"wait-port": "^1.1.0",
"waku": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-waku/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"kolorist": "^1.8.0",
"prompts": "^2.4.2",
"tar": "^7.4.3",
"tsup": "^8.3.5",
"tsup": "^8.3.6",
"update-check": "^1.5.4"
}
}
10 changes: 5 additions & 5 deletions packages/waku/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@
"node": "^20.8.0 || ^18.17.0 || ^22.7.0"
},
"dependencies": {
"@hono/node-server": "1.13.7",
"@swc/core": "1.10.9",
"@hono/node-server": "1.13.8",
"@swc/core": "1.10.12",
"@vitejs/plugin-react": "4.3.4",
"dotenv": "16.4.7",
"hono": "4.6.18",
"hono": "4.6.20",
"rsc-html-stream": "0.0.4",
"vite": "6.0.11"
},
Expand All @@ -100,9 +100,9 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"rollup": "^4.31.0",
"rollup": "^4.34.0",
"ts-expect": "^1.3.0",
"vitest": "3.0.3"
"vitest": "3.0.4"
},
"peerDependencies": {
"react": "~19.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
"dependencies": {
"@sindresorhus/slugify": "^2.2.1",
"classnames": "2.3.2",
"framer-motion": "^12.0.1",
"jotai": "^2.11.1",
"framer-motion": "^12.0.6",
"jotai": "^2.11.3",
"next-mdx-remote": "^5.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "workspace:*"
},
"devDependencies": {
"@tailwindcss/vite": "4.0.0",
"@tailwindcss/vite": "4.0.3",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.10",
"shiki": "^2.1.0",
"tailwindcss": "4.0.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"shiki": "^2.2.0",
"tailwindcss": "4.0.3",
"typescript": "^5.7.3",
"vite": "6.0.11"
}
Expand Down
Loading

0 comments on commit dea093d

Please sign in to comment.