Skip to content

Commit

Permalink
update @wq/cra-template
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Jun 21, 2023
1 parent 5470d93 commit 0117afb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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.0",
"version": "2.0.0-alpha.1",
"description": "Create React App template for use with @wq/app",
"main": "template.json",
"repository": {
Expand Down
12 changes: 6 additions & 6 deletions packages/cra-template/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"package": {
"proxy": "http://localhost:8000",
"dependencies": {
"@wq/app": "^2.0.0-alpha.0",
"@wq/material": "^2.0.0-alpha.0",
"@wq/material-web": "^2.0.0-alpha.0",
"@wq/map-gl": "^2.0.0-alpha.0",
"@wq/map-gl-web": "^2.0.0-alpha.0",
"maplibre-gl": "^2.4.0"
"@wq/app": "^2.0.0-alpha.1",
"@wq/material": "^2.0.0-alpha.1",
"@wq/material-web": "^2.0.0-alpha.1",
"@wq/map-gl": "^2.0.0-alpha.1",
"@wq/map-gl-web": "^2.0.0-alpha.1",
"maplibre-gl": "^3.1.0"
},
"eslintConfig": {
"extends": ["react-app"]
Expand Down

0 comments on commit 0117afb

Please sign in to comment.