Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the production-dependencies group with 2 updates #165

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"postcss-preset-env": "^9.3.0",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.3.7",
"tailwindcss": "^3.4.1",
"ts-lit-plugin": "^2.0.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/fract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@alwatr/logger": "^2.4.1",
"@alwatr/signal": "^2.0.5",
"@alwatr/style": "workspace:^",
"lit-html": "^3.1.0",
"lit-html": "^3.1.1",
"tslib": "^2.6.2"
}
}
2 changes: 1 addition & 1 deletion packages/style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"url": "https://github.com/Alwatr/fract/issues"
},
"dependencies": {
"tailwindcss": "^3.3.7",
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2"
}
}
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ __metadata:
"@alwatr/logger": "npm:^2.4.1"
"@alwatr/signal": "npm:^2.0.5"
"@alwatr/style": "workspace:^"
lit-html: "npm:^3.1.0"
lit-html: "npm:^3.1.1"
tslib: "npm:^2.6.2"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -115,7 +115,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@alwatr/style@workspace:packages/style"
dependencies:
tailwindcss: "npm:^3.3.7"
tailwindcss: "npm:^3.4.1"
tslib: "npm:^2.6.2"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -3844,7 +3844,7 @@ __metadata:
postcss-preset-env: "npm:^9.3.0"
prettier: "npm:^3.2.4"
prettier-plugin-tailwindcss: "npm:^0.5.11"
tailwindcss: "npm:^3.3.7"
tailwindcss: "npm:^3.4.1"
ts-lit-plugin: "npm:^2.0.2"
tslib: "npm:^2.6.2"
typescript: "npm:^5.3.3"
Expand Down Expand Up @@ -7496,12 +7496,12 @@ __metadata:
languageName: node
linkType: hard

"lit-html@npm:^3.1.0":
version: 3.1.0
resolution: "lit-html@npm:3.1.0"
"lit-html@npm:^3.1.1":
version: 3.1.1
resolution: "lit-html@npm:3.1.1"
dependencies:
"@types/trusted-types": "npm:^2.0.2"
checksum: ecd6d0c97715cc92092d14f329acd04eea37886a947a07f32bd96dd89d44253689a9e4e9c787412e184657c2af5547332ba07f2cfcabda8d4c0db36863a93cc0
checksum: c4f12b0b49739b1dd83e172b20e5b8f2ad5b92a72c25aa19e3cc169823164b7aeb12fb098ef6ab1031e6ed15b4119659190832e0b066df785d903bebe6734b87
languageName: node
linkType: hard

Expand Down Expand Up @@ -10556,9 +10556,9 @@ __metadata:
languageName: node
linkType: hard

"tailwindcss@npm:^3.3.7":
version: 3.3.7
resolution: "tailwindcss@npm:3.3.7"
"tailwindcss@npm:^3.4.1":
version: 3.4.1
resolution: "tailwindcss@npm:3.4.1"
dependencies:
"@alloc/quick-lru": "npm:^5.2.0"
arg: "npm:^5.0.2"
Expand All @@ -10585,7 +10585,7 @@ __metadata:
bin:
tailwind: lib/cli.js
tailwindcss: lib/cli.js
checksum: 89c8610ae4c3e358bbc2bef255d6665d2e54527eb6f131e63e6e702003fa97c9ca14cae675f6760870863fcc46eada8f4b54aeb1a1ed5669a81c325b423a3db0
checksum: eec3d758f1cd4f51ab3b4c201927c3ecd18e55f8ac94256af60276aaf8d1df78f9dddb5e9fb1e057dfa7cea3c1356add4994cc3d42da9739df874e67047e656f
languageName: node
linkType: hard

Expand Down
Loading