Skip to content

Commit 5901ac5

Browse files
authored
chore(deps): update to tailwind 3.3.0 (#651)
* chore(deps): update to tailwind 3.3.0 * chore(deps): pin tailwind to minor version constraint
1 parent 57e1c67 commit 5901ac5

File tree

3 files changed

+68
-46
lines changed

3 files changed

+68
-46
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"postcss-nesting": "^11.2.1",
4343
"radix3": "^1.0.0",
4444
"tailwind-config-viewer": "^1.7.2",
45-
"tailwindcss": "^3.2.7",
45+
"tailwindcss": "~3.3.0",
4646
"ufo": "^1.1.1",
4747
"uncrypto": "^0.1.2"
4848
},

pnpm-lock.yaml

Lines changed: 66 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
} from '@nuxt/kit'
1919
import type { Config } from 'tailwindcss'
2020
// @ts-expect-error
21-
import defaultTailwindConfig from 'tailwindcss/stubs/simpleConfig.stub.js'
21+
import defaultTailwindConfig from 'tailwindcss/stubs/config.simple.js'
2222
import { eventHandler, sendRedirect } from 'h3'
2323
import { name, version } from '../package.json'
2424
import vitePlugin from './hmr'

0 commit comments

Comments
 (0)