diff --git a/packages/website/package.json b/packages/website/package.json index 0c0c357..62db0b1 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -37,7 +37,6 @@ "@types/node": "*", "@types/react": "^18.0.15", "@types/react-dom": "^18.0.6", - "@types/tailwindcss": "^3.0.11", "@types/wait-on": "^5.3.1", "autoprefixer": "^10.4.8", "concurrently": "^7.3.0", diff --git a/packages/website/tailwind.config.cjs b/packages/website/tailwind.config.cjs index d47cfec..0fd8f0e 100644 --- a/packages/website/tailwind.config.cjs +++ b/packages/website/tailwind.config.cjs @@ -1,4 +1,4 @@ -// @ts-nocheck +/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./app/**/*.{ts,tsx,md}"], theme: { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5d9340b..83b0538 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -106,7 +106,6 @@ importers: '@types/node': '*' '@types/react': ^18.0.15 '@types/react-dom': ^18.0.6 - '@types/tailwindcss': ^3.1.0 '@types/wait-on': ^5.3.1 autoprefixer: ^10.4.8 clsx: ^1.2.1 @@ -116,7 +115,7 @@ importers: fast-glob: ^3.2.11 gray-matter: ^4.0.3 postcss: ^8.4.14 - reacord: workspace:0.5.1 + reacord: workspace:* react: ^18.2.0 react-dom: ^18.2.0 react-focus-on: ^3.6.0 @@ -152,7 +151,6 @@ importers: '@types/node': 18.6.4 '@types/react': 18.0.15 '@types/react-dom': 18.0.6 - '@types/tailwindcss': 3.1.0 '@types/wait-on': 5.3.1 autoprefixer: 10.4.8_postcss@8.4.14 concurrently: 7.3.0 @@ -2581,15 +2579,6 @@ packages: resolution: {integrity: sha512-JYM8x9EGF163bEyhdJBpR2QX1R5naCJHC8ucJylJ3w9/CVBaskdQ8WqBf8MmQrd1kRvp/a4TS8HJ+bxzR7ZJYQ==} dev: true - /@types/tailwindcss/3.1.0: - resolution: {integrity: sha512-JxPzrm609hzvF4nmOI3StLjbBEP3WWQxDDJESqR1nh94h7gyyy3XSl0hn5RBMJ9mPudlLjtaXs5YEBtLw7CnPA==} - deprecated: This is a stub types definition. tailwindcss provides its own type definitions, so you do not need this installed. - dependencies: - tailwindcss: 3.1.8 - transitivePeerDependencies: - - ts-node - dev: true - /@types/through/0.0.30: resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==} dependencies: