Skip to content

Commit

Permalink
Use workspace protocol (#1742)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Sep 1, 2024
1 parent 18b8649 commit c52962d
Show file tree
Hide file tree
Showing 29 changed files with 172 additions and 172 deletions.
16 changes: 8 additions & 8 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@redux-devtools/app": "^6.1.0",
"@redux-devtools/core": "^4.0.0",
"@redux-devtools/instrument": "^2.1.0",
"@redux-devtools/serialize": "^0.4.1",
"@redux-devtools/slider-monitor": "^5.0.1",
"@redux-devtools/ui": "^1.3.2",
"@redux-devtools/utils": "^3.0.0",
"@redux-devtools/app": "workspace:^",
"@redux-devtools/core": "workspace:^",
"@redux-devtools/instrument": "workspace:^",
"@redux-devtools/serialize": "workspace:^",
"@redux-devtools/slider-monitor": "workspace:^",
"@redux-devtools/ui": "workspace:^",
"@redux-devtools/utils": "workspace:^",
"@reduxjs/toolkit": "^2.2.7",
"@types/jsan": "^3.1.5",
"jsan": "^3.1.14",
Expand All @@ -40,7 +40,7 @@
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-is": "^18.3.1",
"react-json-tree": "^0.19.0",
"react-json-tree": "workspace:^",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lint:all": "nx run-many --target=lint --all --parallel=1",
"test:all": "nx run-many --target=test --all --parallel=1",
"clean:all": "nx run-many --target=clean --all --parallel=1",
"release": "pnpm build:all && changeset publish"
"release": "pnpm build:all && pnpm publish -r"
},
"packageManager": "[email protected]"
}
4 changes: 2 additions & 2 deletions packages/d3-state-visualizer/examples/tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"d3-state-visualizer": "^3.0.0",
"map2tree": "^4.0.0"
"d3-state-visualizer": "workspace:^",
"map2tree": "workspace:^"
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/d3-state-visualizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"dependencies": {
"@types/d3": "^7.4.3",
"d3": "^7.9.0",
"d3tooltip": "^4.0.0",
"d3tooltip": "workspace:^",
"deepmerge": "^4.3.1",
"map2tree": "^4.0.0",
"map2tree": "workspace:^",
"ramda": "^0.30.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dock/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-dock": "^0.7.0",
"react-dock": "workspace:^",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-is": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-json-tree/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"dependencies": {
"immutable": "^4.3.7",
"react": "^18.3.1",
"react-base16-styling": "^0.10.0",
"react-base16-styling": "workspace:^",
"react-dom": "^18.3.1",
"react-json-tree": "^0.19.0"
"react-json-tree": "workspace:^"
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-json-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@types/lodash": "^4.17.7",
"react-base16-styling": "^0.10.0"
"react-base16-styling": "workspace:^"
},
"devDependencies": {
"@types/jest": "^29.5.12",
Expand Down
20 changes: 10 additions & 10 deletions packages/redux-devtools-app-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
},
"dependencies": {
"@babel/runtime": "^7.25.4",
"@redux-devtools/chart-monitor": "^5.0.1",
"@redux-devtools/core": "^4.0.0",
"@redux-devtools/inspector-monitor": "^6.0.0",
"@redux-devtools/inspector-monitor-test-tab": "^4.0.0",
"@redux-devtools/inspector-monitor-trace-tab": "^4.0.0",
"@redux-devtools/log-monitor": "^5.0.0",
"@redux-devtools/rtk-query-monitor": "^5.0.0",
"@redux-devtools/slider-monitor": "^5.0.0",
"@redux-devtools/ui": "^1.3.1",
"d3-state-visualizer": "^3.0.0",
"@redux-devtools/chart-monitor": "workspace:^",
"@redux-devtools/core": "workspace:^",
"@redux-devtools/inspector-monitor": "workspace:^",
"@redux-devtools/inspector-monitor-test-tab": "workspace:^",
"@redux-devtools/inspector-monitor-trace-tab": "workspace:^",
"@redux-devtools/log-monitor": "workspace:^",
"@redux-devtools/rtk-query-monitor": "workspace:^",
"@redux-devtools/slider-monitor": "workspace:^",
"@redux-devtools/ui": "workspace:^",
"d3-state-visualizer": "workspace:^",
"javascript-stringify": "^2.1.0",
"jsan": "^3.1.14",
"jsondiffpatch": "^0.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-devtools-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"prepublish": "pnpm run type-check && pnpm run lint"
},
"dependencies": {
"@redux-devtools/app-core": "^1.0.0",
"@redux-devtools/ui": "^1.3.2",
"@redux-devtools/app-core": "workspace:^",
"@redux-devtools/ui": "workspace:^",
"localforage": "^1.10.0",
"jsan": "^3.1.14",
"react-redux": "^9.1.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/redux-devtools-chart-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
},
"dependencies": {
"@babel/runtime": "^7.25.4",
"d3-state-visualizer": "^3.0.0",
"d3-state-visualizer": "workspace:^",
"deepmerge": "^4.3.1",
"react-base16-styling": "^0.10.0"
"react-base16-styling": "workspace:^"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
Expand All @@ -52,15 +52,15 @@
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@redux-devtools/core": "^4.0.0",
"@redux-devtools/core": "workspace:^",
"@types/react": "^18.3.4",
"react": "^18.3.1",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
"typescript": "~5.5.4"
},
"peerDependencies": {
"@redux-devtools/core": "^4.0.0",
"@redux-devtools/core": "workspace:^",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0",
"redux": "^3.4.0 || ^4.0.0 || ^5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-devtools-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@apollo/server": "^4.11.0",
"@emotion/react": "^11.13.3",
"@redux-devtools/app": "^6.0.0",
"@redux-devtools/app": "workspace:^",
"@reduxjs/toolkit": "^2.2.7",
"@types/react": "^18.3.4",
"body-parser": "^1.20.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/redux-devtools-dock-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@babel/runtime": "^7.25.4",
"parse-key": "^0.2.1",
"react-dock": "^0.7.0"
"react-dock": "workspace:^"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
Expand All @@ -53,7 +53,7 @@
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@redux-devtools/core": "^4.0.0",
"@redux-devtools/core": "workspace:^",
"@types/parse-key": "^0.2.2",
"@types/react": "^18.3.4",
"react": "^18.3.1",
Expand All @@ -62,7 +62,7 @@
"typescript": "~5.5.4"
},
"peerDependencies": {
"@redux-devtools/core": "^4.0.0",
"@redux-devtools/core": "workspace:^",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0",
"redux": "^3.4.0 || ^4.0.0 || ^5.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@redux-devtools/core": "^4.0.0",
"@redux-devtools/dock-monitor": "^4.0.0",
"@redux-devtools/inspector-monitor": "^6.0.0",
"@redux-devtools/inspector-monitor-test-tab": "^4.0.0",
"@redux-devtools/ui": "^1.3.0",
"@redux-devtools/core": "workspace:^",
"@redux-devtools/dock-monitor": "workspace:^",
"@redux-devtools/inspector-monitor": "workspace:^",
"@redux-devtools/inspector-monitor-test-tab": "workspace:^",
"@redux-devtools/ui": "workspace:^",
"immutable": "^4.3.7",
"lodash.shuffle": "^4.2.0",
"react": "^18.3.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@babel/runtime": "^7.25.4",
"@redux-devtools/ui": "^1.3.1",
"@redux-devtools/ui": "workspace:^",
"es6template": "^1.0.5",
"javascript-stringify": "^2.1.0",
"jsan": "^3.1.14",
Expand All @@ -61,8 +61,8 @@
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@emotion/react": "^11.13.3",
"@redux-devtools/core": "^4.0.0",
"@redux-devtools/inspector-monitor": "^6.0.0",
"@redux-devtools/core": "workspace:^",
"@redux-devtools/inspector-monitor": "workspace:^",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.0",
"@types/es6template": "^1.0.5",
Expand All @@ -81,7 +81,7 @@
},
"peerDependencies": {
"@emotion/react": "^11.13.3",
"@redux-devtools/inspector-monitor": "^6.0.0",
"@redux-devtools/inspector-monitor": "workspace:^",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"@types/styled-components": "^5.1.34",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"anser": "^2.1.1",
"html-entities": "^2.5.2",
"path-browserify": "^1.0.1",
"react-base16-styling": "^0.10.0",
"react-base16-styling": "workspace:^",
"source-map": "^0.5.7"
},
"devDependencies": {
Expand All @@ -48,8 +48,8 @@
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@emotion/react": "^11.13.3",
"@redux-devtools/core": "^4.0.0",
"@redux-devtools/inspector-monitor": "^6.0.1",
"@redux-devtools/core": "workspace:^",
"@redux-devtools/inspector-monitor": "workspace:^",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.0",
"@types/babel__code-frame": "^7.0.6",
Expand All @@ -70,7 +70,7 @@
},
"peerDependencies": {
"@emotion/react": "^11.13.3",
"@redux-devtools/inspector-monitor": "^6.0.0",
"@redux-devtools/inspector-monitor": "workspace:^",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/redux-devtools-inspector-monitor/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@redux-devtools/core": "^4.0.0",
"@redux-devtools/dock-monitor": "^4.0.1",
"@redux-devtools/inspector-monitor": "^6.0.1",
"@redux-devtools/core": "workspace:^",
"@redux-devtools/dock-monitor": "workspace:^",
"@redux-devtools/inspector-monitor": "workspace:^",
"immutable": "^4.3.7",
"lodash.shuffle": "^4.2.0",
"react": "^18.3.1",
"react-base16-styling": "^0.10.0",
"react-base16-styling": "workspace:^",
"react-bootstrap": "^2.10.4",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/redux-devtools-inspector-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"javascript-stringify": "^2.1.0",
"jsondiffpatch": "^0.6.0",
"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",
Expand All @@ -60,7 +60,7 @@
"@babel/preset-typescript": "^7.24.7",
"@emotion/babel-preset-css-prop": "^11.12.0",
"@emotion/react": "^11.13.3",
"@redux-devtools/core": "^4.0.0",
"@redux-devtools/core": "workspace:^",
"@types/dateformat": "^5.0.2",
"@types/hex-rgba": "^1.0.3",
"@types/lodash.debounce": "^4.0.9",
Expand All @@ -72,7 +72,7 @@
},
"peerDependencies": {
"@emotion/react": "^11.13.3",
"@redux-devtools/core": "^4.0.0",
"@redux-devtools/core": "workspace:^",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/redux-devtools-log-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -55,15 +55,15 @@
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@redux-devtools/core": "^4.0.0",
"@redux-devtools/core": "workspace:^",
"@types/react": "^18.3.4",
"react": "^18.3.1",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
"typescript": "~5.5.4"
},
"peerDependencies": {
"@redux-devtools/core": "^4.0.0",
"@redux-devtools/core": "workspace:^",
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.4 || ^17.0.0 || ^18.0.0",
"redux": "^3.4.0 || ^4.0.0 || ^5.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/redux-devtools-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
},
"dependencies": {
"@babel/runtime": "^7.25.4",
"@redux-devtools/instrument": "^2.2.0",
"@redux-devtools/utils": "^3.0.0",
"@redux-devtools/instrument": "workspace:^",
"@redux-devtools/utils": "workspace:^",
"jsan": "^3.1.14",
"rn-host-detect": "^1.2.0",
"socketcluster-client": "^19.2.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/redux-devtools-rtk-query-monitor/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mswjs/data": "^0.16.1",
"@redux-devtools/core": "^4.0.0",
"@redux-devtools/dock-monitor": "^4.0.0",
"@redux-devtools/rtk-query-monitor": "^5.0.0",
"@redux-devtools/core": "workspace:^",
"@redux-devtools/dock-monitor": "workspace:^",
"@redux-devtools/rtk-query-monitor": "workspace:^",
"@reduxjs/toolkit": "^2.2.7",
"framer-motion": "^11.3.30",
"msw": "^2.3.5",
Expand Down
Loading

0 comments on commit c52962d

Please sign in to comment.