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 #243

Closed
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.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.3",
"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": "^3.2.5",
"@alwatr/signal": "^2.0.5",
"@alwatr/style": "workspace:^",
"lit-html": "^3.1.2",
"lit-html": "^3.1.3",
"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.4.1",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2"
}
}
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ __metadata:
"@alwatr/logger": "npm:^3.2.5"
"@alwatr/signal": "npm:^2.0.5"
"@alwatr/style": "workspace:^"
lit-html: "npm:^3.1.2"
lit-html: "npm:^3.1.3"
tslib: "npm:^2.6.2"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -139,7 +139,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@alwatr/style@workspace:packages/style"
dependencies:
tailwindcss: "npm:^3.4.1"
tailwindcss: "npm:^3.4.3"
tslib: "npm:^2.6.2"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -3926,7 +3926,7 @@ __metadata:
postcss-preset-env: "npm:^9.3.0"
prettier: "npm:^3.2.5"
prettier-plugin-tailwindcss: "npm:^0.5.11"
tailwindcss: "npm:^3.4.1"
tailwindcss: "npm:^3.4.3"
ts-lit-plugin: "npm:^2.0.2"
tslib: "npm:^2.6.2"
typescript: "npm:^5.3.3"
Expand Down Expand Up @@ -7158,7 +7158,7 @@ __metadata:
languageName: node
linkType: hard

"jiti@npm:^1.19.1":
"jiti@npm:^1.21.0":
version: 1.21.0
resolution: "jiti@npm:1.21.0"
bin:
Expand Down Expand Up @@ -7527,12 +7527,12 @@ __metadata:
languageName: node
linkType: hard

"lit-html@npm:^3.1.2":
version: 3.1.2
resolution: "lit-html@npm:3.1.2"
"lit-html@npm:^3.1.3":
version: 3.1.3
resolution: "lit-html@npm:3.1.3"
dependencies:
"@types/trusted-types": "npm:^2.0.2"
checksum: 10c0/923ef6e0d52aef0cd1f3d6922c7b46e9de7efe0493b205da7f0e5a1d50ab02884cab87425886e2281396ece7745e4b794220bb5e8c4fedbdba47281aeeb489d3
checksum: 10c0/0d0b6fd0db7151d38387fa7b07e4203f3598e3b89567997d6d37f84ba7cd76e0e6fd5a41c5eb13d70e10e632dbce6bfc69c5b24c6e8b54975eeb942bb5fa334c
languageName: node
linkType: hard

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

"tailwindcss@npm:^3.4.1":
version: 3.4.1
resolution: "tailwindcss@npm:3.4.1"
"tailwindcss@npm:^3.4.3":
version: 3.4.3
resolution: "tailwindcss@npm:3.4.3"
dependencies:
"@alloc/quick-lru": "npm:^5.2.0"
arg: "npm:^5.0.2"
Expand All @@ -10566,7 +10566,7 @@ __metadata:
fast-glob: "npm:^3.3.0"
glob-parent: "npm:^6.0.2"
is-glob: "npm:^4.0.3"
jiti: "npm:^1.19.1"
jiti: "npm:^1.21.0"
lilconfig: "npm:^2.1.0"
micromatch: "npm:^4.0.5"
normalize-path: "npm:^3.0.0"
Expand All @@ -10583,7 +10583,7 @@ __metadata:
bin:
tailwind: lib/cli.js
tailwindcss: lib/cli.js
checksum: 10c0/eec3d758f1cd4f51ab3b4c201927c3ecd18e55f8ac94256af60276aaf8d1df78f9dddb5e9fb1e057dfa7cea3c1356add4994cc3d42da9739df874e67047e656f
checksum: 10c0/11e5546494f2888f693ebaa271b218b3a8e52fe59d7b629e54f2dffd6eaafd5ded2e9f0c37ad04e6a866dffb2b116d91becebad77e1441beee8bf016bb2392f9
languageName: node
linkType: hard

Expand Down
Loading