Update @astrojs/tailwind to 1.0.0

This commit is contained in:
prototypa
2022-08-10 12:26:56 -04:00
parent dadc7699b7
commit 4f437a3074
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@ -1,15 +1,15 @@
{ {
"name": "@onwidget/astrowind", "name": "@onwidget/astrowind",
"version": "0.0.3", "version": "0.0.5",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@onwidget/astrowind", "name": "@onwidget/astrowind",
"version": "0.0.3", "version": "0.0.5",
"devDependencies": { "devDependencies": {
"@astrojs/sitemap": "^0.3.0", "@astrojs/sitemap": "^0.3.0",
"@astrojs/tailwind": "^0.2.5", "@astrojs/tailwind": "^1.0.0",
"astro": "^1.0.0" "astro": "^1.0.0"
} }
}, },
@ -122,9 +122,9 @@
} }
}, },
"node_modules/@astrojs/tailwind": { "node_modules/@astrojs/tailwind": {
"version": "0.2.5", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-0.2.5.tgz", "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-1.0.0.tgz",
"integrity": "sha512-VbqDVNn/Geb4p0WjjnjBs8staZgubXU16elpxqIwD4y/E2nq585/HWOJt6eK+MifDqeE/C2mGMNK+GLwZW6ylg==", "integrity": "sha512-hEpvKBJKCStaxRZt3ENDacQlzUTOvW1D7dfIUyTf7jMUK4O+y8Q7gdTjERf1HBEi/YXrYNX1zhAElwp6lvW5oQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@proload/core": "^0.3.2", "@proload/core": "^0.3.2",
@ -6185,9 +6185,9 @@
} }
}, },
"@astrojs/tailwind": { "@astrojs/tailwind": {
"version": "0.2.5", "version": "1.0.0",
"resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-0.2.5.tgz", "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-1.0.0.tgz",
"integrity": "sha512-VbqDVNn/Geb4p0WjjnjBs8staZgubXU16elpxqIwD4y/E2nq585/HWOJt6eK+MifDqeE/C2mGMNK+GLwZW6ylg==", "integrity": "sha512-hEpvKBJKCStaxRZt3ENDacQlzUTOvW1D7dfIUyTf7jMUK4O+y8Q7gdTjERf1HBEi/YXrYNX1zhAElwp6lvW5oQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@proload/core": "^0.3.2", "@proload/core": "^0.3.2",

View File

@ -1,7 +1,7 @@
{ {
"name": "@onwidget/astrowind", "name": "@onwidget/astrowind",
"description": "A template to make your website using Astro + Tailwind CSS.", "description": "A template to make your website using Astro + Tailwind CSS.",
"version": "0.0.4", "version": "0.0.5",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@astrojs/sitemap": "^0.3.0", "@astrojs/sitemap": "^0.3.0",
"@astrojs/tailwind": "^0.2.5", "@astrojs/tailwind": "^1.0.0",
"astro": "^1.0.0" "astro": "^1.0.0"
} }
} }