Skip to content

Commit

Permalink
Fix changeset config, bump @teiler dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
drozdzynski committed May 29, 2024
1 parent 033241f commit df0e35f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"bumpVersionsWithWorkspaceProtocolOnly": true,
"bumpVersionsWithWorkspaceProtocolOnly": false,
"ignore": []
}
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@teiler/core": "0.0.22",
"@teiler/core": "0.0.23",
"svelte": "^4.2.10"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build-storybook": "storybook build"
},
"dependencies": {
"@teiler/core": "0.0.22"
"@teiler/core": "0.0.23"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.3.4",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5246,7 +5246,7 @@ __metadata:
languageName: node
linkType: hard

"@teiler/core@npm:0.0.22, @teiler/core@workspace:packages/core":
"@teiler/core@npm:0.0.23, @teiler/core@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@teiler/core@workspace:packages/core"
dependencies:
Expand Down Expand Up @@ -5283,7 +5283,7 @@ __metadata:
"@storybook/svelte-vite": "npm:^8.1.1"
"@storybook/test": "npm:^8.1.1"
"@sveltejs/vite-plugin-svelte": "npm:^3.1.0"
"@teiler/core": "npm:0.0.22"
"@teiler/core": "npm:0.0.23"
"@testing-library/svelte": "npm:^5.1.0"
esbuild: "npm:^0.20.0"
jest: "npm:^29.7.0"
Expand Down Expand Up @@ -5320,7 +5320,7 @@ __metadata:
"@storybook/test": "npm:^8.1.1"
"@storybook/vue3": "npm:^8.1.1"
"@storybook/vue3-vite": "npm:^8.1.1"
"@teiler/core": "npm:0.0.22"
"@teiler/core": "npm:0.0.23"
"@vitejs/plugin-vue": "npm:^5.0.4"
"@vue/test-utils": "npm:^2.4.6"
esbuild: "npm:^0.20.0"
Expand Down

0 comments on commit df0e35f

Please sign in to comment.