Update dependency @astrojs/tailwind to v2 (#31)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
d4c368ac59
commit
b104c201d0
2 changed files with 12 additions and 11 deletions
21
package-lock.json
generated
21
package-lock.json
generated
|
|
@ -17,7 +17,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/react": "1.1.4",
|
"@astrojs/react": "1.1.4",
|
||||||
"@astrojs/tailwind": "1.0.1",
|
"@astrojs/tailwind": "2.0.2",
|
||||||
"@iconify/json": "2.1.116",
|
"@iconify/json": "2.1.116",
|
||||||
"@types/react": "18.0.21",
|
"@types/react": "18.0.21",
|
||||||
"@types/react-dom": "18.0.6",
|
"@types/react-dom": "18.0.6",
|
||||||
|
|
@ -198,14 +198,16 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@astrojs/tailwind": {
|
"node_modules/@astrojs/tailwind": {
|
||||||
"version": "1.0.1",
|
"version": "2.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-1.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-2.0.2.tgz",
|
||||||
"integrity": "sha512-ZVytcmam/krEkg3xfW+2ItMz/XKWCg86Zj9lZsUOybEi3mcQZt++CRGyX1zqUAHrjXY9p/hhMeSWtwVX3GnIyA==",
|
"integrity": "sha512-SDQYqrOLwrRdDzjoSs6Ha2YQzWJlzWnPTZM5t0aWoHukm3JPQg/omDTpiz/XqT4vupYMOsBQZ9WBuNyWVtMrVg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@proload/core": "^0.3.2",
|
"@proload/core": "^0.3.2",
|
||||||
"autoprefixer": "^10.4.7",
|
"autoprefixer": "^10.4.7",
|
||||||
"postcss": "^8.4.14",
|
"postcss": "^8.4.14"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
"tailwindcss": "^3.0.24"
|
"tailwindcss": "^3.0.24"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -10383,15 +10385,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@astrojs/tailwind": {
|
"@astrojs/tailwind": {
|
||||||
"version": "1.0.1",
|
"version": "2.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-1.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-2.0.2.tgz",
|
||||||
"integrity": "sha512-ZVytcmam/krEkg3xfW+2ItMz/XKWCg86Zj9lZsUOybEi3mcQZt++CRGyX1zqUAHrjXY9p/hhMeSWtwVX3GnIyA==",
|
"integrity": "sha512-SDQYqrOLwrRdDzjoSs6Ha2YQzWJlzWnPTZM5t0aWoHukm3JPQg/omDTpiz/XqT4vupYMOsBQZ9WBuNyWVtMrVg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@proload/core": "^0.3.2",
|
"@proload/core": "^0.3.2",
|
||||||
"autoprefixer": "^10.4.7",
|
"autoprefixer": "^10.4.7",
|
||||||
"postcss": "^8.4.14",
|
"postcss": "^8.4.14"
|
||||||
"tailwindcss": "^3.0.24"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@astrojs/telemetry": {
|
"@astrojs/telemetry": {
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/react": "1.1.4",
|
"@astrojs/react": "1.1.4",
|
||||||
"@astrojs/tailwind": "1.0.1",
|
"@astrojs/tailwind": "2.0.2",
|
||||||
"@iconify/json": "2.1.116",
|
"@iconify/json": "2.1.116",
|
||||||
"@types/react": "18.0.21",
|
"@types/react": "18.0.21",
|
||||||
"@types/react-dom": "18.0.6",
|
"@types/react-dom": "18.0.6",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue