diff --git a/packages/redux-devtools-log-monitor/package.json b/packages/redux-devtools-log-monitor/package.json index 9b03924e..77fcfa6f 100644 --- a/packages/redux-devtools-log-monitor/package.json +++ b/packages/redux-devtools-log-monitor/package.json @@ -44,8 +44,8 @@ "@babel/runtime": "^7.25.4", "@types/lodash.debounce": "^4.0.9", "lodash.debounce": "^4.0.8", - "react-base16-styling": "^0.10.0", - "react-json-tree": "^0.19.0" + "react-base16-styling": "workspace:^", + "react-json-tree": "workspace:^" }, "devDependencies": { "@babel/cli": "^7.24.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 26832dd0..aa802ad0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1863,10 +1863,10 @@ importers: specifier: ^4.0.8 version: 4.0.8 react-base16-styling: - specifier: ^0.10.0 + specifier: workspace:^ version: link:../react-base16-styling react-json-tree: - specifier: ^0.19.0 + specifier: workspace:^ version: link:../react-json-tree devDependencies: '@babel/cli':