Skip to content

Commit

Permalink
Merge pull request #29 from statelyai/mellson/update-urls
Browse files Browse the repository at this point in the history
Updated dependencies and fixed manypkg default branch
  • Loading branch information
mellson authored Jul 22, 2024
2 parents 8abc2ef + 2e17c4a commit f2b6bd6
Show file tree
Hide file tree
Showing 6 changed files with 730 additions and 1,162 deletions.
6 changes: 6 additions & 0 deletions .changeset/spicy-grapes-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@statelyai/sky-react': patch
'@statelyai/sky': patch
---

Updated dependencies and fixed manypkg default branch
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ node_modules

.DS_Store
dist/

# local dev files
scripts/dev.sh
.env
21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"author": "Stately Team",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-typescript": "^7.23.0",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@manypkg/cli": "^0.21.0",
"@preconstruct/cli": "^2.8.1",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"typescript": "^5.4.5"
"@babel/core": "^7.24.9",
"@babel/preset-typescript": "^7.24.7",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@manypkg/cli": "^0.21.4",
"@preconstruct/cli": "^2.8.7",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"typescript": "^5.5.3"
},
"scripts": {
"preinstall": "node ./scripts/ensure-yarn.js",
Expand All @@ -34,6 +34,9 @@
"copy-sky-react": "cp -r packages/sky-react/ ../sky-starter-app/node_modules/@statelyai/sky-react",
"dev": "yarn build && yarn copy-sky && yarn copy-sky-react"
},
"manypkg": {
"defaultBranch": "main"
},
"preconstruct": {
"packages": [
"packages/*"
Expand Down
6 changes: 3 additions & 3 deletions packages/sky-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
],
"keywords": [],
"scripts": {},
"repository": "https://github.com/statelyai/sky/tree/master/packages/sky-core",
"repository": "https://github.com/statelyai/sky/tree/main/packages/sky-core",
"author": "Stately Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/statelyai/sky/issues"
},
"homepage": "https://github.com/statelyai/sky/tree/main/packages/sky-core#readme",
"homepage": "https://stately.ai/docs/sky",
"dependencies": {
"partysocket": "^1.0.1",
"superjson": "^2.2.1",
"xstate": "^5.13.0"
"xstate": "^5.15.0"
}
}
6 changes: 3 additions & 3 deletions packages/sky-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"keywords": [],
"scripts": {},
"repository": "https://github.com/statelyai/sky/tree/master/packages/sky-react",
"repository": "https://github.com/statelyai/sky/tree/main/packages/sky-react",
"author": "Stately Team",
"license": "MIT",
"bugs": {
Expand All @@ -32,10 +32,10 @@
"dependencies": {
"@statelyai/sky": "^0.0.13",
"@xstate/react": "^4.1.1",
"xstate": "^5.13.0"
"xstate": "^5.15.0"
},
"devDependencies": {
"@types/react": "^18.3.1",
"@types/react": "^18.3.3",
"react": "^18.3.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit f2b6bd6

Please sign in to comment.