Skip to content

Commit

Permalink
revert tailwindcss changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Jan 23, 2025
1 parent 8d32253 commit 960f4f3
Show file tree
Hide file tree
Showing 65 changed files with 640 additions and 638 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.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/create-pages/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.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"server-only": "^0.0.1",
"typescript": "^5.7.3"
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/define-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.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/fs-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.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
}
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.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
}
Expand Down
4 changes: 2 additions & 2 deletions e2e/fixtures/monorepo/packages/waku-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"react-server-dom-webpack": "19.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "4.0.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"tailwindcss": "4.0.0",
"autoprefixer": "10.4.20",
"tailwindcss": "3.4.16",
"typescript": "5.7.2"
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('postcss-load-config').Config} */
export default {
plugins: {
'@tailwindcss/postcss': {},
tailwindcss: {},
autoprefixer: {},
},
};
4 changes: 3 additions & 1 deletion e2e/fixtures/monorepo/packages/waku-project/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import 'tailwindcss';
@tailwind base;
@tailwind components;
@tailwind utilities;
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.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
}
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.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
}
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.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
}
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.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
}
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.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
}
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.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
}
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.1.1",
"ai": "^4.1.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-server-dom-webpack": "19.0.0",
"waku": "workspace:*"
},
"devDependencies": {
"@types/react": "^19.0.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/ssr-catch-error/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.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
}
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.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
}
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.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
}
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.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
}
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.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
}
Expand Down
6 changes: 3 additions & 3 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.16"
},
"devDependencies": {
"@tailwindcss/postcss": "4.0.0",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"tailwindcss": "4.0.0",
"autoprefixer": "10.4.20",
"tailwindcss": "3.4.17",
"typescript": "5.7.3"
}
}
3 changes: 2 additions & 1 deletion examples/01_template/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('postcss-load-config').Config} */
export default {
plugins: {
'@tailwindcss/postcss': {},
tailwindcss: {},
autoprefixer: {},
},
};
4 changes: 3 additions & 1 deletion examples/01_template/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import 'tailwindcss';
@tailwind base;
@tailwind components;
@tailwind utilities;
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.16"
},
"devDependencies": {
"@tailwindcss/postcss": "4.0.0",
"tailwindcss": "4.0.0"
"autoprefixer": "10.4.20",
"tailwindcss": "3.4.17"
}
}
3 changes: 2 additions & 1 deletion examples/02_template_js/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('postcss-load-config').Config} */
export default {
plugins: {
'@tailwindcss/postcss': {},
tailwindcss: {},
autoprefixer: {},
},
};
4 changes: 3 additions & 1 deletion examples/02_template_js/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import 'tailwindcss';
@tailwind base;
@tailwind components;
@tailwind utilities;
6 changes: 3 additions & 3 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.16"
},
"devDependencies": {
"@tailwindcss/postcss": "4.0.0",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"tailwindcss": "4.0.0",
"autoprefixer": "10.4.20",
"tailwindcss": "3.4.17",
"typescript": "5.7.3"
}
}
3 changes: 2 additions & 1 deletion examples/03_demo/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('postcss-load-config').Config} */
export default {
plugins: {
'@tailwindcss/postcss': {},
tailwindcss: {},
autoprefixer: {},
},
};
4 changes: 3 additions & 1 deletion examples/03_demo/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap');
@import 'tailwindcss';
@tailwind base;
@tailwind components;
@tailwind utilities;
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.16"
},
"devDependencies": {
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"typescript": "5.7.3"
}
Expand Down
8 changes: 4 additions & 4 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.16"
},
"devDependencies": {
"@tailwindcss/postcss": "4.0.0",
"@types/react": "19.0.7",
"@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-decd7b8-20250118",
"tailwindcss": "4.0.0",
"autoprefixer": "10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
"tailwindcss": "3.4.17",
"typescript": "5.7.3"
}
}
3 changes: 2 additions & 1 deletion examples/05_compiler/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('postcss-load-config').Config} */
export default {
plugins: {
'@tailwindcss/postcss': {},
tailwindcss: {},
autoprefixer: {},
},
};
4 changes: 3 additions & 1 deletion examples/05_compiler/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import 'tailwindcss';
@tailwind base;
@tailwind components;
@tailwind utilities;
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.16"
},
"devDependencies": {
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"typescript": "5.7.3"
}
Expand Down
6 changes: 3 additions & 3 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.16"
},
"devDependencies": {
"@tailwindcss/postcss": "4.0.0",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"tailwindcss": "4.0.0",
"autoprefixer": "10.4.20",
"tailwindcss": "3.4.17",
"typescript": "5.7.3",
"vite": "6.0.11"
}
Expand Down
3 changes: 2 additions & 1 deletion examples/12_nossr/postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** @type {import('postcss-load-config').Config} */
export default {
plugins: {
'@tailwindcss/postcss': {},
tailwindcss: {},
autoprefixer: {},
},
};
4 changes: 3 additions & 1 deletion examples/12_nossr/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import 'tailwindcss';
@tailwind base;
@tailwind components;
@tailwind utilities;
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.16"
},
"devDependencies": {
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"server-only": "0.0.1",
"typescript": "5.7.3"
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.16"
},
"devDependencies": {
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"typescript": "5.7.3"
}
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.16"
},
"devDependencies": {
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"typescript": "5.7.3"
}
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.16"
},
"devDependencies": {
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"typescript": "5.7.3"
}
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.16"
},
"devDependencies": {
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"typescript": "5.7.3"
}
Expand Down
Loading

0 comments on commit 960f4f3

Please sign in to comment.