Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leedom92 committed Aug 5, 2024
1 parent 82f82c8 commit df4de96
Show file tree
Hide file tree
Showing 5 changed files with 3,525 additions and 2,709 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"bugs": {
"url": "https://github.com/leedomjs/tailwindcss-preset/issues"
},
"engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0"
},
"scripts": {
"lint": "eslint .",
"build:css": "tailwindcss -i fixtures/styles/tailwind.css -o fixtures/styles/output.css -w",
Expand All @@ -37,14 +40,14 @@
"packages/**/*.ts": "eslint --fix"
},
"devDependencies": {
"@leedomjs/eslint-config-ts": "^0.11.3",
"@leedomjs/eslint-config-ts": "^0.12.2",
"@leedomjs/tailwindcss-preset": "workspace:*",
"bumpp": "^9.4.1",
"bumpp": "^9.4.2",
"eslint": "8.57.0",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.8",
"simple-git-hooks": "^2.11.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.3.3",
"tailwindcss": "^3.4.7",
"typescript": "~5.3.3",
"unbuild": "^2.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/tailwindcss-color-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
},
"dependencies": {
"local-pkg": "^0.5.0",
"tailwindcss": "^3.4.3"
"tailwindcss": "^3.4.7"
},
"devDependencies": {
"typescript": "^5.3.3",
"typescript": "~5.3.3",
"unbuild": "^2.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/tailwindcss-miniprogram-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"tailwindcss": ">=2.2.19"
},
"dependencies": {
"tailwindcss": "^3.4.3"
"tailwindcss": "^3.4.7"
},
"devDependencies": {
"typescript": "^5.3.3",
"typescript": "~5.3.3",
"unbuild": "^2.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/tailwindcss-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"@leedomjs/tailwindcss-color-preset": "workspace:*",
"@leedomjs/tailwindcss-miniprogram-preset": "workspace:*",
"local-pkg": "^0.5.0",
"tailwindcss": "^3.4.3"
"tailwindcss": "^3.4.7"
},
"devDependencies": {
"typescript": "^5.3.3",
"typescript": "~5.3.3",
"unbuild": "^2.0.0"
}
}
Loading

0 comments on commit df4de96

Please sign in to comment.