Skip to content

Commit

Permalink
Use workspace protocol in public packages
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Aug 22, 2024
1 parent 75e9a13 commit fc7757e
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 483 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.1.1/schema.json",
"$schema": "https://unpkg.com/@changesets/config@3.0.2/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "seek-oss/crackle" }],
"commit": false,
"linked": [],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.26.2",
"@changesets/cli": "^2.27.7",
"@crackle-private/bootstrap": "workspace:*",
"@crackle/cli": "workspace:*",
"@crackle/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dev": "crackle dev"
},
"dependencies": {
"@crackle/core": "^0.33.3",
"@crackle/core": "workspace:^",
"yargs": "^17.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/plugin-syntax-typescript": "^7.23.3",
"@crackle/babel-plugin-remove-exports": "^0.3.0",
"@crackle/router": "^0.4.1",
"@crackle/router": "workspace:^",
"@ungap/structured-clone": "^1.2.0",
"@vanilla-extract/css": "^1.14.0",
"@vanilla-extract/integration": "^7.0.0",
Expand Down
Loading

0 comments on commit fc7757e

Please sign in to comment.