update lockfile (#3828)
This commit is contained in:
parent
b84bd7db63
commit
2b7b626629
3 changed files with 1 additions and 7 deletions
|
@ -33,7 +33,6 @@
|
||||||
"tailwindcss": "^3.0.24"
|
"tailwindcss": "^3.0.24"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/tailwindcss": "^3.0.10",
|
|
||||||
"astro": "workspace:*",
|
"astro": "workspace:*",
|
||||||
"astro-scripts": "workspace:*"
|
"astro-scripts": "workspace:*"
|
||||||
},
|
},
|
||||||
|
|
|
@ -3,6 +3,7 @@ import type { AstroIntegration } from 'astro';
|
||||||
import autoprefixerPlugin from 'autoprefixer';
|
import autoprefixerPlugin from 'autoprefixer';
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
import tailwindPlugin, { Config as TailwindConfig } from 'tailwindcss';
|
import tailwindPlugin, { Config as TailwindConfig } from 'tailwindcss';
|
||||||
|
// @ts-expect-error "resolveConfig.js" isn't typed
|
||||||
import resolveConfig from 'tailwindcss/resolveConfig.js';
|
import resolveConfig from 'tailwindcss/resolveConfig.js';
|
||||||
import { fileURLToPath } from 'url';
|
import { fileURLToPath } from 'url';
|
||||||
|
|
||||||
|
|
|
@ -2180,7 +2180,6 @@ importers:
|
||||||
packages/integrations/tailwind:
|
packages/integrations/tailwind:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@proload/core': ^0.3.2
|
'@proload/core': ^0.3.2
|
||||||
'@types/tailwindcss': ^3.0.10
|
|
||||||
astro: workspace:*
|
astro: workspace:*
|
||||||
astro-scripts: workspace:*
|
astro-scripts: workspace:*
|
||||||
autoprefixer: ^10.4.7
|
autoprefixer: ^10.4.7
|
||||||
|
@ -2192,7 +2191,6 @@ importers:
|
||||||
postcss: 8.4.14
|
postcss: 8.4.14
|
||||||
tailwindcss: 3.1.4
|
tailwindcss: 3.1.4
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@types/tailwindcss': 3.0.11
|
|
||||||
astro: link:../../astro
|
astro: link:../../astro
|
||||||
astro-scripts: link:../../../scripts
|
astro-scripts: link:../../../scripts
|
||||||
|
|
||||||
|
@ -7636,10 +7634,6 @@ packages:
|
||||||
resolution: {integrity: sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==}
|
resolution: {integrity: sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@types/tailwindcss/3.0.11:
|
|
||||||
resolution: {integrity: sha512-PR+BOIrI+rxteHwFvkfIOty+PDJwTG4ute3alxSSXpF/xKpryO1room265m46Auyae0VwqUYs3PuVEOF9Oil3w==}
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/@types/throttle-debounce/2.1.0:
|
/@types/throttle-debounce/2.1.0:
|
||||||
resolution: {integrity: sha512-5eQEtSCoESnh2FsiLTxE121IiE60hnMqcb435fShf4bpLRjEu1Eoekht23y6zXS9Ts3l+Szu3TARnTsA0GkOkQ==}
|
resolution: {integrity: sha512-5eQEtSCoESnh2FsiLTxE121IiE60hnMqcb435fShf4bpLRjEu1Eoekht23y6zXS9Ts3l+Szu3TARnTsA0GkOkQ==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
Loading…
Reference in a new issue