Skip to content

Commit

Permalink
Update dependencies to remove peer dep warnings (#6930)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Apr 28, 2023
1 parent ac57b55 commit 2dca81b
Show file tree
Hide file tree
Showing 9 changed files with 306 additions and 299 deletions.
6 changes: 6 additions & 0 deletions .changeset/wise-steaks-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@astrojs/tailwind': patch
'@astrojs/svelte': patch
---

Update dependencies
6 changes: 3 additions & 3 deletions examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@astrojs/tailwind": "^3.1.1",
"@types/canvas-confetti": "^1.4.3",
"astro": "^2.3.2",
"autoprefixer": "^10.4.7",
"autoprefixer": "^10.4.14",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24"
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2"
}
}
6 changes: 3 additions & 3 deletions packages/astro/e2e/fixtures/tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"dependencies": {
"@astrojs/tailwind": "workspace:*",
"astro": "workspace:*",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24"
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2"
}
}
4 changes: 2 additions & 2 deletions packages/astro/test/fixtures/postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"@astrojs/svelte": "workspace:*",
"@astrojs/vue": "workspace:*",
"astro": "workspace:*",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"solid-js": "^1.5.6",
"svelte": "^3.48.0",
"vue": "^3.2.39"
Expand Down
4 changes: 2 additions & 2 deletions packages/astro/test/fixtures/tailwindcss-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@astrojs/tailwind": "workspace:*",
"astro": "workspace:*",
"tailwindcss": "^3.2.4",
"postcss": ">=8.3.3 <9.0.0"
"tailwindcss": "^3.3.2",
"postcss": "^8.4.23"
}
}
6 changes: 3 additions & 3 deletions packages/astro/test/fixtures/tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"@astrojs/tailwind": "workspace:*",
"@astrojs/mdx": "workspace:*",
"astro": "workspace:*",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24"
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/integrations/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"@sveltejs/vite-plugin-svelte": "^2.1.1",
"svelte2tsx": "^0.5.11"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/integrations/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
"@proload/core": "^0.3.2",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"@proload/core": "^0.3.3",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"postcss-load-config": "^4.0.1"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"tailwindcss": "^3.0.24",
"tailwindcss": "^3.3.2",
"vite": "^4.3.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 2dca81b

Please sign in to comment.