Skip to content

Commit

Permalink
update dependencies, fix for maplibre-gl import bug maplibre/maplibre…
Browse files Browse the repository at this point in the history
  • Loading branch information
cioddi committed Feb 5, 2023
1 parent b872602 commit c5def33
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version": "0.1.10",
"private": false,
"dependencies": {
"@mapcomponents/react-maplibre": "^0.1.46",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"@mapcomponents/react-maplibre": "^0.1.67",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
"web-vitals": "^3.1.1"
},
"scripts": {
"start": "react-scripts start",
Expand All @@ -26,6 +26,7 @@
"browserslist": {
"production": [
"defaults",
"not op_mini all",
"not ie 11"
],
"development": [
Expand Down
29 changes: 17 additions & 12 deletions template.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
{
"package": {
"dependencies": {
"@mapcomponents/react-maplibre": "^0.1.20",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "5.0.0",
"web-vitals": "^2.1.3"
"@mapcomponents/react-maplibre": "^0.1.67",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^3.1.1"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
"extends": ["react-app", "react-app/jest"]
}
},
"browserslist": {
"production": ["defaults", "not op_mini all", "not ie 11"],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
}

0 comments on commit c5def33

Please sign in to comment.