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

fix(deps): update dependency @pkgr/core to ^0.1.1 #167

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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"version": "changeset version && yarn --no-immutable"
},
"dependencies": {
"@pkgr/core": "^0.1.0",
"@pkgr/core": "^0.1.1",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3629,7 +3629,7 @@ __metadata:
languageName: node
linkType: hard

"@pkgr/core@npm:^0.1.0":
"@pkgr/core@npm:^0.1.0, @pkgr/core@npm:^0.1.1":
version: 0.1.1
resolution: "@pkgr/core@npm:0.1.1"
checksum: 3f7536bc7f57320ab2cf96f8973664bef624710c403357429fbf680a5c3b4843c1dbd389bb43daa6b1f6f1f007bb082f5abcb76bb2b5dc9f421647743b71d3d8
Expand Down Expand Up @@ -15142,7 +15142,7 @@ __metadata:
"@changesets/changelog-github": "npm:^0.5.0"
"@changesets/cli": "npm:^2.27.1"
"@commitlint/cli": "npm:^18.4.3"
"@pkgr/core": "npm:^0.1.0"
"@pkgr/core": "npm:^0.1.1"
"@pkgr/rollup": "npm:^5.0.0"
"@swc-node/register": "npm:^1.6.8"
"@types/jest": "npm:^29.5.11"
Expand Down
Loading