Skip to content

Commit

Permalink
chore(deps): update to tailwind 3.3.0 (#651)
Browse files Browse the repository at this point in the history
* chore(deps): update to tailwind 3.3.0

* chore(deps): pin tailwind to minor version constraint
  • Loading branch information
owlnai authored Mar 28, 2023
1 parent 57e1c67 commit 5901ac5
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 46 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"postcss-nesting": "^11.2.1",
"radix3": "^1.0.0",
"tailwind-config-viewer": "^1.7.2",
"tailwindcss": "^3.2.7",
"tailwindcss": "~3.3.0",
"ufo": "^1.1.1",
"uncrypto": "^0.1.2"
},
Expand Down
110 changes: 66 additions & 44 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
} from '@nuxt/kit'
import type { Config } from 'tailwindcss'
// @ts-expect-error
import defaultTailwindConfig from 'tailwindcss/stubs/simpleConfig.stub.js'
import defaultTailwindConfig from 'tailwindcss/stubs/config.simple.js'
import { eventHandler, sendRedirect } from 'h3'
import { name, version } from '../package.json'
import vitePlugin from './hmr'
Expand Down

0 comments on commit 5901ac5

Please sign in to comment.