Files
open-gsio/packages/router/package.json
dependabot[bot] bf8113b65c Bump mobx-state-tree from 6.0.1 to 7.0.2
Bumps [mobx-state-tree](https://github.com/mobxjs/mobx-state-tree) from 6.0.1 to 7.0.2.
- [Release notes](https://github.com/mobxjs/mobx-state-tree/releases)
- [Changelog](https://github.com/mobxjs/mobx-state-tree/blob/master/changelog.md)
- [Commits](https://github.com/mobxjs/mobx-state-tree/compare/v6.0.1...v7.0.2)

---
updated-dependencies:
- dependency-name: mobx-state-tree
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-17 17:48:58 +00:00

18 lines
389 B
JSON

{
"name": "@open-gsio/router",
"type": "module",
"module": "src/index.ts",
"scripts": {
"tests": "vitest run",
"tests:coverage": "vitest run --coverage.enabled=true"
},
"devDependencies": {
"@open-gsio/services": "workspace:*",
"itty-router": "^5.0.18",
"mobx": "^6.13.5",
"mobx-state-tree": "^7.0.2",
"vitest": "^3.1.4",
"vite": "^6.3.5"
}
}