Update dependencies to remove peer dep warnings (#6930)

This commit is contained in:
Bjorn Lu 2023-04-28 21:21:47 +08:00 committed by GitHub
parent ac57b5549f
commit 2dca81bf21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 306 additions and 299 deletions

View file

@ -0,0 +1,6 @@
---
'@astrojs/tailwind': patch
'@astrojs/svelte': patch
---
Update dependencies

View file

@ -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"
}
}

View file

@ -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"
}
}

View file

@ -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"

View file

@ -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"
}
}

View file

@ -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"
}
}

View file

@ -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": {

View file

@ -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": {

File diff suppressed because it is too large Load diff