mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-28 18:26:18 +08:00
update ui5 linter
This commit is contained in:
parent
6adbe0c339
commit
01da727790
3
.github/workflows/UI5.yaml
vendored
3
.github/workflows/UI5.yaml
vendored
|
@ -15,5 +15,4 @@ jobs:
|
|||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '20.11.0'
|
||||
- run: cd app && npm i
|
||||
- run: cd app && npm install --global @ui5/linter && ui5lint --ignore-pattern "webapp/index.html" "webapp/controller/View1.controller.js" --details
|
||||
- run: cd app && npm i && npx ui5lint --ignore-pattern "webapp/index.html" "webapp/controller/View1.controller.js" --details
|
||||
|
|
1479
app/package-lock.json
generated
1479
app/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -9,14 +9,14 @@
|
|||
],
|
||||
"main": "webapp/index.html",
|
||||
"devDependencies": {
|
||||
"@abaplint/cli": "^2.113.101",
|
||||
"@abaplint/cli": "^2.113.108",
|
||||
"@sap/ui5-builder-webide-extension": "^1.1.9",
|
||||
"@sap/ux-ui5-tooling": "1.16.3",
|
||||
"@ui5/cli": "^4.0.13",
|
||||
"@ui5/linter": "^1.9.0",
|
||||
"@sap/ux-ui5-tooling": "1.17.1",
|
||||
"@ui5/cli": "^4.0.14",
|
||||
"@ui5/linter": "^1.12.0",
|
||||
"mbt": "^1.2.34",
|
||||
"rimraf": "^6.0.1",
|
||||
"ui5-task-zipper": "^3.4.0"
|
||||
"ui5-task-zipper": "^3.4.1"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "fiori run --open \"test/flpSandbox.html?sap-ui-xx-viewCache=false#z2ui5-display\"",
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "abap2ui5",
|
||||
"name": "abap2UI5",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "abap2ui5",
|
||||
"name": "abap2UI5",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user