Skip to content

Commit

Permalink
chore: pin internal peer dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
orionmiz committed Feb 13, 2024
1 parent 43a2f2a commit d486570
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions extensions/compat-await-push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"@stackflow/core": "^1.0.10",
"@stackflow/react": "^1.1.7",
"@stackflow/core": "^1",
"@stackflow/react": "^1",
"@types/react": ">=16.8.0",
"react": ">=16.8.0"
},
Expand Down
8 changes: 4 additions & 4 deletions extensions/link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"@stackflow/core": "^1.0.10",
"@stackflow/plugin-history-sync": "^1.3.18",
"@stackflow/plugin-preload": "^1.2.15",
"@stackflow/react": "^1.1.7",
"@stackflow/core": "^1",
"@stackflow/plugin-history-sync": "^1",
"@stackflow/plugin-preload": "^1",
"@stackflow/react": "^1",
"@types/react": ">=16.8.0",
"react": ">=16.8.0"
},
Expand Down
4 changes: 2 additions & 2 deletions extensions/plugin-basic-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"@stackflow/core": "^1.0.10",
"@stackflow/react": "^1.1.7",
"@stackflow/core": "^1",
"@stackflow/react": "^1",
"@types/react": ">=16.8.0",
"react": ">=16.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion extensions/plugin-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"@stackflow/core": "^1.0.10"
"@stackflow/core": "^1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions extensions/plugin-google-analytics-4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"@stackflow/core": "^1.0.10",
"@stackflow/react": "^1.1.7",
"@stackflow/core": "^1",
"@stackflow/react": "^1",
"@types/react": ">=16.8.0",
"react": ">=16.8.0"
},
Expand Down
4 changes: 2 additions & 2 deletions extensions/plugin-history-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"@stackflow/core": "^1.0.10",
"@stackflow/react": "^1.1.7",
"@stackflow/core": "^1",
"@stackflow/react": "^1",
"@types/react": ">=16.8.0",
"react": ">=16.8.0"
},
Expand Down
4 changes: 2 additions & 2 deletions extensions/plugin-map-initial-activity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"@stackflow/core": "^1.0.10",
"@stackflow/react": "^1.1.7"
"@stackflow/core": "^1",
"@stackflow/react": "^1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions extensions/plugin-preload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"@stackflow/core": "^1.0.10",
"@stackflow/react": "^1.1.7",
"@stackflow/core": "^1",
"@stackflow/react": "^1",
"@types/react": ">=16.8.0",
"react": ">=16.8.0"
},
Expand Down
4 changes: 2 additions & 2 deletions extensions/plugin-renderer-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"@stackflow/core": "^1.0.10",
"@stackflow/react": "^1.1.7",
"@stackflow/core": "^1",
"@stackflow/react": "^1",
"@types/react": ">=16.8.0",
"react": ">=16.8.0"
},
Expand Down
4 changes: 2 additions & 2 deletions extensions/plugin-renderer-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"@stackflow/core": "^1.0.10",
"@stackflow/react": "^1.1.7",
"@stackflow/core": "^1",
"@stackflow/react": "^1",
"@types/react": ">=16.8.0",
"react": ">=16.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion extensions/plugin-stack-depth-change/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"@stackflow/core": "^1.0.10"
"@stackflow/core": "^1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion integrations/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"@stackflow/core": "^1.0.10",
"@stackflow/core": "^1",
"@types/react": ">=16.8.0",
"react": ">=16.8.0"
},
Expand Down

0 comments on commit d486570

Please sign in to comment.