Update dependencies to remove peer dep warnings (#6930)
This commit is contained in:
parent
ac57b5549f
commit
2dca81bf21
9 changed files with 306 additions and 299 deletions
6
.changeset/wise-steaks-wash.md
Normal file
6
.changeset/wise-steaks-wash.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
'@astrojs/tailwind': patch
|
||||
'@astrojs/svelte': patch
|
||||
---
|
||||
|
||||
Update dependencies
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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,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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
563
pnpm-lock.yaml
563
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue