Files
effect-fc/packages/example/package.json
Renovate Bot 7b8a83dcd8
Some checks failed
Lint / lint (push) Failing after 3s
Update dependency globals to v17 (#30)
This PR contains the following updates:

| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [globals](https://github.com/sindresorhus/globals) | [`^16.5.0` → `^17.0.0`](https://renovatebot.com/diffs/npm/globals/16.5.0/17.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/globals/17.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/globals/16.5.0/17.0.0?slim=true) |

---

### Release Notes

<details>
<summary>sindresorhus/globals (globals)</summary>

### [`v17.0.0`](https://github.com/sindresorhus/globals/releases/tag/v17.0.0)

[Compare Source](https://github.com/sindresorhus/globals/compare/v16.5.0...v17.0.0)

##### Breaking

- Split `audioWorklet` environment from `browser` ([#&#8203;320](https://github.com/sindresorhus/globals/issues/320))  [`7bc293e`](https://github.com/sindresorhus/globals/commit/7bc293e)

##### Improvements

- Update globals ([#&#8203;329](https://github.com/sindresorhus/globals/issues/329))  [`ebe1063`](https://github.com/sindresorhus/globals/commit/ebe1063)
- Get all browser globals from both `chrome` and `firefox` ([#&#8203;321](https://github.com/sindresorhus/globals/issues/321))  [`59ceff8`](https://github.com/sindresorhus/globals/commit/59ceff8)
- Add `bunBuiltin` environment ([#&#8203;324](https://github.com/sindresorhus/globals/issues/324))  [`1bc6e3b`](https://github.com/sindresorhus/globals/commit/1bc6e3b)
- Add `denoBuiltin` environment ([#&#8203;324](https://github.com/sindresorhus/globals/issues/324))  [`1bc6e3b`](https://github.com/sindresorhus/globals/commit/1bc6e3b)
- Add `paintWorklet` environment ([#&#8203;323](https://github.com/sindresorhus/globals/issues/323))  [`4b78f56`](https://github.com/sindresorhus/globals/commit/4b78f56)
- Add `sharedWorker` environment ([#&#8203;322](https://github.com/sindresorhus/globals/issues/322))  [`4a02a85`](https://github.com/sindresorhus/globals/commit/4a02a85)

***

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im5leHQiLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: https://git.valverde.cloud/Thilawyn/effect-fc/pulls/30
Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud>
Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
2026-01-16 14:21:26 +01:00

43 lines
1.1 KiB
JSON

{
"name": "@effect-fc/example",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"lint:tsc": "tsc --noEmit",
"lint:biome": "biome lint",
"preview": "vite preview",
"clean:cache": "rm -rf .turbo node_modules/.tmp node_modules/.vite* .tanstack",
"clean:dist": "rm -rf dist",
"clean:modules": "rm -rf node_modules"
},
"devDependencies": {
"@tanstack/react-router": "^1.139.12",
"@tanstack/react-router-devtools": "^1.139.12",
"@tanstack/router-plugin": "^1.139.12",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"globals": "^17.0.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"type-fest": "^5.2.0",
"vite": "^7.2.6"
},
"dependencies": {
"@effect/platform": "^0.93.6",
"@effect/platform-browser": "^0.73.0",
"@radix-ui/themes": "^3.2.1",
"@typed/id": "^0.17.2",
"effect": "^3.19.8",
"effect-fc": "workspace:*",
"react-icons": "^5.5.0"
},
"overrides": {
"@types/react": "^19.2.7",
"effect": "^3.19.8",
"react": "^19.2.0"
}
}