Skip to content

Commit

Permalink
Upgrade Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NavOrange committed Mar 10, 2024
1 parent 53d0fc8 commit 10084f4
Show file tree
Hide file tree
Showing 8 changed files with 617 additions and 472 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
node-version: [14, 16, 18]
node-version: [20]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

strategy:
matrix:
node-version: [14]
node-version: [20]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-insiders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [14]
node-version: [20]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [14]
node-version: [20]

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add new `safe` utilities.
- Add new `safe-max` variants.

[unreleased]: https://github.com/tailwindlabs/tailwindcss-container-queries/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/tailwindlabs/tailwindcss-container-queries/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/tailwindlabs/tailwindcss-container-queries/releases/tag/v0.1.0
[unreleased]: https://github.com/ban12-project/tailwindcss-safe-area/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/ban12-project/tailwindcss-safe-area/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/ban12-project/tailwindcss-safe-area/releases/tag/v0.1.0
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ban12/tailwindcss-safe-area",
"version": "0.2.1",
"version": "0.2.2",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -47,16 +47,16 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.93",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.5",
"@swc/cli": "^0.3.10",
"@swc/core": "^1.4.6",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"expect": "^29.7.0",
"jest": "^29.7.0",
"jest-diff": "^29.7.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"tailwindcss": "3.3.3",
"typescript": "^5.2.2"
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"tailwindcss": "3.4.1",
"typescript": "^5.4.2"
}
}
Loading

0 comments on commit 10084f4

Please sign in to comment.