diff --git a/packages/registry/package.json b/packages/registry/package.json index bc89d4f83b..4cab2e05ce 100644 --- a/packages/registry/package.json +++ b/packages/registry/package.json @@ -72,6 +72,7 @@ "build": "tsup", "build:force": "rm -rf dist && tsup", "check:exports": "attw --pack .", + "check-ts": "tsc --project tsconfig.json", "test": "vitest", "test:debug": "vitest --inspect-brk --no-file-parallelism registry", "dry-release": "release-it --dry-run", @@ -105,8 +106,6 @@ "@types/react": "^18", "@types/react-dom": "^18", "@types/tmp": "^0.2.6", - "react": "^18.2.0", - "react-dom": "^18.2.0", "release-it": "16.2.1", "tsconfig": "workspace:*", "tsup": "^8.3.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8b136ce8a6..4041c5ffea 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -899,6 +899,12 @@ importers: glob: specifier: ^10.4.5 version: 10.4.5 + react: + specifier: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + version: 18.2.0 + react-dom: + specifier: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + version: 18.2.0(react@18.2.0) tmp: specifier: 0.2.1 version: 0.2.1 @@ -927,12 +933,6 @@ importers: '@types/tmp': specifier: ^0.2.6 version: 0.2.6 - react: - specifier: ^18.2.0 - version: 18.2.0 - react-dom: - specifier: ^18.2.0 - version: 18.2.0(react@18.2.0) release-it: specifier: 16.2.1 version: 16.2.1(encoding@0.1.13)(typescript@5.7.3) @@ -20530,7 +20530,7 @@ snapshots: dependencies: '@babel/core': 7.24.4 '@babel/helper-plugin-utils': 7.25.7 - '@babel/helper-validator-option': 7.25.7 + '@babel/helper-validator-option': 7.25.9 '@babel/plugin-syntax-jsx': 7.25.7(@babel/core@7.24.4) '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.4) '@babel/plugin-transform-typescript': 7.24.4(@babel/core@7.24.4)