Skip to content

Commit

Permalink
Merge pull request #17 from stack-spot/fix/problematic-deps-versions
Browse files Browse the repository at this point in the history
Fix/problematic deps versions
  • Loading branch information
Tiagoperes authored Jun 3, 2024
2 parents 508dd3f + 045c576 commit 8674654
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 27 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
}
}
}
6 changes: 4 additions & 2 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tsc-esm-fix": "^2.20.26",
"typescript": "^5.2.2"
"typescript": "^5.2.2",
"react": "18.2.0",
"react-dom": "18.2.0"
}
}
}
6 changes: 3 additions & 3 deletions packages/sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"@stack-spot/citron-navigator": "^1.1.0"
},
"devDependencies": {
Expand All @@ -28,4 +28,4 @@
"vite": "^5.2.0",
"@stack-spot/citron-navigator-cli": "^1.0.0"
}
}
}
41 changes: 20 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8674654

Please sign in to comment.