@teambit/ui-foundation.ui.react-router.slot-router 0.0.509 → 0.0.511
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/ui-foundation.ui.react-router.slot-router",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.511",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/ui-foundation/ui/react-router/slot-router",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.ui-foundation",
|
|
8
8
|
"name": "ui/react-router/slot-router",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.511"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"lodash": "4.17.21",
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@types/lodash": "4.14.165",
|
|
17
17
|
"@types/mocha": "9.1.0",
|
|
18
|
-
"@teambit/react.v17.react-env": "1.1.
|
|
18
|
+
"@teambit/react.v17.react-env": "1.1.71"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
21
|
"react": "^16.8.0 || ^17.0.0",
|
|
22
22
|
"react-router-dom": "^6.16.0",
|
|
23
23
|
"@types/react": "^17.0.0",
|
|
24
|
-
"@teambit/base-react.navigation.link": "2.0.
|
|
24
|
+
"@teambit/base-react.navigation.link": "2.0.31"
|
|
25
25
|
},
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"optionalDependencies": {},
|
package/dist/tsconfig.json
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"lib": [
|
|
4
|
-
"esnext",
|
|
5
|
-
"dom",
|
|
6
|
-
"dom.Iterable"
|
|
7
|
-
],
|
|
8
|
-
"target": "es2020",
|
|
9
|
-
"module": "es2020",
|
|
10
|
-
"jsx": "react-jsx",
|
|
11
|
-
"declaration": true,
|
|
12
|
-
"sourceMap": true,
|
|
13
|
-
"experimentalDecorators": true,
|
|
14
|
-
"skipLibCheck": true,
|
|
15
|
-
"moduleResolution": "node",
|
|
16
|
-
"esModuleInterop": true,
|
|
17
|
-
"resolveJsonModule": true,
|
|
18
|
-
"allowJs": true,
|
|
19
|
-
"outDir": "dist",
|
|
20
|
-
"strict": true,
|
|
21
|
-
"emitDecoratorMetadata": true,
|
|
22
|
-
"preserveConstEnums": true,
|
|
23
|
-
"strictPropertyInitialization": false,
|
|
24
|
-
"noImplicitAny": false,
|
|
25
|
-
"composite": true
|
|
26
|
-
},
|
|
27
|
-
"exclude": [
|
|
28
|
-
"artifacts",
|
|
29
|
-
"public",
|
|
30
|
-
"dist",
|
|
31
|
-
"node_modules",
|
|
32
|
-
"package.json",
|
|
33
|
-
"**/*.cjs",
|
|
34
|
-
"./dist"
|
|
35
|
-
],
|
|
36
|
-
"include": [
|
|
37
|
-
"**/*",
|
|
38
|
-
"**/*.json"
|
|
39
|
-
],
|
|
40
|
-
"references": []
|
|
41
|
-
}
|
package/tsconfig.json
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"lib": [
|
|
4
|
-
"esnext",
|
|
5
|
-
"dom",
|
|
6
|
-
"dom.Iterable"
|
|
7
|
-
],
|
|
8
|
-
"target": "es2020",
|
|
9
|
-
"module": "es2020",
|
|
10
|
-
"jsx": "react-jsx",
|
|
11
|
-
"declaration": true,
|
|
12
|
-
"sourceMap": true,
|
|
13
|
-
"experimentalDecorators": true,
|
|
14
|
-
"skipLibCheck": true,
|
|
15
|
-
"moduleResolution": "node",
|
|
16
|
-
"esModuleInterop": true,
|
|
17
|
-
"resolveJsonModule": true,
|
|
18
|
-
"allowJs": true,
|
|
19
|
-
"outDir": "dist",
|
|
20
|
-
"strict": true,
|
|
21
|
-
"emitDecoratorMetadata": true,
|
|
22
|
-
"preserveConstEnums": true,
|
|
23
|
-
"strictPropertyInitialization": false,
|
|
24
|
-
"noImplicitAny": false,
|
|
25
|
-
"composite": true
|
|
26
|
-
},
|
|
27
|
-
"exclude": [
|
|
28
|
-
"artifacts",
|
|
29
|
-
"public",
|
|
30
|
-
"dist",
|
|
31
|
-
"node_modules",
|
|
32
|
-
"package.json",
|
|
33
|
-
"**/*.cjs",
|
|
34
|
-
"./dist"
|
|
35
|
-
],
|
|
36
|
-
"include": [
|
|
37
|
-
"**/*",
|
|
38
|
-
"**/*.json"
|
|
39
|
-
],
|
|
40
|
-
"references": []
|
|
41
|
-
}
|
|
File without changes
|