diff --git a/extension/package.json b/extension/package.json index eae05c16..13bf27e2 100644 --- a/extension/package.json +++ b/extension/package.json @@ -91,7 +91,7 @@ "sinon-chrome": "^3.0.1", "style-loader": "^3.3.1", "ts-jest": "^27.1.5", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0" } diff --git a/extension/src/pageScript/index.ts b/extension/src/pageScript/index.ts index 2b875ff1..4b6bfb35 100644 --- a/extension/src/pageScript/index.ts +++ b/extension/src/pageScript/index.ts @@ -539,10 +539,14 @@ function __REDUX_DEVTOOLS_EXTENSION__>( return next(reducer_, initialState_); } - store = stores[instanceId] = configureStore(next, monitor.reducer, { - ...config, - maxAge: getMaxAge as any, - })(reducer_, initialState_) as any; + store = stores[instanceId] = configureStore( + next as StoreEnhancerStoreCreator, + monitor.reducer, + { + ...config, + maxAge: getMaxAge as any, + } + )(reducer_, initialState_) as any; if (isInIframe()) setTimeout(init, 3000); else init(); diff --git a/package.json b/package.json index 296cafb5..be09749e 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "eslint-plugin-react-hooks": "^4.6.0", "jest": "^27.5.1", "prettier": "2.7.1", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "nx": "^14.8.3", "@nrwl/nx-cloud": "^14.7.0" }, diff --git a/packages/d3-state-visualizer/examples/tree/package.json b/packages/d3-state-visualizer/examples/tree/package.json index 96bed7d8..b635331d 100644 --- a/packages/d3-state-visualizer/examples/tree/package.json +++ b/packages/d3-state-visualizer/examples/tree/package.json @@ -42,7 +42,7 @@ "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/d3-state-visualizer/package.json b/packages/d3-state-visualizer/package.json index 2f1b9ee8..6e702fe0 100644 --- a/packages/d3-state-visualizer/package.json +++ b/packages/d3-state-visualizer/package.json @@ -71,6 +71,6 @@ "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.34.1", "tslib": "^2.4.0", - "typescript": "~4.7.4" + "typescript": "~4.8.4" } } diff --git a/packages/d3tooltip/package.json b/packages/d3tooltip/package.json index fb078072..390bb829 100644 --- a/packages/d3tooltip/package.json +++ b/packages/d3tooltip/package.json @@ -64,7 +64,7 @@ "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.34.1", "tslib": "^2.4.0", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "@types/d3": "^3.5.47", diff --git a/packages/map2tree/package.json b/packages/map2tree/package.json index cda981af..42bbc569 100755 --- a/packages/map2tree/package.json +++ b/packages/map2tree/package.json @@ -71,6 +71,6 @@ "rollup-plugin-typescript2": "^0.34.1", "ts-jest": "^27.1.5", "tslib": "^2.4.0", - "typescript": "~4.7.4" + "typescript": "~4.8.4" } } diff --git a/packages/react-base16-styling/package.json b/packages/react-base16-styling/package.json index 394b54a2..35630f95 100644 --- a/packages/react-base16-styling/package.json +++ b/packages/react-base16-styling/package.json @@ -65,6 +65,6 @@ "jest": "^27.5.1", "rimraf": "^3.0.2", "ts-jest": "^27.1.5", - "typescript": "~4.7.4" + "typescript": "~4.8.4" } } diff --git a/packages/react-dock/demo/package.json b/packages/react-dock/demo/package.json index 74b2a63a..36924700 100644 --- a/packages/react-dock/demo/package.json +++ b/packages/react-dock/demo/package.json @@ -38,7 +38,7 @@ "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/react-dock/package.json b/packages/react-dock/package.json index 0f5150b6..8a75e9ff 100644 --- a/packages/react-dock/package.json +++ b/packages/react-dock/package.json @@ -69,7 +69,7 @@ "react-test-renderer": "^18.2.0", "rimraf": "^3.0.2", "ts-jest": "^27.1.5", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", diff --git a/packages/react-json-tree/examples/package.json b/packages/react-json-tree/examples/package.json index 087bb430..05f52bed 100644 --- a/packages/react-json-tree/examples/package.json +++ b/packages/react-json-tree/examples/package.json @@ -44,7 +44,7 @@ "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/react-json-tree/package.json b/packages/react-json-tree/package.json index f80ecdcc..23d65451 100644 --- a/packages/react-json-tree/package.json +++ b/packages/react-json-tree/package.json @@ -82,7 +82,7 @@ "rollup-plugin-typescript2": "^0.34.1", "ts-jest": "^27.1.5", "tslib": "^2.4.0", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "@types/react": "^16.3.0 || ^17.0.0 || ^18.0.0", diff --git a/packages/redux-devtools-app/package.json b/packages/redux-devtools-app/package.json index a5c3c78a..85ba25ad 100644 --- a/packages/redux-devtools-app/package.json +++ b/packages/redux-devtools-app/package.json @@ -110,7 +110,7 @@ "styled-components": "^5.3.6", "ts-jest": "^27.1.5", "ts-node": "^10.9.1", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools-chart-monitor/package.json b/packages/redux-devtools-chart-monitor/package.json index 5fb32e1d..172c7b11 100644 --- a/packages/redux-devtools-chart-monitor/package.json +++ b/packages/redux-devtools-chart-monitor/package.json @@ -66,7 +66,7 @@ "react": "^18.2.0", "redux": "^4.2.0", "rimraf": "^3.0.2", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json index 594247bb..8bf7aa41 100644 --- a/packages/redux-devtools-cli/package.json +++ b/packages/redux-devtools-cli/package.json @@ -92,6 +92,6 @@ "socketcluster-client": "^16.1.1", "supertest": "^6.3.0", "ts-jest": "^27.1.5", - "typescript": "~4.7.4" + "typescript": "~4.8.4" } } diff --git a/packages/redux-devtools-dock-monitor/package.json b/packages/redux-devtools-dock-monitor/package.json index 0ec293e4..e8247b25 100644 --- a/packages/redux-devtools-dock-monitor/package.json +++ b/packages/redux-devtools-dock-monitor/package.json @@ -67,7 +67,7 @@ "react": "^18.2.0", "redux": "^4.2.0", "rimraf": "^3.0.2", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools-extension/package.json b/packages/redux-devtools-extension/package.json index 90d47b38..14365c4b 100644 --- a/packages/redux-devtools-extension/package.json +++ b/packages/redux-devtools-extension/package.json @@ -45,7 +45,7 @@ "eslint-config-prettier": "^8.5.0", "redux": "^4.2.0", "rimraf": "^3.0.2", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "redux": "^3.1.0 || ^4.0.0" diff --git a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json index 68779463..6e2c94e5 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/demo/package.json @@ -51,7 +51,7 @@ "html-webpack-plugin": "^5.5.0", "style-loader": "^3.3.1", "ts-node": "^10.9.1", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools-inspector-monitor-test-tab/package.json b/packages/redux-devtools-inspector-monitor-test-tab/package.json index f733dedd..5a1c787a 100644 --- a/packages/redux-devtools-inspector-monitor-test-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-test-tab/package.json @@ -84,7 +84,7 @@ "redux": "^4.2.0", "rimraf": "^3.0.2", "ts-jest": "^27.1.5", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "@redux-devtools/inspector-monitor": "^3.0.0", diff --git a/packages/redux-devtools-inspector-monitor-trace-tab/package.json b/packages/redux-devtools-inspector-monitor-trace-tab/package.json index 2fa95a2d..2c559ad7 100644 --- a/packages/redux-devtools-inspector-monitor-trace-tab/package.json +++ b/packages/redux-devtools-inspector-monitor-trace-tab/package.json @@ -72,7 +72,7 @@ "redux": "^4.2.0", "rimraf": "^3.0.2", "ts-jest": "^27.1.5", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "@redux-devtools/inspector-monitor": "^3.0.0", diff --git a/packages/redux-devtools-inspector-monitor/demo/package.json b/packages/redux-devtools-inspector-monitor/demo/package.json index f9279649..63c78326 100644 --- a/packages/redux-devtools-inspector-monitor/demo/package.json +++ b/packages/redux-devtools-inspector-monitor/demo/package.json @@ -47,7 +47,7 @@ "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools-inspector-monitor/package.json b/packages/redux-devtools-inspector-monitor/package.json index de3a23b5..b2b63f39 100644 --- a/packages/redux-devtools-inspector-monitor/package.json +++ b/packages/redux-devtools-inspector-monitor/package.json @@ -78,7 +78,7 @@ "react": "^18.2.0", "redux": "^4.2.0", "rimraf": "^3.0.2", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools-instrument/package.json b/packages/redux-devtools-instrument/package.json index 5b488f03..cd05fecb 100644 --- a/packages/redux-devtools-instrument/package.json +++ b/packages/redux-devtools-instrument/package.json @@ -64,7 +64,7 @@ "rimraf": "^3.0.2", "rxjs": "^7.5.7", "ts-jest": "^27.1.5", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "redux": "^3.4.0 || ^4.0.0" diff --git a/packages/redux-devtools-log-monitor/package.json b/packages/redux-devtools-log-monitor/package.json index c596304e..22ce9ac7 100644 --- a/packages/redux-devtools-log-monitor/package.json +++ b/packages/redux-devtools-log-monitor/package.json @@ -69,7 +69,7 @@ "react": "^18.2.0", "redux": "^4.2.0", "rimraf": "^3.0.2", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools-remote/package.json b/packages/redux-devtools-remote/package.json index f5565593..d392fab1 100644 --- a/packages/redux-devtools-remote/package.json +++ b/packages/redux-devtools-remote/package.json @@ -66,7 +66,7 @@ "eslint-config-prettier": "^8.5.0", "redux": "^4.2.0", "rimraf": "^3.0.2", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "redux": "^3.5.2 || ^4.0.0" diff --git a/packages/redux-devtools-rtk-query-monitor/demo/package.json b/packages/redux-devtools-rtk-query-monitor/demo/package.json index 96cbde66..ab6ee337 100644 --- a/packages/redux-devtools-rtk-query-monitor/demo/package.json +++ b/packages/redux-devtools-rtk-query-monitor/demo/package.json @@ -54,7 +54,7 @@ "html-webpack-plugin": "^5.5.0", "style-loader": "^3.3.1", "ts-node": "^10.9.1", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools-rtk-query-monitor/package.json b/packages/redux-devtools-rtk-query-monitor/package.json index 3836c6ea..4593f7c8 100644 --- a/packages/redux-devtools-rtk-query-monitor/package.json +++ b/packages/redux-devtools-rtk-query-monitor/package.json @@ -89,7 +89,7 @@ "redux": "^4.2.0", "rimraf": "^3.0.2", "ts-jest": "^27.1.5", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools-rtk-query-monitor/src/containers/mapProps.tsx b/packages/redux-devtools-rtk-query-monitor/src/containers/mapProps.tsx index 2dc00182..79271e9f 100644 --- a/packages/redux-devtools-rtk-query-monitor/src/containers/mapProps.tsx +++ b/packages/redux-devtools-rtk-query-monitor/src/containers/mapProps.tsx @@ -16,7 +16,8 @@ export function mapProps( render(): ReactNode { const mappedProps = mapper(this.props); - return ; + // TODO Not really sure why this is needed, but it is + return ; } static displayName = `mapProps(${ diff --git a/packages/redux-devtools-rtk-query-monitor/src/utils/comparators.ts b/packages/redux-devtools-rtk-query-monitor/src/utils/comparators.ts index ff923a21..8714a864 100644 --- a/packages/redux-devtools-rtk-query-monitor/src/utils/comparators.ts +++ b/packages/redux-devtools-rtk-query-monitor/src/utils/comparators.ts @@ -55,6 +55,9 @@ export function compareJSONPrimitive< return 0; } + if (a == null) return -1; + if (b == null) return 1; + return a > b ? 1 : -1; } diff --git a/packages/redux-devtools-serialize/package.json b/packages/redux-devtools-serialize/package.json index 4ef692b1..40a3bf05 100644 --- a/packages/redux-devtools-serialize/package.json +++ b/packages/redux-devtools-serialize/package.json @@ -58,7 +58,7 @@ "jest": "^27.5.1", "rimraf": "^3.0.2", "ts-jest": "^27.1.5", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "immutable": "^4.1.0" diff --git a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json index 8c4830fe..f40945fe 100644 --- a/packages/redux-devtools-slider-monitor/examples/todomvc/package.json +++ b/packages/redux-devtools-slider-monitor/examples/todomvc/package.json @@ -54,7 +54,7 @@ "html-webpack-plugin": "^5.5.0", "style-loader": "^3.3.1", "ts-node": "^10.9.1", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools-slider-monitor/package.json b/packages/redux-devtools-slider-monitor/package.json index 0ffcd5ce..a28598b0 100644 --- a/packages/redux-devtools-slider-monitor/package.json +++ b/packages/redux-devtools-slider-monitor/package.json @@ -63,7 +63,7 @@ "rollup": "^2.79.1", "rollup-plugin-typescript2": "^0.34.1", "tslib": "^2.4.0", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools-ui/package.json b/packages/redux-devtools-ui/package.json index 3f175058..46d740ec 100644 --- a/packages/redux-devtools-ui/package.json +++ b/packages/redux-devtools-ui/package.json @@ -99,7 +99,7 @@ "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.10.0", "ts-jest": "^27.1.5", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "webpack": "^5.74.0" }, "peerDependencies": { diff --git a/packages/redux-devtools-utils/package.json b/packages/redux-devtools-utils/package.json index 91d42218..7ab695ad 100644 --- a/packages/redux-devtools-utils/package.json +++ b/packages/redux-devtools-utils/package.json @@ -58,7 +58,7 @@ "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", "rimraf": "^3.0.2", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "@redux-devtools/core": "^3.13.1", diff --git a/packages/redux-devtools/examples/counter/package.json b/packages/redux-devtools/examples/counter/package.json index dc246f01..c08a5aae 100644 --- a/packages/redux-devtools/examples/counter/package.json +++ b/packages/redux-devtools/examples/counter/package.json @@ -50,7 +50,7 @@ "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", "ts-node": "^10.9.1", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools/examples/todomvc/package.json b/packages/redux-devtools/examples/todomvc/package.json index 4f5e8f79..a3897abb 100644 --- a/packages/redux-devtools/examples/todomvc/package.json +++ b/packages/redux-devtools/examples/todomvc/package.json @@ -66,7 +66,7 @@ "html-webpack-plugin": "^5.5.0", "style-loader": "^3.3.1", "ts-node": "^10.9.1", - "typescript": "~4.7.4", + "typescript": "~4.8.4", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" diff --git a/packages/redux-devtools/package.json b/packages/redux-devtools/package.json index f92d6a13..fe590c10 100644 --- a/packages/redux-devtools/package.json +++ b/packages/redux-devtools/package.json @@ -73,7 +73,7 @@ "redux": "^4.2.0", "rimraf": "^3.0.2", "ts-jest": "^27.1.5", - "typescript": "~4.7.4" + "typescript": "~4.8.4" }, "peerDependencies": { "react": "^0.14.9 || ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 01bf5701..0b2df8e7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,23 +21,23 @@ importers: jest: ^27.5.1 nx: ^14.8.3 prettier: 2.7.1 - typescript: ~4.7.4 + typescript: ~4.8.4 devDependencies: '@babel/core': 7.19.3 '@babel/eslint-parser': 7.19.1_v37dtiefj2fmp2s4n57pt7n35y '@changesets/cli': 2.25.0 '@nrwl/nx-cloud': 14.7.0 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 nx: 14.8.3 prettier: 2.7.1 - typescript: 4.7.4 + typescript: 4.8.4 extension: specifiers: @@ -101,7 +101,7 @@ importers: style-loader: ^3.3.1 styled-components: ^5.3.6 ts-jest: ^27.1.5 - typescript: ~4.7.4 + typescript: ~4.8.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 dependencies: @@ -153,7 +153,7 @@ importers: eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 file-loader: 6.2.0_webpack@5.74.0 - fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e immutable: 4.1.0 jest: 27.5.1 path-browserify: 1.0.1 @@ -165,8 +165,8 @@ importers: selenium-webdriver: 4.5.0 sinon-chrome: 3.0.1 style-loader: 3.3.1_webpack@5.74.0 - ts-jest: 27.1.5_r6sv7vhlorze2lugtxfzxjcdn4 - typescript: 4.7.4 + ts-jest: 27.1.5_s3hctw44eio5yfpbfoxpvrxkse + typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_webpack@5.74.0 @@ -199,7 +199,7 @@ importers: rollup-plugin-terser: ^7.0.2 rollup-plugin-typescript2: ^0.34.1 tslib: ^2.4.0 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@types/d3': 3.5.47 @@ -220,16 +220,16 @@ importers: '@rollup/plugin-node-resolve': 15.0.0_rollup@2.79.1 '@types/node': 16.11.64 '@types/ramda': 0.28.15 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 rimraf: 3.0.2 rollup: 2.79.1 rollup-plugin-terser: 7.0.2_rollup@2.79.1 - rollup-plugin-typescript2: 0.34.1_5j6xs4al5kvj74qioxrurhiohm + rollup-plugin-typescript2: 0.34.1_gypgyaqhine6mwjfvh7icfhviq tslib: 2.4.0 - typescript: 4.7.4 + typescript: 4.8.4 packages/d3-state-visualizer/examples/tree: specifiers: @@ -248,7 +248,7 @@ importers: html-webpack-plugin: ^5.5.0 map2tree: ^2.1.0 ts-node: ^10.9.1 - typescript: ~4.7.4 + typescript: ~4.8.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -260,16 +260,16 @@ importers: '@babel/preset-env': 7.19.3_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/node': 16.11.64 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 - ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq - typescript: 4.7.4 + ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq @@ -300,7 +300,7 @@ importers: rollup-plugin-terser: ^7.0.2 rollup-plugin-typescript2: ^0.34.1 tslib: ^2.4.0 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 ramda: 0.28.0 @@ -317,17 +317,17 @@ importers: '@types/d3': 3.5.47 '@types/node': 16.11.64 '@types/ramda': 0.28.15 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q d3: 3.5.17 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 rimraf: 3.0.2 rollup: 2.79.1 rollup-plugin-terser: 7.0.2_rollup@2.79.1 - rollup-plugin-typescript2: 0.34.1_5j6xs4al5kvj74qioxrurhiohm + rollup-plugin-typescript2: 0.34.1_gypgyaqhine6mwjfvh7icfhviq tslib: 2.4.0 - typescript: 4.7.4 + typescript: 4.8.4 packages/map2tree: specifiers: @@ -358,7 +358,7 @@ importers: rollup-plugin-typescript2: ^0.34.1 ts-jest: ^27.1.5 tslib: ^2.4.0 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 lodash: 4.17.21 @@ -375,20 +375,20 @@ importers: '@types/jest': 27.5.2 '@types/lodash': 4.14.186 '@types/node': 16.11.64 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm immutable: 4.1.0 jest: 27.5.1 rimraf: 3.0.2 rollup: 2.79.1 rollup-plugin-terser: 7.0.2_rollup@2.79.1 - rollup-plugin-typescript2: 0.34.1_5j6xs4al5kvj74qioxrurhiohm - ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu + rollup-plugin-typescript2: 0.34.1_gypgyaqhine6mwjfvh7icfhviq + ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy tslib: 2.4.0 - typescript: 4.7.4 + typescript: 4.8.4 packages/react-base16-styling: specifiers: @@ -416,7 +416,7 @@ importers: lodash.curry: ^4.1.1 rimraf: ^3.0.2 ts-jest: ^27.1.5 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@types/base16': 1.0.2 @@ -435,15 +435,15 @@ importers: '@types/color': 3.0.3 '@types/jest': 27.5.2 '@types/lodash.curry': 4.1.7 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm jest: 27.5.1 rimraf: 3.0.2 - ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu - typescript: 4.7.4 + ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + typescript: 4.8.4 packages/react-dock: specifiers: @@ -475,7 +475,7 @@ importers: react-test-renderer: ^18.2.0 rimraf: ^3.0.2 ts-jest: ^27.1.5 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@types/lodash': 4.14.186 @@ -494,19 +494,19 @@ importers: '@types/lodash.debounce': 4.0.7 '@types/react': 18.0.21 '@types/react-test-renderer': 18.0.0 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 react: 18.2.0 react-test-renderer: 18.2.0_react@18.2.0 rimraf: 3.0.2 - ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu - typescript: 4.7.4 + ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + typescript: 4.8.4 packages/react-dock/demo: specifiers: @@ -536,7 +536,7 @@ importers: react-is: ^18.2.0 styled-components: ^5.3.6 ts-node: ^10.9.1 - typescript: ~4.7.4 + typescript: ~4.8.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -557,18 +557,18 @@ importers: '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 - ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq - typescript: 4.7.4 + ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq @@ -610,7 +610,7 @@ importers: rollup-plugin-typescript2: ^0.34.1 ts-jest: ^27.1.5 tslib: ^2.4.0 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@types/lodash': 4.14.186 @@ -632,11 +632,11 @@ importers: '@types/node': 16.11.64 '@types/react': 18.0.21 '@types/react-test-renderer': 18.0.0 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -645,10 +645,10 @@ importers: rimraf: 3.0.2 rollup: 2.79.1 rollup-plugin-terser: 7.0.2_rollup@2.79.1 - rollup-plugin-typescript2: 0.34.1_5j6xs4al5kvj74qioxrurhiohm - ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu + rollup-plugin-typescript2: 0.34.1_gypgyaqhine6mwjfvh7icfhviq + ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy tslib: 2.4.0 - typescript: 4.7.4 + typescript: 4.8.4 packages/react-json-tree/examples: specifiers: @@ -675,7 +675,7 @@ importers: react-dom: ^18.2.0 react-json-tree: ^0.17.0 ts-node: ^10.9.1 - typescript: ~4.7.4 + typescript: ~4.8.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -693,18 +693,18 @@ importers: '@types/node': 16.11.64 '@types/react': 18.0.21 '@types/react-dom': 18.0.6 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 - ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq - typescript: 4.7.4 + ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq @@ -741,7 +741,7 @@ importers: redux: ^4.2.0 rimraf: ^3.0.2 ts-jest: ^27.1.5 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@redux-devtools/instrument': link:../redux-devtools-instrument @@ -760,11 +760,11 @@ importers: '@types/lodash': 4.14.186 '@types/node': 16.11.64 '@types/react': 18.0.21 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -773,8 +773,8 @@ importers: react-redux: 8.0.4_wr4jmv5xrjbe6vbq33me5wwo2a redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu - typescript: 4.7.4 + ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + typescript: 4.8.4 packages/redux-devtools-app: specifiers: @@ -846,7 +846,7 @@ importers: styled-components: ^5.3.6 ts-jest: ^27.1.5 ts-node: ^10.9.1 - typescript: ~4.7.4 + typescript: ~4.8.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -898,17 +898,17 @@ importers: '@types/styled-components': 5.1.26 '@types/testing-library__jest-dom': 5.14.5 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-loader: 4.2.0_webpack@5.74.0 html-webpack-plugin: 5.5.0_webpack@5.74.0 jest: 27.5.1_ts-node@10.9.1 @@ -918,9 +918,9 @@ importers: rimraf: 3.0.2 style-loader: 3.3.1_webpack@5.74.0 styled-components: 5.3.6_7i5myeigehqah43i5u7wbekgba - ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu - ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq - typescript: 4.7.4 + ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq @@ -952,7 +952,7 @@ importers: redux: ^4.2.0 redux-devtools-themes: ^1.0.0 rimraf: ^3.0.2 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@types/prop-types': 15.7.5 @@ -971,8 +971,8 @@ importers: '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@redux-devtools/core': link:../redux-devtools '@types/react': 18.0.21 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 @@ -980,7 +980,7 @@ importers: react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 - typescript: 4.7.4 + typescript: 4.8.4 packages/redux-devtools-cli: specifiers: @@ -1033,7 +1033,7 @@ importers: styled-components: ^5.3.6 supertest: ^6.3.0 ts-jest: ^27.1.5 - typescript: ~4.7.4 + typescript: ~4.8.4 uuid: ^9.0.0 dependencies: '@redux-devtools/app': link:../redux-devtools-app @@ -1076,18 +1076,18 @@ importers: '@types/styled-components': 5.1.26 '@types/supertest': 2.0.12 '@types/uuid': 8.3.4 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm jest: 27.5.1 ncp: 2.0.0 rimraf: 3.0.2 socketcluster-client: 16.1.1 supertest: 6.3.0 - ts-jest: 27.1.5_mqaoisgizytgigbr3gbjwvnjie - typescript: 4.7.4 + ts-jest: 27.1.5_h2mjkler2cwtrz56xjx3qgassu + typescript: 4.8.4 packages/redux-devtools-dock-monitor: specifiers: @@ -1115,7 +1115,7 @@ importers: react-dock: ^0.6.0 redux: ^4.2.0 rimraf: ^3.0.2 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@types/prop-types': 15.7.5 @@ -1133,8 +1133,8 @@ importers: '@redux-devtools/core': link:../redux-devtools '@types/parse-key': 0.2.0 '@types/react': 18.0.21 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 @@ -1142,7 +1142,7 @@ importers: react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 - typescript: 4.7.4 + typescript: 4.8.4 packages/redux-devtools-extension: specifiers: @@ -1160,7 +1160,7 @@ importers: immutable: ^4.1.0 redux: ^4.2.0 rimraf: ^3.0.2 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 immutable: 4.1.0 @@ -1171,13 +1171,13 @@ importers: '@babel/plugin-transform-runtime': 7.19.1_@babel+core@7.19.3 '@babel/preset-env': 7.19.3_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 redux: 4.2.0 rimraf: 3.0.2 - typescript: 4.7.4 + typescript: 4.8.4 packages/redux-devtools-inspector-monitor: specifiers: @@ -1222,7 +1222,7 @@ importers: redux: ^4.2.0 redux-devtools-themes: ^1.0.0 rimraf: ^3.0.2 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@types/dragula': 3.7.1 @@ -1257,8 +1257,8 @@ importers: '@types/react': 18.0.21 '@types/react-dragula': 1.1.0 '@types/redux-devtools-themes': 1.0.0 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 @@ -1266,7 +1266,7 @@ importers: react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 - typescript: 4.7.4 + typescript: 4.8.4 packages/redux-devtools-inspector-monitor-test-tab: specifiers: @@ -1309,7 +1309,7 @@ importers: rimraf: ^3.0.2 simple-diff: ^1.6.0 ts-jest: ^27.1.5 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@redux-devtools/ui': link:../redux-devtools-ui @@ -1338,11 +1338,11 @@ importers: '@types/object-path': 0.11.1 '@types/react': 18.0.21 '@types/simple-diff': 1.6.1 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -1350,8 +1350,8 @@ importers: react-dom: 18.2.0_react@18.2.0 redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu - typescript: 4.7.4 + ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + typescript: 4.8.4 packages/redux-devtools-inspector-monitor-test-tab/demo: specifiers: @@ -1394,7 +1394,7 @@ importers: style-loader: ^3.3.1 styled-components: ^5.3.6 ts-node: ^10.9.1 - typescript: ~4.7.4 + typescript: ~4.8.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -1426,8 +1426,8 @@ importers: '@types/redux-logger': 3.0.9 '@types/styled-components': 5.1.26 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 @@ -1435,11 +1435,11 @@ importers: eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 style-loader: 3.3.1_webpack@5.74.0 - ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq - typescript: 4.7.4 + ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq @@ -1486,7 +1486,7 @@ importers: rimraf: ^3.0.2 source-map: ^0.5.7 ts-jest: ^27.1.5 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/code-frame': 7.18.6 '@babel/runtime': 7.19.0 @@ -1515,11 +1515,11 @@ importers: '@types/react': 18.0.21 '@types/redux-devtools-themes': 1.0.0 '@types/source-map': 0.5.2 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -1528,8 +1528,8 @@ importers: react-test-renderer: 18.2.0_react@18.2.0 redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu - typescript: 4.7.4 + ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + typescript: 4.8.4 packages/redux-devtools-inspector-monitor/demo: specifiers: @@ -1568,7 +1568,7 @@ importers: redux: ^4.2.0 redux-logger: ^3.0.6 ts-node: ^10.9.1 - typescript: ~4.7.4 + typescript: ~4.8.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -1598,18 +1598,18 @@ importers: '@types/react-dom': 18.0.6 '@types/redux-logger': 3.0.9 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 - ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq - typescript: 4.7.4 + ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq @@ -1637,7 +1637,7 @@ importers: rimraf: ^3.0.2 rxjs: ^7.5.7 ts-jest: ^27.1.5 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 lodash: 4.17.21 @@ -1651,17 +1651,17 @@ importers: '@types/jest': 27.5.2 '@types/lodash': 4.14.186 '@types/node': 16.11.64 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm jest: 27.5.1 redux: 4.2.0 rimraf: 3.0.2 rxjs: 7.5.7 - ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu - typescript: 4.7.4 + ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + typescript: 4.8.4 packages/redux-devtools-log-monitor: specifiers: @@ -1691,7 +1691,7 @@ importers: redux: ^4.2.0 redux-devtools-themes: ^1.0.0 rimraf: ^3.0.2 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@types/lodash.debounce': 4.0.7 @@ -1711,8 +1711,8 @@ importers: '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@redux-devtools/core': link:../redux-devtools '@types/react': 18.0.21 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 @@ -1720,7 +1720,7 @@ importers: react: 18.2.0 redux: 4.2.0 rimraf: 3.0.2 - typescript: 4.7.4 + typescript: 4.8.4 packages/redux-devtools-remote: specifiers: @@ -1747,7 +1747,7 @@ importers: rimraf: ^3.0.2 rn-host-detect: ^1.2.0 socketcluster-client: ^16.1.1 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@redux-devtools/instrument': link:../redux-devtools-instrument @@ -1767,13 +1767,13 @@ importers: '@types/node': 16.11.64 '@types/rn-host-detect': 1.2.0 '@types/socketcluster-client': 16.0.0 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 redux: 4.2.0 rimraf: 3.0.2 - typescript: 4.7.4 + typescript: 4.8.4 packages/redux-devtools-rtk-query-monitor: specifiers: @@ -1820,7 +1820,7 @@ importers: redux-devtools-themes: ^1.0.0 rimraf: ^3.0.2 ts-jest: ^27.1.5 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@redux-devtools/ui': link:../redux-devtools-ui @@ -1852,11 +1852,11 @@ importers: '@types/jest': 27.5.2 '@types/lodash.debounce': 4.0.7 '@types/react': 18.0.21 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -1865,8 +1865,8 @@ importers: react-redux: 8.0.4_wr4jmv5xrjbe6vbq33me5wwo2a redux: 4.2.0 rimraf: 3.0.2 - ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu - typescript: 4.7.4 + ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + typescript: 4.8.4 packages/redux-devtools-rtk-query-monitor/demo: specifiers: @@ -1912,7 +1912,7 @@ importers: style-loader: ^3.3.1 styled-components: ^5.3.6 ts-node: ^10.9.1 - typescript: ~4.7.4 + typescript: ~4.8.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -1921,13 +1921,13 @@ importers: '@chakra-ui/react': 2.3.5_356kgaleomk4jdithf3bcp4v5i '@emotion/react': 11.10.4_bjroym7kxlcs2vvwnej4p3gzwu '@emotion/styled': 11.10.4_ogudqqhlstsi7uge4lir7ff3ty - '@mswjs/data': 0.10.2_typescript@4.7.4 + '@mswjs/data': 0.10.2_typescript@4.8.4 '@redux-devtools/core': link:../../redux-devtools '@redux-devtools/dock-monitor': link:../../redux-devtools-dock-monitor '@redux-devtools/rtk-query-monitor': link:.. '@reduxjs/toolkit': 1.8.6_kuo2ie247izvzll3jejufdtq3q framer-motion: 7.5.3_biqbaboplfbrettd7655fr4n2y - msw: 0.47.4_typescript@4.7.4 + msw: 0.47.4_typescript@4.8.4 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 react-icons: 4.4.0_react@18.2.0 @@ -1946,8 +1946,8 @@ importers: '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde copy-webpack-plugin: 11.0.0_webpack@5.74.0 cross-env: 7.0.3 @@ -1956,11 +1956,11 @@ importers: eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 style-loader: 3.3.1_webpack@5.74.0 - ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq - typescript: 4.7.4 + ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq @@ -1986,7 +1986,7 @@ importers: jsan: ^3.1.14 rimraf: ^3.0.2 ts-jest: ^27.1.5 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 jsan: 3.1.14 @@ -1999,16 +1999,16 @@ importers: '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 '@types/jest': 27.5.2 '@types/jsan': 3.1.2 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm immutable: 4.1.0 jest: 27.5.1 rimraf: 3.0.2 - ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu - typescript: 4.7.4 + ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + typescript: 4.8.4 packages/redux-devtools-slider-monitor: specifiers: @@ -2041,7 +2041,7 @@ importers: rollup: ^2.79.1 rollup-plugin-typescript2: ^0.34.1 tslib: ^2.4.0 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@redux-devtools/ui': link:../redux-devtools-ui @@ -2061,8 +2061,8 @@ importers: '@rollup/plugin-babel': 6.0.0_vy4anxjpv2s44kyfi2kxqu576u '@types/node': 16.11.64 '@types/react': 18.0.21 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 @@ -2071,9 +2071,9 @@ importers: redux: 4.2.0 rimraf: 3.0.2 rollup: 2.79.1 - rollup-plugin-typescript2: 0.34.1_5j6xs4al5kvj74qioxrurhiohm + rollup-plugin-typescript2: 0.34.1_gypgyaqhine6mwjfvh7icfhviq tslib: 2.4.0 - typescript: 4.7.4 + typescript: 4.8.4 packages/redux-devtools-slider-monitor/examples/todomvc: specifiers: @@ -2114,7 +2114,7 @@ importers: styled-components: ^5.3.6 todomvc-app-css: ^2.4.2 ts-node: ^10.9.1 - typescript: ~4.7.4 + typescript: ~4.8.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -2144,8 +2144,8 @@ importers: '@types/react-dom': 18.0.6 '@types/styled-components': 5.1.26 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 @@ -2153,11 +2153,11 @@ importers: eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 style-loader: 3.3.1_webpack@5.74.0 - ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq - typescript: 4.7.4 + ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq @@ -2219,7 +2219,7 @@ importers: stylelint-config-styled-components: ^0.1.1 stylelint-processor-styled-components: ^1.10.0 ts-jest: ^27.1.5 - typescript: ~4.7.4 + typescript: ~4.8.4 webpack: ^5.74.0 dependencies: '@babel/runtime': 7.19.0 @@ -2246,8 +2246,8 @@ importers: '@babel/preset-env': 7.19.3_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@babel/preset-typescript': 7.18.6_@babel+core@7.19.3 - '@storybook/addon-essentials': 6.5.12_yxziofeetrzltqo3fmvb7j7lpy - '@storybook/react': 6.5.12_5p75nysb23ppx3xzollcctiayi + '@storybook/addon-essentials': 6.5.12_midmk4q7nq6bankjng5gmclke4 + '@storybook/react': 6.5.12_yqxcvbtk6e2nsx45qlxuze54wa '@testing-library/dom': 8.19.0 '@testing-library/react': 13.4.0_biqbaboplfbrettd7655fr4n2y '@testing-library/user-event': 14.4.3_aaq3sbffpfe3jnxzm2zngsddei @@ -2255,13 +2255,13 @@ importers: '@types/jest': 27.5.2 '@types/react': 18.0.21 '@types/styled-components': 5.1.26 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde csstype: 3.1.1 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 - eslint-plugin-jest: 27.1.1_b2lgjkkacbu4ndkugyvklv65hq + eslint-plugin-jest: 27.1.1_or6kr3fag2h7rsusdfqwiniqvm eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 jest: 27.5.1 @@ -2277,8 +2277,8 @@ importers: stylelint-config-standard: 28.0.0_stylelint@14.13.0 stylelint-config-styled-components: 0.1.1 stylelint-processor-styled-components: 1.10.0 - ts-jest: 27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu - typescript: 4.7.4 + ts-jest: 27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy + typescript: 4.8.4 webpack: 5.74.0 packages/redux-devtools-utils: @@ -2307,7 +2307,7 @@ importers: nanoid: ^3.3.4 redux: ^4.2.0 rimraf: ^3.0.2 - typescript: ~4.7.4 + typescript: ~4.8.4 dependencies: '@babel/runtime': 7.19.0 '@redux-devtools/core': link:../redux-devtools @@ -2329,12 +2329,12 @@ importers: '@types/jsan': 3.1.2 '@types/lodash': 4.14.186 '@types/node': 16.11.64 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 rimraf: 3.0.2 - typescript: 4.7.4 + typescript: 4.8.4 packages/redux-devtools/examples/counter: specifiers: @@ -2367,7 +2367,7 @@ importers: redux: ^4.2.0 redux-thunk: ^2.4.1 ts-node: ^10.9.1 - typescript: ~4.7.4 + typescript: ~4.8.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -2391,18 +2391,18 @@ importers: '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 eslint: 8.25.0 eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 - ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq - typescript: 4.7.4 + ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq @@ -2442,7 +2442,7 @@ importers: style-loader: ^3.3.1 todomvc-app-css: ^2.4.2 ts-node: ^10.9.1 - typescript: ~4.7.4 + typescript: ~4.8.4 webpack: ^5.74.0 webpack-cli: ^4.10.0 webpack-dev-server: ^4.11.1 @@ -2468,8 +2468,8 @@ importers: '@types/react': 18.0.21 '@types/react-dom': 18.0.6 '@types/webpack-env': 1.18.0 - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q babel-loader: 8.2.5_wfdvla2jorjoj23kkavho2upde cross-env: 7.0.3 css-loader: 6.7.1_webpack@5.74.0 @@ -2477,11 +2477,11 @@ importers: eslint-config-prettier: 8.5.0_eslint@8.25.0 eslint-plugin-react: 7.31.9_eslint@8.25.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.25.0 - fork-ts-checker-webpack-plugin: 7.2.13_xnp4kzegbjokq62cajex2ovgkm + fork-ts-checker-webpack-plugin: 7.2.13_qqxisngxjbp7lstdk7boexbu3e html-webpack-plugin: 5.5.0_webpack@5.74.0 style-loader: 3.3.1_webpack@5.74.0 - ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq - typescript: 4.7.4 + ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi + typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 webpack-cli: 4.10.0_vnmgq7jx5zjkzolvtfp7mdf5ri webpack-dev-server: 4.11.1_5v66e2inugklgvlh4huuavolfq @@ -6098,7 +6098,7 @@ packages: set-cookie-parser: 2.5.1 dev: false - /@mswjs/data/0.10.2_typescript@4.7.4: + /@mswjs/data/0.10.2_typescript@4.8.4: resolution: {integrity: sha512-L6AGyse4GjFfyF9OI7AfYtcLbALN5MZQSvSr7p48wj6zlrrrgIKGkRVf9IEEfqaWimKP31mJDdHhie3lfJQ4SQ==} dependencies: '@types/lodash': 4.14.186 @@ -6115,7 +6115,7 @@ packages: strict-event-emitter: 0.2.7 uuid: 8.3.2 optionalDependencies: - msw: 0.47.4_typescript@4.7.4 + msw: 0.47.4_typescript@4.8.4 transitivePeerDependencies: - encoding - supports-color @@ -6563,7 +6563,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/addon-controls/6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm: + /@storybook/addon-controls/6.5.12_ceius3krcep667lesqygbylwku: resolution: {integrity: sha512-UoaamkGgAQXplr0kixkPhROdzkY+ZJQpG7VFDU6kmZsIgPRNfX/QoJFR5vV6TpDArBIjWaUUqWII+GHgPRzLgQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6578,7 +6578,7 @@ packages: '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/client-logger': 6.5.12 '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/node-logger': 6.5.12 '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y @@ -6597,7 +6597,7 @@ packages: - webpack-command dev: true - /@storybook/addon-docs/6.5.12_yxziofeetrzltqo3fmvb7j7lpy: + /@storybook/addon-docs/6.5.12_midmk4q7nq6bankjng5gmclke4: resolution: {integrity: sha512-T+QTkmF7QlMVfXHXEberP8CYti/XMTo9oi6VEbZLx+a2N3qY4GZl7X2g26Sf5V4Za+xnapYKBMEIiJ5SvH9weQ==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 @@ -6618,7 +6618,7 @@ packages: '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku '@storybook/core-events': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/docs-tools': 6.5.12_biqbaboplfbrettd7655fr4n2y @@ -6652,7 +6652,7 @@ packages: - webpack-command dev: true - /@storybook/addon-essentials/6.5.12_yxziofeetrzltqo3fmvb7j7lpy: + /@storybook/addon-essentials/6.5.12_midmk4q7nq6bankjng5gmclke4: resolution: {integrity: sha512-4AAV0/mQPSk3V0Pie1NIqqgBgScUc0VtBEXDm8BgPeuDNVhPEupnaZgVt+I3GkzzPPo6JjdCsp2L11f3bBSEjw==} peerDependencies: '@babel/core': ^7.9.6 @@ -6712,15 +6712,15 @@ packages: '@babel/core': 7.19.3 '@storybook/addon-actions': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/addon-backgrounds': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/addon-controls': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm - '@storybook/addon-docs': 6.5.12_yxziofeetrzltqo3fmvb7j7lpy + '@storybook/addon-controls': 6.5.12_ceius3krcep667lesqygbylwku + '@storybook/addon-docs': 6.5.12_midmk4q7nq6bankjng5gmclke4 '@storybook/addon-measure': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/addon-outline': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/addon-toolbars': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/addon-viewport': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/api': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku '@storybook/node-logger': 6.5.12 core-js: 3.25.5 react: 18.2.0 @@ -6882,7 +6882,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/builder-webpack4/6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm: + /@storybook/builder-webpack4/6.5.12_ceius3krcep667lesqygbylwku: resolution: {integrity: sha512-TsthT5jm9ZxQPNOZJbF5AV24me3i+jjYD7gbdKdSHrOVn1r3ydX4Z8aD6+BjLCtTn3T+e8NMvUkL4dInEo1x6g==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -6900,7 +6900,7 @@ packages: '@storybook/client-api': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/client-logger': 6.5.12 '@storybook/components': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku '@storybook/core-events': 6.5.12 '@storybook/node-logger': 6.5.12 '@storybook/preview-web': 6.5.12_biqbaboplfbrettd7655fr4n2y @@ -6918,12 +6918,12 @@ packages: css-loader: 3.6.0_webpack@4.46.0 file-loader: 6.2.0_webpack@4.46.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 4.1.6_nt235yxxo4biuscmfwd22rliee + fork-ts-checker-webpack-plugin: 4.1.6_ybeu3d6gzlmqceoto3zzmxyiwi glob: 7.2.3 glob-promise: 3.4.0_glob@7.2.3 global: 4.4.0 html-webpack-plugin: 4.5.2_webpack@4.46.0 - pnp-webpack-plugin: 1.6.4_typescript@4.7.4 + pnp-webpack-plugin: 1.6.4_typescript@4.8.4 postcss: 7.0.39 postcss-flexbugs-fixes: 4.2.1 postcss-loader: 4.3.0_gzaxsinx64nntyd3vmdqwl7coe @@ -6934,7 +6934,7 @@ packages: style-loader: 1.3.0_webpack@4.46.0 terser-webpack-plugin: 4.2.3_webpack@4.46.0 ts-dedent: 2.2.0 - typescript: 4.7.4 + typescript: 4.8.4 url-loader: 4.1.1_lit45vopotvaqup7lrvlnvtxwy util-deprecate: 1.0.2 webpack: 4.46.0 @@ -7036,7 +7036,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/core-client/6.5.12_c3hoyc4loabfhtyuh36vjkyyai: + /@storybook/core-client/6.5.12_glstf7nzdgkpv4airl4j7svpo4: resolution: {integrity: sha512-jyAd0ud6zO+flpLv0lEHbbt1Bv9Ms225M6WTQLrfe7kN/7j1pVKZEoeVCLZwkJUtSKcNiWQxZbS15h31pcYwqg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7067,50 +7067,50 @@ packages: react-dom: 18.2.0_react@18.2.0 regenerator-runtime: 0.13.9 ts-dedent: 2.2.0 - typescript: 4.7.4 - unfetch: 4.2.0 - util-deprecate: 1.0.2 - webpack: 4.46.0 - dev: true - - /@storybook/core-client/6.5.12_qyk6idcafspi7uz7vy6757spbm: - resolution: {integrity: sha512-jyAd0ud6zO+flpLv0lEHbbt1Bv9Ms225M6WTQLrfe7kN/7j1pVKZEoeVCLZwkJUtSKcNiWQxZbS15h31pcYwqg==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 - typescript: '*' - webpack: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/channel-postmessage': 6.5.12 - '@storybook/channel-websocket': 6.5.12 - '@storybook/client-api': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/client-logger': 6.5.12 - '@storybook/core-events': 6.5.12 - '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/preview-web': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/ui': 6.5.12_biqbaboplfbrettd7655fr4n2y - airbnb-js-shims: 2.2.1 - ansi-to-html: 0.6.15 - core-js: 3.25.5 - global: 4.4.0 - lodash: 4.17.21 - qs: 6.11.0 - react: 18.2.0 - react-dom: 18.2.0_react@18.2.0 - regenerator-runtime: 0.13.9 - ts-dedent: 2.2.0 - typescript: 4.7.4 + typescript: 4.8.4 unfetch: 4.2.0 util-deprecate: 1.0.2 webpack: 5.74.0 dev: true - /@storybook/core-common/6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm: + /@storybook/core-client/6.5.12_vknrbelhugdkckamahrfl2bl2m: + resolution: {integrity: sha512-jyAd0ud6zO+flpLv0lEHbbt1Bv9Ms225M6WTQLrfe7kN/7j1pVKZEoeVCLZwkJUtSKcNiWQxZbS15h31pcYwqg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + typescript: '*' + webpack: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/channel-postmessage': 6.5.12 + '@storybook/channel-websocket': 6.5.12 + '@storybook/client-api': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/client-logger': 6.5.12 + '@storybook/core-events': 6.5.12 + '@storybook/csf': 0.0.2--canary.4566f4d.1 + '@storybook/preview-web': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y + '@storybook/ui': 6.5.12_biqbaboplfbrettd7655fr4n2y + airbnb-js-shims: 2.2.1 + ansi-to-html: 0.6.15 + core-js: 3.25.5 + global: 4.4.0 + lodash: 4.17.21 + qs: 6.11.0 + react: 18.2.0 + react-dom: 18.2.0_react@18.2.0 + regenerator-runtime: 0.13.9 + ts-dedent: 2.2.0 + typescript: 4.8.4 + unfetch: 4.2.0 + util-deprecate: 1.0.2 + webpack: 4.46.0 + dev: true + + /@storybook/core-common/6.5.12_ceius3krcep667lesqygbylwku: resolution: {integrity: sha512-gG20+eYdIhwQNu6Xs805FLrOCWtkoc8Rt8gJiRt8yXzZh9EZkU4xgCRoCxrrJ03ys/gTiCFbBOfRi749uM3z4w==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7154,7 +7154,7 @@ packages: express: 4.18.2 file-system-cache: 1.1.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.2_nt235yxxo4biuscmfwd22rliee + fork-ts-checker-webpack-plugin: 6.5.2_ybeu3d6gzlmqceoto3zzmxyiwi fs-extra: 9.1.0 glob: 7.2.3 handlebars: 4.7.7 @@ -7170,7 +7170,7 @@ packages: slash: 3.0.0 telejson: 6.0.8 ts-dedent: 2.2.0 - typescript: 4.7.4 + typescript: 4.8.4 util-deprecate: 1.0.2 webpack: 4.46.0 transitivePeerDependencies: @@ -7187,7 +7187,7 @@ packages: core-js: 3.25.5 dev: true - /@storybook/core-server/6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm: + /@storybook/core-server/6.5.12_ceius3krcep667lesqygbylwku: resolution: {integrity: sha512-q1b/XKwoLUcCoCQ+8ndPD5THkEwXZYJ9ROv16i2VGUjjjAuSqpEYBq5GMGQUgxlWp1bkxtdGL2Jz+6pZfvldzA==} peerDependencies: '@storybook/builder-webpack5': '*' @@ -7204,17 +7204,17 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@storybook/builder-webpack4': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm - '@storybook/core-client': 6.5.12_c3hoyc4loabfhtyuh36vjkyyai - '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/builder-webpack4': 6.5.12_ceius3krcep667lesqygbylwku + '@storybook/core-client': 6.5.12_vknrbelhugdkckamahrfl2bl2m + '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku '@storybook/core-events': 6.5.12 '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/csf-tools': 6.5.12 - '@storybook/manager-webpack4': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/manager-webpack4': 6.5.12_ceius3krcep667lesqygbylwku '@storybook/node-logger': 6.5.12 '@storybook/semver': 7.3.2 '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/telemetry': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/telemetry': 6.5.12_ceius3krcep667lesqygbylwku '@types/node': 16.11.64 '@types/node-fetch': 2.6.2 '@types/pretty-hrtime': 1.0.1 @@ -7245,7 +7245,7 @@ packages: slash: 3.0.0 telejson: 6.0.8 ts-dedent: 2.2.0 - typescript: 4.7.4 + typescript: 4.8.4 util-deprecate: 1.0.2 watchpack: 2.4.0 webpack: 4.46.0 @@ -7264,7 +7264,7 @@ packages: - webpack-command dev: true - /@storybook/core/6.5.12_j6ooe25olrkpcpermwcqizxdfi: + /@storybook/core/6.5.12_nyxo6xdtefauysrmdnf5thgcme: resolution: {integrity: sha512-+o3psAVWL+5LSwyJmEbvhgxKO1Et5uOX8ujNVt/f1fgwJBIf6BypxyPKu9YGQDRzcRssESQQZWNrZCCAZlFeuQ==} peerDependencies: '@storybook/builder-webpack5': '*' @@ -7281,11 +7281,11 @@ packages: typescript: optional: true dependencies: - '@storybook/core-client': 6.5.12_qyk6idcafspi7uz7vy6757spbm - '@storybook/core-server': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/core-client': 6.5.12_glstf7nzdgkpv4airl4j7svpo4 + '@storybook/core-server': 6.5.12_ceius3krcep667lesqygbylwku react: 18.2.0 react-dom: 18.2.0_react@18.2.0 - typescript: 4.7.4 + typescript: 4.8.4 webpack: 5.74.0 transitivePeerDependencies: - '@storybook/mdx2-csf' @@ -7348,7 +7348,7 @@ packages: - supports-color dev: true - /@storybook/manager-webpack4/6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm: + /@storybook/manager-webpack4/6.5.12_ceius3krcep667lesqygbylwku: resolution: {integrity: sha512-LH3e6qfvq2znEdxe2kaWtmdDPTnvSkufzoC9iwOgNvo3YrTGrYNyUTDegvW293TOTVfUn7j6TBcsOxIgRnt28g==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7362,8 +7362,8 @@ packages: '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.19.3 '@babel/preset-react': 7.18.6_@babel+core@7.19.3 '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y - '@storybook/core-client': 6.5.12_c3hoyc4loabfhtyuh36vjkyyai - '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/core-client': 6.5.12_vknrbelhugdkckamahrfl2bl2m + '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku '@storybook/node-logger': 6.5.12 '@storybook/theming': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/ui': 6.5.12_biqbaboplfbrettd7655fr4n2y @@ -7380,7 +7380,7 @@ packages: fs-extra: 9.1.0 html-webpack-plugin: 4.5.2_webpack@4.46.0 node-fetch: 2.6.7 - pnp-webpack-plugin: 1.6.4_typescript@4.7.4 + pnp-webpack-plugin: 1.6.4_typescript@4.8.4 react: 18.2.0 react-dom: 18.2.0_react@18.2.0 read-pkg-up: 7.0.1 @@ -7390,7 +7390,7 @@ packages: telejson: 6.0.8 terser-webpack-plugin: 4.2.3_webpack@4.46.0 ts-dedent: 2.2.0 - typescript: 4.7.4 + typescript: 4.8.4 url-loader: 4.1.1_lit45vopotvaqup7lrvlnvtxwy util-deprecate: 1.0.2 webpack: 4.46.0 @@ -7467,7 +7467,7 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/react-docgen-typescript-plugin/1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_xnp4kzegbjokq62cajex2ovgkm: + /@storybook/react-docgen-typescript-plugin/1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_qqxisngxjbp7lstdk7boexbu3e: resolution: {integrity: sha512-eVg3BxlOm2P+chijHBTByr90IZVUtgRW56qEOLX7xlww2NBuKrcavBlcmn+HH7GIUktquWkMPtvy6e0W0NgA5w==} peerDependencies: typescript: '>= 3.x' @@ -7478,15 +7478,15 @@ packages: find-cache-dir: 3.3.2 flat-cache: 3.0.4 micromatch: 4.0.5 - react-docgen-typescript: 2.2.2_typescript@4.7.4 + react-docgen-typescript: 2.2.2_typescript@4.8.4 tslib: 2.4.0 - typescript: 4.7.4 + typescript: 4.8.4 webpack: 5.74.0 transitivePeerDependencies: - supports-color dev: true - /@storybook/react/6.5.12_5p75nysb23ppx3xzollcctiayi: + /@storybook/react/6.5.12_yqxcvbtk6e2nsx45qlxuze54wa: resolution: {integrity: sha512-1tG8EdSfp+OZAKAWPT2UrexF4o007jEMwQFFXw1atIQrQOADzSnZ7lTYJ08o5TyJwksswtr18tH3oJJ9sG3KPw==} engines: {node: '>=10.13.0'} hasBin: true @@ -7520,12 +7520,12 @@ packages: '@pmmmwh/react-refresh-webpack-plugin': 0.5.8_metx475lqcp4j5c75za4zf7xbi '@storybook/addons': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/client-logger': 6.5.12 - '@storybook/core': 6.5.12_j6ooe25olrkpcpermwcqizxdfi - '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/core': 6.5.12_nyxo6xdtefauysrmdnf5thgcme + '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku '@storybook/csf': 0.0.2--canary.4566f4d.1 '@storybook/docs-tools': 6.5.12_biqbaboplfbrettd7655fr4n2y '@storybook/node-logger': 6.5.12 - '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_xnp4kzegbjokq62cajex2ovgkm + '@storybook/react-docgen-typescript-plugin': 1.0.2-canary.6.9d540b91e815f8fc2f8829189deb00553559ff63.0_qqxisngxjbp7lstdk7boexbu3e '@storybook/semver': 7.3.2 '@storybook/store': 6.5.12_biqbaboplfbrettd7655fr4n2y '@types/estree': 0.0.51 @@ -7551,7 +7551,7 @@ packages: regenerator-runtime: 0.13.9 require-from-string: 2.0.2 ts-dedent: 2.2.0 - typescript: 4.7.4 + typescript: 4.8.4 util-deprecate: 1.0.2 webpack: 5.74.0 transitivePeerDependencies: @@ -7645,11 +7645,11 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/telemetry/6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm: + /@storybook/telemetry/6.5.12_ceius3krcep667lesqygbylwku: resolution: {integrity: sha512-mCHxx7NmQ3n7gx0nmblNlZE5ZgrjQm6B08mYeWg6Y7r4GZnqS6wZbvAwVhZZ3Gg/9fdqaBApHsdAXp0d5BrlxA==} dependencies: '@storybook/client-logger': 6.5.12 - '@storybook/core-common': 6.5.12_6ul7lsbe4kgltawd2jnw2cf5fm + '@storybook/core-common': 6.5.12_ceius3krcep667lesqygbylwku chalk: 4.1.2 core-js: 3.25.5 detect-package-manager: 2.0.1 @@ -8566,7 +8566,7 @@ packages: '@types/node': 18.8.3 optional: true - /@typescript-eslint/eslint-plugin/5.39.0_23z4ljmzfershnk3fir43q6pzi: + /@typescript-eslint/eslint-plugin/5.39.0_cfd7h3iktziq6hcwahu2qxhjhy: resolution: {integrity: sha512-xVfKOkBm5iWMNGKQ2fwX5GVgBuHmZBO1tCRwXmY5oAIsPscfwm2UADDuNB8ZVYCtpQvJK4xpjrK7jEhcJ0zY9A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8577,22 +8577,22 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/parser': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q '@typescript-eslint/scope-manager': 5.39.0 - '@typescript-eslint/type-utils': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 - '@typescript-eslint/utils': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/type-utils': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q + '@typescript-eslint/utils': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q debug: 4.3.4 eslint: 8.25.0 ignore: 5.2.0 regexpp: 3.2.0 semver: 7.3.8 - tsutils: 3.21.0_typescript@4.7.4 - typescript: 4.7.4 + tsutils: 3.21.0_typescript@4.8.4 + typescript: 4.8.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.39.0_l76llshcx5hpzqzl7lfng4kpb4: + /@typescript-eslint/parser/5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q: resolution: {integrity: sha512-PhxLjrZnHShe431sBAGHaNe6BDdxAASDySgsBCGxcBecVCi8NQWxQZMcizNA4g0pN51bBAn/FUfkWG3SDVcGlA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8604,10 +8604,10 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.39.0 '@typescript-eslint/types': 5.39.0 - '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.7.4 + '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.8.4 debug: 4.3.4 eslint: 8.25.0 - typescript: 4.7.4 + typescript: 4.8.4 transitivePeerDependencies: - supports-color dev: true @@ -8620,7 +8620,7 @@ packages: '@typescript-eslint/visitor-keys': 5.39.0 dev: true - /@typescript-eslint/type-utils/5.39.0_l76llshcx5hpzqzl7lfng4kpb4: + /@typescript-eslint/type-utils/5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q: resolution: {integrity: sha512-KJHJkOothljQWzR3t/GunL0TPKY+fGJtnpl+pX+sJ0YiKTz3q2Zr87SGTmFqsCMFrLt5E0+o+S6eQY0FAXj9uA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8630,12 +8630,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.7.4 - '@typescript-eslint/utils': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.8.4 + '@typescript-eslint/utils': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q debug: 4.3.4 eslint: 8.25.0 - tsutils: 3.21.0_typescript@4.7.4 - typescript: 4.7.4 + tsutils: 3.21.0_typescript@4.8.4 + typescript: 4.8.4 transitivePeerDependencies: - supports-color dev: true @@ -8645,7 +8645,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.39.0_typescript@4.7.4: + /@typescript-eslint/typescript-estree/5.39.0_typescript@4.8.4: resolution: {integrity: sha512-qLFQP0f398sdnogJoLtd43pUgB18Q50QSA+BTE5h3sUxySzbWDpTSdgt4UyxNSozY/oDK2ta6HVAzvGgq8JYnA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8660,13 +8660,13 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.8 - tsutils: 3.21.0_typescript@4.7.4 - typescript: 4.7.4 + tsutils: 3.21.0_typescript@4.8.4 + typescript: 4.8.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils/5.39.0_l76llshcx5hpzqzl7lfng4kpb4: + /@typescript-eslint/utils/5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q: resolution: {integrity: sha512-+DnY5jkpOpgj+EBtYPyHRjXampJfC0yUZZzfzLuUWVZvCuKqSdJVC8UhdWipIw7VKNTfwfAPiOWzYkAwuIhiAg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8675,7 +8675,7 @@ packages: '@types/json-schema': 7.0.11 '@typescript-eslint/scope-manager': 5.39.0 '@typescript-eslint/types': 5.39.0 - '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.7.4 + '@typescript-eslint/typescript-estree': 5.39.0_typescript@4.8.4 eslint: 8.25.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.25.0 @@ -12331,7 +12331,7 @@ packages: - supports-color dev: true - /eslint-plugin-jest/27.1.1_b2lgjkkacbu4ndkugyvklv65hq: + /eslint-plugin-jest/27.1.1_or6kr3fag2h7rsusdfqwiniqvm: resolution: {integrity: sha512-vuSuXGKHHi/UAffIM46QKm4g0tQP+6n52nRxUpMq6x6x9rhnv5WM7ktSu3h9cTnXE4b0Y0ODQTgRlCm9rdRLvg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -12344,8 +12344,8 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.39.0_23z4ljmzfershnk3fir43q6pzi - '@typescript-eslint/utils': 5.39.0_l76llshcx5hpzqzl7lfng4kpb4 + '@typescript-eslint/eslint-plugin': 5.39.0_cfd7h3iktziq6hcwahu2qxhjhy + '@typescript-eslint/utils': 5.39.0_z4bbprzjrhnsfa24uvmcbu7f5q eslint: 8.25.0 jest: 27.5.1 transitivePeerDependencies: @@ -13030,7 +13030,7 @@ packages: signal-exit: 3.0.7 dev: true - /fork-ts-checker-webpack-plugin/4.1.6_nt235yxxo4biuscmfwd22rliee: + /fork-ts-checker-webpack-plugin/4.1.6_ybeu3d6gzlmqceoto3zzmxyiwi: resolution: {integrity: sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==} engines: {node: '>=6.11.5', yarn: '>=1.0.0'} peerDependencies: @@ -13051,14 +13051,14 @@ packages: minimatch: 3.1.2 semver: 5.7.1 tapable: 1.1.3 - typescript: 4.7.4 + typescript: 4.8.4 webpack: 4.46.0 worker-rpc: 0.1.1 transitivePeerDependencies: - supports-color dev: true - /fork-ts-checker-webpack-plugin/6.5.2_nt235yxxo4biuscmfwd22rliee: + /fork-ts-checker-webpack-plugin/6.5.2_ybeu3d6gzlmqceoto3zzmxyiwi: resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -13086,11 +13086,11 @@ packages: schema-utils: 2.7.0 semver: 7.3.8 tapable: 1.1.3 - typescript: 4.7.4 + typescript: 4.8.4 webpack: 4.46.0 dev: true - /fork-ts-checker-webpack-plugin/7.2.13_xnp4kzegbjokq62cajex2ovgkm: + /fork-ts-checker-webpack-plugin/7.2.13_qqxisngxjbp7lstdk7boexbu3e: resolution: {integrity: sha512-fR3WRkOb4bQdWB/y7ssDUlVdrclvwtyCUIHCfivAoYxq9dF7XfrDKbMdZIfwJ7hxIAqkYSGeU7lLJE6xrxIBdg==} engines: {node: '>=12.13.0', yarn: '>=1.0.0'} peerDependencies: @@ -13113,7 +13113,7 @@ packages: schema-utils: 3.1.1 semver: 7.3.8 tapable: 2.2.1 - typescript: 4.7.4 + typescript: 4.8.4 webpack: 5.74.0_webpack-cli@4.10.0 dev: true @@ -14959,7 +14959,7 @@ packages: pretty-format: 27.5.1 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1_fqjczfflmxvrwatmzc635sraoq + ts-node: 10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi transitivePeerDependencies: - bufferutil - canvas @@ -16696,7 +16696,7 @@ packages: /ms/2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - /msw/0.47.4_typescript@4.7.4: + /msw/0.47.4_typescript@4.8.4: resolution: {integrity: sha512-Psftt8Yfl0+l+qqg9OlmKEsxF8S/vtda0CmlR6y8wTaWrMMzuCDa55n2hEGC0ZRDwuV6FFWc/4CjoDsBpATKBw==} engines: {node: '>=14'} hasBin: true @@ -16726,7 +16726,7 @@ packages: statuses: 2.0.1 strict-event-emitter: 0.2.7 type-fest: 2.19.0 - typescript: 4.7.4 + typescript: 4.8.4 yargs: 17.6.0 transitivePeerDependencies: - encoding @@ -17641,11 +17641,11 @@ packages: engines: {node: '>=4'} dev: false - /pnp-webpack-plugin/1.6.4_typescript@4.7.4: + /pnp-webpack-plugin/1.6.4_typescript@4.8.4: resolution: {integrity: sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==} engines: {node: '>=6'} dependencies: - ts-pnp: 1.2.0_typescript@4.7.4 + ts-pnp: 1.2.0_typescript@4.8.4 transitivePeerDependencies: - typescript dev: true @@ -18276,12 +18276,12 @@ packages: resolution: {integrity: sha512-WUSQJ4P/wWcusaH+zZmbECOk7H5N2pOIl0vzheeornkIMhu+qrNdGFm0bDZLCb0hSF0jf/kH1SgkNGfBdTc4wA==} dev: true - /react-docgen-typescript/2.2.2_typescript@4.7.4: + /react-docgen-typescript/2.2.2_typescript@4.8.4: resolution: {integrity: sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==} peerDependencies: typescript: '>= 4.3.x' dependencies: - typescript: 4.7.4 + typescript: 4.8.4 dev: true /react-docgen/5.4.3: @@ -19136,7 +19136,7 @@ packages: terser: 5.15.1 dev: true - /rollup-plugin-typescript2/0.34.1_5j6xs4al5kvj74qioxrurhiohm: + /rollup-plugin-typescript2/0.34.1_gypgyaqhine6mwjfvh7icfhviq: resolution: {integrity: sha512-P4cHLtGikESmqi1CA+tdMDUv8WbQV48mzPYt77TSTOPJpERyZ9TXdDgjSDix8Fkqce6soYz3+fa4lrC93IEkcw==} peerDependencies: rollup: '>=1.26.3' @@ -19148,7 +19148,7 @@ packages: rollup: 2.79.1 semver: 7.3.8 tslib: 2.4.0 - typescript: 4.7.4 + typescript: 4.8.4 dev: true /rollup/2.79.1: @@ -20669,7 +20669,75 @@ packages: engines: {node: '>=6.10'} dev: true - /ts-jest/27.1.5_a2w2anxb7tlg3huhq7xv6ky6mu: + /ts-jest/27.1.5_h2mjkler2cwtrz56xjx3qgassu: + resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + hasBin: true + peerDependencies: + '@babel/core': '>=7.0.0-beta.0 <8' + '@types/jest': ^27.0.0 + babel-jest: '>=27.0.0 <28' + esbuild: '*' + jest: ^27.0.0 + typescript: '>=3.8 <5.0' + peerDependenciesMeta: + '@babel/core': + optional: true + '@types/jest': + optional: true + babel-jest: + optional: true + esbuild: + optional: true + dependencies: + '@types/jest': 27.5.2 + bs-logger: 0.2.6 + fast-json-stable-stringify: 2.1.0 + jest: 27.5.1 + jest-util: 27.5.1 + json5: 2.2.1 + lodash.memoize: 4.1.2 + make-error: 1.3.6 + semver: 7.3.8 + typescript: 4.8.4 + yargs-parser: 20.2.9 + dev: true + + /ts-jest/27.1.5_s3hctw44eio5yfpbfoxpvrxkse: + resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} + engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} + hasBin: true + peerDependencies: + '@babel/core': '>=7.0.0-beta.0 <8' + '@types/jest': ^27.0.0 + babel-jest: '>=27.0.0 <28' + esbuild: '*' + jest: ^27.0.0 + typescript: '>=3.8 <5.0' + peerDependenciesMeta: + '@babel/core': + optional: true + '@types/jest': + optional: true + babel-jest: + optional: true + esbuild: + optional: true + dependencies: + '@babel/core': 7.19.3 + bs-logger: 0.2.6 + fast-json-stable-stringify: 2.1.0 + jest: 27.5.1 + jest-util: 27.5.1 + json5: 2.2.1 + lodash.memoize: 4.1.2 + make-error: 1.3.6 + semver: 7.3.8 + typescript: 4.8.4 + yargs-parser: 20.2.9 + dev: true + + /ts-jest/27.1.5_zgo3ukr7wfsrfu7w73hol4lxpy: resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true @@ -20700,79 +20768,11 @@ packages: lodash.memoize: 4.1.2 make-error: 1.3.6 semver: 7.3.8 - typescript: 4.7.4 + typescript: 4.8.4 yargs-parser: 20.2.9 dev: true - /ts-jest/27.1.5_mqaoisgizytgigbr3gbjwvnjie: - resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - hasBin: true - peerDependencies: - '@babel/core': '>=7.0.0-beta.0 <8' - '@types/jest': ^27.0.0 - babel-jest: '>=27.0.0 <28' - esbuild: '*' - jest: ^27.0.0 - typescript: '>=3.8 <5.0' - peerDependenciesMeta: - '@babel/core': - optional: true - '@types/jest': - optional: true - babel-jest: - optional: true - esbuild: - optional: true - dependencies: - '@types/jest': 27.5.2 - bs-logger: 0.2.6 - fast-json-stable-stringify: 2.1.0 - jest: 27.5.1 - jest-util: 27.5.1 - json5: 2.2.1 - lodash.memoize: 4.1.2 - make-error: 1.3.6 - semver: 7.3.8 - typescript: 4.7.4 - yargs-parser: 20.2.9 - dev: true - - /ts-jest/27.1.5_r6sv7vhlorze2lugtxfzxjcdn4: - resolution: {integrity: sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==} - engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} - hasBin: true - peerDependencies: - '@babel/core': '>=7.0.0-beta.0 <8' - '@types/jest': ^27.0.0 - babel-jest: '>=27.0.0 <28' - esbuild: '*' - jest: ^27.0.0 - typescript: '>=3.8 <5.0' - peerDependenciesMeta: - '@babel/core': - optional: true - '@types/jest': - optional: true - babel-jest: - optional: true - esbuild: - optional: true - dependencies: - '@babel/core': 7.19.3 - bs-logger: 0.2.6 - fast-json-stable-stringify: 2.1.0 - jest: 27.5.1 - jest-util: 27.5.1 - json5: 2.2.1 - lodash.memoize: 4.1.2 - make-error: 1.3.6 - semver: 7.3.8 - typescript: 4.7.4 - yargs-parser: 20.2.9 - dev: true - - /ts-node/10.9.1_fqjczfflmxvrwatmzc635sraoq: + /ts-node/10.9.1_k2jc2lb6qrtdc3lulqxjwnbwoi: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -20798,12 +20798,12 @@ packages: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 4.7.4 + typescript: 4.8.4 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: true - /ts-pnp/1.2.0_typescript@4.7.4: + /ts-pnp/1.2.0_typescript@4.8.4: resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==} engines: {node: '>=6'} peerDependencies: @@ -20812,7 +20812,7 @@ packages: typescript: optional: true dependencies: - typescript: 4.7.4 + typescript: 4.8.4 dev: true /ts-toolbelt/6.15.5: @@ -20835,14 +20835,14 @@ packages: /tslib/2.4.0: resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} - /tsutils/3.21.0_typescript@4.7.4: + /tsutils/3.21.0_typescript@4.8.4: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.7.4 + typescript: 4.8.4 dev: true /tty-browserify/0.0.0: @@ -20937,8 +20937,8 @@ packages: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} dev: true - /typescript/4.7.4: - resolution: {integrity: sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==} + /typescript/4.8.4: + resolution: {integrity: sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==} engines: {node: '>=4.2.0'} hasBin: true