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-dev): bump @rslib/core from 0.1.3 to 0.1.4 #263

Closed
wants to merge 1 commit into from
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 packages/tempo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"analyze:types": "tsc --noEmit"
},
"devDependencies": {
"@rslib/core": "^0.1.3",
"@rslib/core": "^0.1.4",
"@types/node": "^22.10.2",
"@vitest/coverage-istanbul": "^2.1.8",
"consola": "^3.2.3",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@joggr/tempo@workspace:packages/tempo"
dependencies:
"@rslib/core": "npm:^0.1.3"
"@rslib/core": "npm:^0.1.4"
"@types/node": "npm:^22.10.2"
"@vitest/coverage-istanbul": "npm:^2.1.8"
consola: "npm:^3.2.3"
Expand Down Expand Up @@ -889,7 +889,7 @@ __metadata:
languageName: node
linkType: hard

"@rsbuild/core@npm:~1.1.8":
"@rsbuild/core@npm:~1.1.10":
version: 1.1.10
resolution: "@rsbuild/core@npm:1.1.10"
dependencies:
Expand All @@ -903,12 +903,12 @@ __metadata:
languageName: node
linkType: hard

"@rslib/core@npm:^0.1.3":
version: 0.1.3
resolution: "@rslib/core@npm:0.1.3"
"@rslib/core@npm:^0.1.4":
version: 0.1.4
resolution: "@rslib/core@npm:0.1.4"
dependencies:
"@rsbuild/core": "npm:~1.1.8"
rsbuild-plugin-dts: "npm:0.1.3"
"@rsbuild/core": "npm:~1.1.10"
rsbuild-plugin-dts: "npm:0.1.4"
tinyglobby: "npm:^0.2.10"
peerDependencies:
"@microsoft/api-extractor": ^7
Expand All @@ -920,7 +920,7 @@ __metadata:
optional: true
bin:
rslib: bin/rslib.js
checksum: 10/537ea2ffe90c38cceb0bfc0cef7534387e4b6faf1eb4fdb944488c7b8936d0273b305115bfd2075816ff7c835617a697c1b6d72bf0ad04cf729a32c4e25d5864
checksum: 10/3b6f1049e5d15fa747403820da8c9cfdda5e1d28ff714bf25a3b78c27b2e1c0af9d5dd0cb912ad236bbd5a76dc7c88a6c916043355583abbb7789ddd4c116e03
languageName: node
linkType: hard

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

"rsbuild-plugin-dts@npm:0.1.3":
version: 0.1.3
resolution: "rsbuild-plugin-dts@npm:0.1.3"
"rsbuild-plugin-dts@npm:0.1.4":
version: 0.1.4
resolution: "rsbuild-plugin-dts@npm:0.1.4"
dependencies:
magic-string: "npm:^0.30.14"
picocolors: "npm:1.1.1"
Expand All @@ -2341,7 +2341,7 @@ __metadata:
optional: true
typescript:
optional: true
checksum: 10/b0c6f4ec1798aac0b432dcb659a217da3c1e3a6a0145ae9d53db19229afcebccfee735e0e276e6eb7ee980afe6931ecf0829b79ccaea0aae00515898597f1d54
checksum: 10/27fdb54113cb052d0c7ae6eb637493658f9e95f6a76ccb5882a4d94aacc94d2e538807ff362d76af06c31dc8c27e512108b46403df77d1f2a7ec9f5d0155b972
languageName: node
linkType: hard

Expand Down
Loading