Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
 - replace @wq/cra-template with @wq/create
 - update tests for wq.db 2.1
 - test with Python 3.12 and Django 5.0
  • Loading branch information
sheppard committed Mar 27, 2024
1 parent cf83e47 commit 918b718
Show file tree
Hide file tree
Showing 32 changed files with 370 additions and 663 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
strategy:
matrix:
variant: [spatialite, postgis, npm]
python-version: ["3.11"]
django-version: [4.2.2]
drf-version: [3.14.0]
python-version: ["3.12"]
django-version: [5.0.3]
drf-version: [3.15.1]
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -25,15 +25,15 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools
python -m pip install build
python -m pip install flake8 pytest wheel
python -m pip install django==${{ matrix.django-version }}
python -m pip install djangorestframework==${{ matrix.drf-version }}
python -m pip install xlsconv==2.0.0
python -m pip install wq.build==2.0.0
python -m pip install wq.app==2.0.0
python -m pip install wq.db==2.0.0
python -m pip install wq.build==2.1.0
python -m pip install wq.app==2.1.0
python -m pip install wq.db==2.1.0
- name: Test build
run: |
python -m build
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
python-version: ["3.11"]
node-version: [18]
package:
- cra-template
- create
- expo-template
- rollup-plugin
steps:
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "django_project"]
path = wq/create/django_project
url = https://github.com/wq/wq-django-template.git
[submodule "packages/create/template"]
path = packages/create/template
url = https://github.com/wq/wq-vite-template.git
17 changes: 0 additions & 17 deletions packages/cra-template/README.md

This file was deleted.

29 changes: 0 additions & 29 deletions packages/cra-template/package.json

This file was deleted.

16 changes: 0 additions & 16 deletions packages/cra-template/template.json

This file was deleted.

23 changes: 0 additions & 23 deletions packages/cra-template/template/gitignore

This file was deleted.

Binary file removed packages/cra-template/template/public/favicon.ico
Binary file not shown.
Binary file removed packages/cra-template/template/public/icon-1024.png
Binary file not shown.
91 changes: 0 additions & 91 deletions packages/cra-template/template/public/icon.svg

This file was deleted.

43 changes: 0 additions & 43 deletions packages/cra-template/template/public/index.html

This file was deleted.

25 changes: 0 additions & 25 deletions packages/cra-template/template/public/manifest.json

This file was deleted.

2 changes: 0 additions & 2 deletions packages/cra-template/template/public/robots.txt

This file was deleted.

Loading

0 comments on commit 918b718

Please sign in to comment.