Skip to content

Commit b5090d7

Browse files
Update example configs (#2477)
1 parent bcc81bb commit b5090d7

File tree

79 files changed

+98
-98
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+98
-98
lines changed

examples/get-started/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"mapbox-gl": "^3.5.0"
1111
},
1212
"devDependencies": {
13-
"typescript": "^4.0.0",
13+
"typescript": "^5.0.0",
1414
"vite": "^4.0.0"
1515
}
1616
}

examples/get-started/controlled/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"mapbox-gl": "^3.5.0"
1111
},
1212
"devDependencies": {
13-
"typescript": "^4.0.0",
13+
"typescript": "^5.0.0",
1414
"vite": "^4.0.0"
1515
}
1616
}

examples/get-started/hook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"mapbox-gl": "^3.5.0"
1111
},
1212
"devDependencies": {
13-
"typescript": "^4.0.0",
13+
"typescript": "^5.0.0",
1414
"vite": "^4.0.0"
1515
}
1616
}

examples/get-started/maplibre/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"react-map-gl": "^8.0.0"
1111
},
1212
"devDependencies": {
13-
"typescript": "^4.0.0",
13+
"typescript": "^5.0.0",
1414
"vite": "^4.0.0"
1515
}
1616
}

examples/get-started/redux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"mapbox-gl": "^3.5.0"
1212
},
1313
"devDependencies": {
14-
"typescript": "^4.0.0",
14+
"typescript": "^5.0.0",
1515
"vite": "^4.0.0"
1616
}
1717
}

examples/mapbox/clusters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"mapbox-gl": "^3.5.0"
1212
},
1313
"devDependencies": {
14-
"typescript": "^4.0.0",
14+
"typescript": "^5.0.0",
1515
"vite": "^4.0.0"
1616
}
1717
}

examples/mapbox/clusters/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"jsx": "react",
55
"allowSyntheticDefaultImports": true,
66
"resolveJsonModule": true,
7-
"moduleResolution": "node",
7+
"moduleResolution": "bundler",
88
"module": "ES2020",
99
"sourceMap": true
1010
}

examples/mapbox/controls/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"mapbox-gl": "^3.5.0"
1212
},
1313
"devDependencies": {
14-
"typescript": "^4.0.0",
14+
"typescript": "^5.0.0",
1515
"vite": "^4.0.0"
1616
}
1717
}

examples/mapbox/controls/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"jsx": "react",
55
"allowSyntheticDefaultImports": true,
66
"resolveJsonModule": true,
7-
"moduleResolution": "node",
7+
"moduleResolution": "bundler",
88
"module": "ES2020",
99
"sourceMap": true
1010
}

examples/mapbox/custom-cursor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"mapbox-gl": "^3.5.0"
1212
},
1313
"devDependencies": {
14-
"typescript": "^4.0.0",
14+
"typescript": "^5.0.0",
1515
"vite": "^4.0.0"
1616
}
1717
}

0 commit comments

Comments
 (0)