Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"jsan": "^3.1.14",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"react-is": "^19.1.1",
"react-is": "^19.2.0",
"react-json-tree": "workspace:^",
"react-redux": "^9.2.0",
"redux": "^5.0.1",
Expand All @@ -54,27 +54,27 @@
"@babel/preset-typescript": "^7.27.1",
"@babel/register": "^7.28.3",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/chrome": "^0.1.11",
"@types/chrome": "^0.1.22",
"@types/lodash-es": "^4.17.12",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"chromedriver": "^126.0.5",
"cross-env": "^10.0.0",
"cross-env": "^10.1.0",
"electron": "^31.7.7",
"esbuild": "^0.25.9",
"esbuild": "^0.25.10",
"globals": "^16.4.0",
"immutable": "^5.1.3",
"jest": "^30.1.3",
"jest-environment-jsdom": "^30.1.2",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"pug": "^3.0.3",
"rimraf": "^6.0.1",
"selenium-webdriver": "^4.35.0",
"selenium-webdriver": "^4.36.0",
"sinon-chrome": "^3.0.1",
"ts-jest": "^29.4.1",
"typescript": "~5.9.2",
"webpack": "^5.101.3",
"ts-jest": "^29.4.4",
"typescript": "~5.9.3",
"webpack": "^5.102.1",
"webpack-cli": "^6.0.1"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"devDependencies": {
"@babel/core": "^7.28.4",
"@changesets/cli": "^2.29.7",
"@eslint/compat": "^1.3.2",
"@eslint/js": "^9.35.0",
"eslint": "^9.35.0",
"@eslint/compat": "^1.4.0",
"@eslint/js": "^9.37.0",
"eslint": "^9.37.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jest": "^29.0.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"jest": "^30.1.3",
"jest": "^30.2.0",
"prettier": "3.6.2",
"typescript": "~5.9.2",
"typescript-eslint": "^8.43.0"
"typescript": "~5.9.3",
"typescript-eslint": "^8.46.0"
},
"scripts": {
"format": "prettier --write .",
Expand All @@ -24,5 +24,5 @@
"clean:all": "pnpm --recursive run clean",
"release": "pnpm build:all && pnpm publish -r"
},
"packageManager": "pnpm@10.16.1"
"packageManager": "pnpm@10.18.1"
}
8 changes: 4 additions & 4 deletions packages/d3-state-visualizer/examples/tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"@babel/core": "^7.28.4",
"@babel/preset-env": "^7.28.3",
"@babel/preset-typescript": "^7.27.1",
"@types/node": "^22.18.3",
"@types/node": "^22.18.8",
"babel-loader": "^10.0.0",
"cross-env": "^10.0.0",
"cross-env": "^10.1.0",
"fork-ts-checker-webpack-plugin": "^9.1.0",
"html-webpack-plugin": "^5.6.4",
"ts-node": "^10.9.2",
"typescript": "~5.9.2",
"webpack": "^5.101.3",
"typescript": "~5.9.3",
"webpack": "^5.102.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/d3-state-visualizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"devDependencies": {
"@types/ramda": "^0.31.1",
"rimraf": "^6.0.1",
"typescript": "~5.9.2"
"typescript": "~5.9.3"
}
}
2 changes: 1 addition & 1 deletion packages/d3tooltip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/d3": "^7.4.3",
"d3": "^7.9.0",
"rimraf": "^6.0.1",
"typescript": "~5.9.2"
"typescript": "~5.9.3"
},
"peerDependencies": {
"@types/d3": "^7.4.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/map2tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"@types/jest": "^30.0.0",
"@types/lodash-es": "^4.17.12",
"immutable": "^5.1.3",
"jest": "^30.1.3",
"jest": "^30.2.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.4.1",
"typescript": "~5.9.2"
"ts-jest": "^29.4.4",
"typescript": "~5.9.3"
}
}
8 changes: 4 additions & 4 deletions packages/react-base16-styling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"@types/color": "^4.2.0",
"@types/jest": "^30.0.0",
"@types/lodash-es": "^4.17.12",
"jest": "^30.1.3",
"jest-environment-jsdom": "^30.1.2",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.4.1",
"typescript": "~5.9.2"
"ts-jest": "^29.4.4",
"typescript": "~5.9.3"
}
}
18 changes: 9 additions & 9 deletions packages/react-dock/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@
},
"dependencies": {
"@emotion/styled": "^11.14.1",
"react": "^19.1.1",
"react": "^19.2.0",
"react-bootstrap": "^2.10.10",
"react-dock": "workspace:^",
"react-dom": "^19.1.1",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"react-is": "^19.1.1"
"react-is": "^19.2.0"
},
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@types/node": "^22.18.3",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@types/node": "^22.18.8",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"babel-loader": "^10.0.0",
"cross-env": "^10.0.0",
"cross-env": "^10.1.0",
"fork-ts-checker-webpack-plugin": "^9.1.0",
"html-webpack-plugin": "^5.6.4",
"ts-node": "^10.9.2",
"typescript": "~5.9.2",
"webpack": "^5.101.3",
"typescript": "~5.9.3",
"webpack": "^5.102.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/react-dock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@types/react": "^19.1.13",
"react": "^19.1.1",
"@types/react": "^19.2.2",
"react": "^19.2.0",
"rimraf": "^6.0.1",
"typescript": "~5.9.2"
"typescript": "~5.9.3"
},
"peerDependencies": {
"@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/react-json-tree/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,26 @@
},
"dependencies": {
"immutable": "^5.1.3",
"react": "^19.1.1",
"react": "^19.2.0",
"react-base16-styling": "workspace:^",
"react-dom": "^19.1.1",
"react-dom": "^19.2.0",
"react-json-tree": "workspace:^"
},
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@types/node": "^22.18.3",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@types/node": "^22.18.8",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"babel-loader": "^10.0.0",
"cross-env": "^10.0.0",
"cross-env": "^10.1.0",
"fork-ts-checker-webpack-plugin": "^9.1.0",
"html-webpack-plugin": "^5.6.4",
"ts-node": "^10.9.2",
"typescript": "~5.9.2",
"webpack": "^5.101.3",
"typescript": "~5.9.3",
"webpack": "^5.102.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/react-json-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/react": "^19.1.13",
"jest": "^30.1.3",
"react": "^19.1.1",
"@types/react": "^19.2.2",
"jest": "^30.2.0",
"react": "^19.2.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.4.1",
"typescript": "~5.9.2"
"ts-jest": "^29.4.4",
"typescript": "~5.9.3"
},
"peerDependencies": {
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
Expand Down
26 changes: 13 additions & 13 deletions packages/redux-devtools-app-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"jsan": "^3.1.14",
"jsondiffpatch": "^0.7.3",
"react-icons": "^5.5.0",
"react-is": "^19.1.1"
"react-is": "^19.2.0"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
Expand All @@ -65,27 +65,27 @@
"@reduxjs/toolkit": "^2.9.0",
"@rjsf/core": "^5.24.13",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/jest": "^30.0.0",
"@types/jsan": "^3.1.5",
"@types/json-schema": "^7.0.15",
"@types/node": "^22.18.3",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"cross-env": "^10.0.0",
"esbuild": "^0.25.9",
"jest": "^30.1.3",
"jest-environment-jsdom": "^30.1.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"@types/node": "^22.18.8",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"cross-env": "^10.1.0",
"esbuild": "^0.25.10",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-redux": "^9.2.0",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.4.1",
"ts-jest": "^29.4.4",
"ts-node": "^10.9.2",
"typescript": "~5.9.2"
"typescript": "~5.9.3"
},
"peerDependencies": {
"@emotion/react": "^11.14.0",
Expand Down
20 changes: 10 additions & 10 deletions packages/redux-devtools-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,27 +62,27 @@
"@rjsf/core": "^5.24.13",
"@types/jsan": "^3.1.5",
"@types/json-schema": "^7.0.15",
"@types/node": "^22.18.3",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@types/node": "^22.18.8",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"@types/socketcluster-client": "^19.1.0",
"@types/webpack-env": "^1.18.8",
"babel-loader": "^10.0.0",
"cross-env": "^10.0.0",
"cross-env": "^10.1.0",
"css-loader": "^7.1.2",
"esbuild": "^0.25.9",
"esbuild": "^0.25.10",
"fork-ts-checker-webpack-plugin": "^9.1.0",
"globals": "^16.4.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.4",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"rimraf": "^6.0.1",
"style-loader": "^4.0.0",
"ts-jest": "^29.4.1",
"ts-jest": "^29.4.4",
"ts-node": "^10.9.2",
"typescript": "~5.9.2",
"webpack": "^5.101.3",
"typescript": "~5.9.3",
"webpack": "^5.102.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/redux-devtools-chart-monitor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@redux-devtools/core": "workspace:^",
"@types/react": "^19.1.13",
"react": "^19.1.1",
"@types/react": "^19.2.2",
"react": "^19.2.0",
"redux": "^5.0.1",
"rimraf": "^6.0.1",
"typescript": "~5.9.2"
"typescript": "~5.9.3"
},
"peerDependencies": {
"@redux-devtools/core": "workspace:^",
Expand Down
Loading