Files
lifeRestart/packages/core/package.json
T
dependabot[bot] 082da7933d build(deps): bump immer from 11.1.16 to 11.1.18
Bumps [immer](https://github.com/immerjs/immer) from 11.1.16 to 11.1.18.
- [Release notes](https://github.com/immerjs/immer/releases)
- [Commits](https://github.com/immerjs/immer/compare/v11.1.16...v11.1.18)

---
updated-dependencies:
- dependency-name: immer
  dependency-version: 11.1.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-26 01:06:45 +00:00

30 lines
724 B
JSON

{
"name": "@remake/core",
"type": "module",
"version": "3.0.0",
"author": "Vick Scarlet <vick@syaro.io>",
"main": "src/index.ts",
"scripts": {
"lint": "bunx --bun eslint .",
"test": "bun test"
},
"dependencies": {
"@remake/condition": "workspace:*",
"@remake/data": "workspace:*",
"@remake/vitex": "workspace:*",
"immer": "^11.1.18"
},
"exports": {
".": {
"types": "./src/index.ts",
"import": "./src/index.ts",
"default": "./src/index.ts"
},
"./*": {
"types": "./src/*.ts",
"import": "./src/*.ts",
"default": "./src/*.ts"
}
}
}