Skip to content

Commit e93b84d

Browse files
authored
update everything to latest (#16)
1 parent 2faebab commit e93b84d

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

.github/workflows/build_web.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: npm run unit
2222
- run: npm run webpack:build
2323
- name: deploy to web-abap2ui5-samples
24-
uses: peaceiris/actions-gh-pages@v3
24+
uses: peaceiris/actions-gh-pages@v4
2525
if: github.ref == 'refs/heads/main' && github.repository == 'abap2UI5/abap2UI5-web'
2626
with:
2727
deploy_key: ${{ secrets.DEPLOY_WEB }}

package-lock.json

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
},
2626
"homepage": "https://github.com/abap2UI5/abap2UI5-web#readme",
2727
"devDependencies": {
28-
"@abaplint/cli": "^2.106.5",
29-
"@abaplint/runtime": "^2.8.22",
30-
"@abaplint/database-sqlite": "^2.8.0",
28+
"@abaplint/cli": "^2.110.2",
29+
"@abaplint/runtime": "^2.8.27",
30+
"@abaplint/database-sqlite": "^2.8.25",
3131
"express": "^4.19.2",
32-
"@abaplint/transpiler-cli": "^2.8.22",
32+
"@abaplint/transpiler-cli": "^2.8.27",
3333
"buffer": "^6.0.3",
3434
"web-encoding": "^1.1.5",
3535
"copy-webpack-plugin": "^12.0.2",

0 commit comments

Comments
 (0)