Skip to content

Commit

Permalink
update project templates
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Aug 25, 2023
1 parent 849a16b commit f03c2b6
Show file tree
Hide file tree
Showing 6 changed files with 5,542 additions and 5,182 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
python -m pip install djangorestframework==${{ matrix.drf-version }}
python -m pip install xlsconv==2.0.0a1
python -m pip install wq.build==2.0.0a1
python -m pip install wq.app==2.0.0a1
python -m pip install wq.db==2.0.0a1
python -m pip install wq.app==2.0.0a2
python -m pip install wq.db==2.0.0a2
- name: Test build
run: |
python -m build
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wq/cra-template",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "Create React App template for use with @wq/app",
"main": "template.json",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions packages/cra-template/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"package": {
"proxy": "http://localhost:8000",
"dependencies": {
"@wq/app": "^2.0.0-alpha.1",
"@wq/app": "^2.0.0-alpha.2",
"@wq/material": "^2.0.0-alpha.1",
"@wq/material-web": "^2.0.0-alpha.1",
"@wq/material-web": "^2.0.0-alpha.2",
"@wq/map-gl": "^2.0.0-alpha.1",
"@wq/map-gl-web": "^2.0.0-alpha.1",
"@wq/map-gl-web": "^2.0.0-alpha.2",
"maplibre-gl": "^3.1.0"
},
"eslintConfig": {
Expand Down
7 changes: 3 additions & 4 deletions packages/expo-template/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true
},
Expand All @@ -28,6 +26,7 @@
},
"web": {
"favicon": "./assets/favicon.png"
}
},
"plugins": ["@maplibre/maplibre-react-native"]
}
}
Loading

0 comments on commit f03c2b6

Please sign in to comment.