Compare commits

..

5 Commits

Author SHA1 Message Date
Alf Sebastian Houge
19680b1cc1 Remove the github action which ran npm tests 2023-01-24 22:59:59 +01:00
Alf Sebastian Houge
e6e90d9bef Merge pull request #9 from AlfHou/chore/update-package-lock
Update the package lock file
2023-01-22 23:09:37 +01:00
Alf Sebastian Houge
311ac7579a Update the package lock file 2023-01-22 23:05:40 +01:00
Alf Sebastian Houge
47810a8c88 Merge pull request #3 from AlfHou/add-vin
Add VIN field to vehicle data
2023-01-19 14:53:29 +01:00
Bernhard Großer
5aabeda6ba update axios version fixes #104 (#4) 2023-01-19 14:44:39 +01:00
4 changed files with 40045 additions and 12264 deletions

View File

@@ -1,22 +0,0 @@
name: Test UI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
working-directory: ui
- run: npm run build --if-present
working-directory: ui
- run: npm test
working-directory: ui

27415
ui/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -34,7 +34,7 @@
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/vue-fontawesome": "0.1.9",
"axios": "^0.27.0",
"axios": "^0.27.2",
"buefy": "^0.9.7",
"chart.js": "^2.9.4",
"core-js": "3.6.4",

24870
ui/yarn.lock

File diff suppressed because it is too large Load Diff