Skip to content

Commit

Permalink
chore(deps): update tailwindcss to v3.4.4 (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgonzalezr authored Jun 12, 2024
1 parent a608c29 commit 4949f13
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
'storybook',
'@floating-ui'
],
excludePackageNames: ['typescript', 'zone.js', 'vite-tsconfig-paths'],
excludePackageNames: ['tailwindcss', 'typescript', 'zone.js', 'vite-tsconfig-paths'],
},
{
groupName: 'Angular',
Expand Down Expand Up @@ -129,10 +129,10 @@
*/
rebaseWhen: 'conflicted',
/**
* Run every Monday between 00 and 12
* Run at 6:00 AM on the 1st and 15th of the month
* {@see https://crontab.guru} for debugging cron schedules
*/
schedule: ['* 00-12 15 * *'],
schedule: ['0 6 1,15 * *'],
/**
* Enable Semantic Commit prefixes for commits and PR titles
*/
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
.nx/cache
.nx
/dist
/out-tsc
/tmp/**
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"postcss-preset-env": "9.5.14",
"postcss-url": "10.1.3",
"prettier": "3.3.0",
"prettier-plugin-tailwindcss": "0.6.1",
"prettier-plugin-tailwindcss": "0.6.3",
"puppeteer": "22.10.0",
"react-syntax-highlighter": "15.5.0",
"rimraf": "5.0.7",
Expand All @@ -144,7 +144,7 @@
"stylelint": "16.6.1",
"stylelint-config-standard": "36.0.0",
"stylelint-config-standard-scss": "13.1.0",
"tailwindcss": "3.4.3",
"tailwindcss": "3.4.4",
"tailwindcss-theme-swapper": "0.12.0",
"ts-jest": "29.1.4",
"ts-node": "10.9.2",
Expand Down

0 comments on commit 4949f13

Please sign in to comment.