File tree Expand file tree Collapse file tree 6 files changed +27939
-29
lines changed Expand file tree Collapse file tree 6 files changed +27939
-29
lines changed Original file line number Diff line number Diff line change 23
23
" ui5-component"
24
24
],
25
25
"devDependencies" : {
26
- "eslint" : " ^8.8 .0" ,
26
+ "eslint" : " ^8.34 .0" ,
27
27
"@ui5/cli" : " ^3.0.0" ,
28
- "local-web-server" : " ^5.1.1 " ,
29
- "karma" : " ^6.3.15 " ,
30
- "karma-coverage" : " ^2.1 .0" ,
31
- "karma-chrome-launcher" : " ^3.1.0 " ,
28
+ "local-web-server" : " ^5.3.0 " ,
29
+ "karma" : " ^6.4.1 " ,
30
+ "karma-coverage" : " ^2.2 .0" ,
31
+ "karma-chrome-launcher" : " ^3.1.1 " ,
32
32
"karma-ui5" : " ^3.0.0" ,
33
- "rimraf" : " ^4.0.7 "
33
+ "rimraf" : " ^4.1.2 "
34
34
},
35
35
"engines" : {
36
- "node" : " >= 10"
36
+ "node" : " ^16.18.0 || >=18.12.0" ,
37
+ "npm" : " >= 8"
37
38
},
38
39
"author" : " Jiawei Cao, Florian Vogt" ,
39
40
"license" : " Apache-2.0"
Original file line number Diff line number Diff line change 29
29
"my-lib-sample-products-component" : " ^0.0.1"
30
30
},
31
31
"devDependencies" : {
32
- "eslint" : " ^8.8 .0" ,
32
+ "eslint" : " ^8.34 .0" ,
33
33
"@ui5/cli" : " ^3.0.0" ,
34
- "local-web-server" : " ^5.1.1 " ,
35
- "karma" : " ^6.3.15 " ,
36
- "karma-coverage" : " ^2.1 .0" ,
37
- "karma-chrome-launcher" : " ^3.1.0 " ,
34
+ "local-web-server" : " ^5.3.0 " ,
35
+ "karma" : " ^6.4.1 " ,
36
+ "karma-coverage" : " ^2.2 .0" ,
37
+ "karma-chrome-launcher" : " ^3.1.1 " ,
38
38
"karma-ui5" : " ^3.0.0" ,
39
- "rimraf" : " ^4.0.7 "
39
+ "rimraf" : " ^4.1.2 "
40
40
},
41
41
"engines" : {
42
- "node" : " >= 10"
42
+ "node" : " ^16.18.0 || >=18.12.0" ,
43
+ "npm" : " >= 8"
43
44
},
44
45
"author" : " Jiawei Cao, Florian Vogt" ,
45
46
"license" : " Apache-2.0"
Original file line number Diff line number Diff line change 28
28
"my-lib-sample-base-component" : " ^0.0.1"
29
29
},
30
30
"devDependencies" : {
31
- "eslint" : " ^8.8 .0" ,
31
+ "eslint" : " ^8.34 .0" ,
32
32
"@ui5/cli" : " ^3.0.0" ,
33
- "local-web-server" : " ^5.1.1 " ,
34
- "karma" : " ^6.3.15 " ,
35
- "karma-coverage" : " ^2.1 .0" ,
36
- "karma-chrome-launcher" : " ^3.1.0 " ,
33
+ "local-web-server" : " ^5.3.0 " ,
34
+ "karma" : " ^6.4.1 " ,
35
+ "karma-coverage" : " ^2.2 .0" ,
36
+ "karma-chrome-launcher" : " ^3.1.1 " ,
37
37
"karma-ui5" : " ^3.0.0" ,
38
- "rimraf" : " ^4.0.7 "
38
+ "rimraf" : " ^4.1.2 "
39
39
},
40
40
"engines" : {
41
- "node" : " >= 10"
41
+ "node" : " ^16.18.0 || >=18.12.0" ,
42
+ "npm" : " >= 8"
42
43
},
43
44
"author" : " Jiawei Cao, Florian Vogt" ,
44
45
"license" : " Apache-2.0"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Just visit the [live demo](https://flovogt.github.io/ui5con20-ui5-routing/test/m
14
14
You wanna run the demo application on your machine? Here we go. The following steps will guide you through your local deployment.
15
15
16
16
## Getting started
17
- 1 . Run ` yarn ` in the shell
17
+ 1 . Run ` npm ` in the shell
18
18
19
19
## Development
20
20
1 . Go to folder [ RootComponent] ( RootComponent )
Original file line number Diff line number Diff line change 29
29
"my-lib-sample-products-component" : " ^0.0.1"
30
30
},
31
31
"devDependencies" : {
32
- "eslint" : " ^8.8 .0" ,
32
+ "eslint" : " ^8.34 .0" ,
33
33
"@ui5/cli" : " ^3.0.0" ,
34
- "local-web-server" : " ^5.1.1 " ,
35
- "karma" : " ^6.3.15 " ,
36
- "karma-coverage" : " ^2.1 .0" ,
37
- "karma-chrome-launcher" : " ^3.1.0 " ,
34
+ "local-web-server" : " ^5.3.0 " ,
35
+ "karma" : " ^6.4.1 " ,
36
+ "karma-coverage" : " ^2.2 .0" ,
37
+ "karma-chrome-launcher" : " ^3.1.1 " ,
38
38
"karma-ui5" : " ^3.0.0" ,
39
- "rimraf" : " ^4.0.7 "
39
+ "rimraf" : " ^4.1.2 "
40
40
},
41
41
"engines" : {
42
- "node" : " >= 10"
42
+ "node" : " ^16.18.0 || >=18.12.0" ,
43
+ "npm" : " >= 8"
43
44
},
44
45
"author" : " Jiawei Cao, Florian Vogt" ,
45
46
"license" : " Apache-2.0"
You can’t perform that action at this time.
0 commit comments