Skip to content

Commit

Permalink
chore(deps) update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: David Edler <david.edler@canonical.com>
  • Loading branch information
edlerd committed Jan 18, 2024
1 parent 22999a7 commit 2228f8c
Show file tree
Hide file tree
Showing 4 changed files with 205 additions and 138 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
uses: canonical/install-dotrun@main

- name: Install dependencies
run: dotrun install
run: |
set -x
sudo chmod -R 0777 ../anbox-cloud.io
dotrun install
- name: Build assets
run: dotrun build
Expand Down Expand Up @@ -72,25 +75,17 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install requirements
run: |
sudo apt-get update && sudo apt-get install --yes python3-setuptools
sudo pip3 install -r requirements.txt
- name: Install dotrun
uses: canonical/install-dotrun@main

- name: Install node dependencies
run: /snap/bin/dotrun install

- name: Install dependencies
run: /snap/bin/dotrun exec pip3 install coverage
run: dotrun install

- name: Build resources
run: /snap/bin/dotrun build
run: dotrun build

- name: Run tests with coverage
run: /snap/bin/dotrun exec coverage run --source=. -m unittest discover tests
run: dotrun exec coverage run --source=. --module unittest discover tests

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"dependencies": {
"@canonical/cookie-policy": "3.5.0",
"@canonical/global-nav": "3.6.2",
"autoprefixer": "10.4.16",
"autoprefixer": "10.4.17",
"esbuild": "0.19.11",
"intl-tel-input": "17.0.21",
"postcss": "8.4.32",
"postcss-cli": "10.1.0",
"sass": "1.69.6",
"intl-tel-input": "19.2.3",
"postcss": "8.4.33",
"postcss-cli": "11.0.0",
"sass": "1.70.0",
"vanilla-framework": "4.6.0"
},
"devDependencies": {
"concurrently": "7.6.0",
"concurrently": "8.2.2",
"sass-lint": "1.13.1",
"watch-cli": "0.2.3"
}
Expand Down
3 changes: 2 additions & 1 deletion static/js/modals.js

Large diffs are not rendered by default.

Loading

0 comments on commit 2228f8c

Please sign in to comment.