Skip to content

Commit

Permalink
Relocating module @kbn/typed-react-router-config
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoldevila committed Dec 9, 2024
1 parent f0845af commit a2ff063
Show file tree
Hide file tree
Showing 27 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,6 @@ packages/kbn-triggers-actions-ui-types @elastic/response-ops
packages/kbn-try-in-console @elastic/search-kibana
packages/kbn-ts-projects @elastic/kibana-operations
packages/kbn-ts-type-check-cli @elastic/kibana-operations
packages/kbn-typed-react-router-config @elastic/obs-knowledge-team @elastic/obs-ux-infra_services-team
packages/kbn-ui-actions-browser @elastic/appex-sharedux
packages/kbn-ui-shared-deps-npm @elastic/kibana-operations
packages/kbn-ui-shared-deps-src @elastic/kibana-operations
Expand Down Expand Up @@ -626,6 +625,7 @@ src/platform/packages/shared/kbn-server-route-repository-client @elastic/obs-kno
src/platform/packages/shared/kbn-server-route-repository-utils @elastic/obs-knowledge-team
src/platform/packages/shared/kbn-sse-utils @elastic/obs-knowledge-team
src/platform/packages/shared/kbn-sse-utils-client @elastic/obs-knowledge-team
src/platform/packages/shared/kbn-typed-react-router-config @elastic/obs-knowledge-team @elastic/obs-ux-infra_services-team
src/platform/plugins/shared/esql @elastic/kibana-esql
src/platform/plugins/shared/esql_datagrid @elastic/kibana-esql
src/plugins/advanced_settings @elastic/appex-sharedux @elastic/kibana-management
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@
"@kbn/triggers-actions-ui-plugin": "link:x-pack/plugins/triggers_actions_ui",
"@kbn/triggers-actions-ui-types": "link:packages/kbn-triggers-actions-ui-types",
"@kbn/try-in-console": "link:packages/kbn-try-in-console",
"@kbn/typed-react-router-config": "link:packages/kbn-typed-react-router-config",
"@kbn/typed-react-router-config": "link:src/platform/packages/shared/kbn-typed-react-router-config",
"@kbn/ui-actions-browser": "link:packages/kbn-ui-actions-browser",
"@kbn/ui-actions-enhanced-examples-plugin": "link:x-pack/examples/ui_actions_enhanced_examples",
"@kbn/ui-actions-enhanced-plugin": "link:src/plugins/ui_actions_enhanced",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

module.exports = {
preset: '@kbn/test',
rootDir: '../..',
roots: ['<rootDir>/packages/kbn-typed-react-router-config'],
rootDir: '../../../../..',
roots: ['<rootDir>/src/platform/packages/shared/kbn-typed-react-router-config'],
};
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.base.json",
"extends": "../../../../../tsconfig.base.json",
"compilerOptions": {
"isolatedModules": true,
"outDir": "target/types",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -1948,8 +1948,8 @@
"@kbn/ts-projects/*": ["packages/kbn-ts-projects/*"],
"@kbn/ts-type-check-cli": ["packages/kbn-ts-type-check-cli"],
"@kbn/ts-type-check-cli/*": ["packages/kbn-ts-type-check-cli/*"],
"@kbn/typed-react-router-config": ["packages/kbn-typed-react-router-config"],
"@kbn/typed-react-router-config/*": ["packages/kbn-typed-react-router-config/*"],
"@kbn/typed-react-router-config": ["src/platform/packages/shared/kbn-typed-react-router-config"],
"@kbn/typed-react-router-config/*": ["src/platform/packages/shared/kbn-typed-react-router-config/*"],
"@kbn/ui-actions-browser": ["packages/kbn-ui-actions-browser"],
"@kbn/ui-actions-browser/*": ["packages/kbn-ui-actions-browser/*"],
"@kbn/ui-actions-enhanced-examples-plugin": ["x-pack/examples/ui_actions_enhanced_examples"],
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7712,7 +7712,7 @@
version "0.0.0"
uid ""

"@kbn/typed-react-router-config@link:packages/kbn-typed-react-router-config":
"@kbn/typed-react-router-config@link:src/platform/packages/shared/kbn-typed-react-router-config":
version "0.0.0"
uid ""

Expand Down

0 comments on commit a2ff063

Please sign in to comment.