Skip to content

Commit

Permalink
Bump many dependencies (not pixi)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Jun 13, 2024
1 parent acdc469 commit 51b33fe
Show file tree
Hide file tree
Showing 3 changed files with 631 additions and 117 deletions.
6 changes: 3 additions & 3 deletions modules/core/DataLoaderSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ export class DataLoaderSystem extends AbstractSystem {
fileMap.set('keepRight', 'data/keepRight.min.json');
fileMap.set('languages', 'data/languages.min.json');
fileMap.set('locales', 'locales/index.min.json');
fileMap.set('oci_defaults', 'https://cdn.jsdelivr.net/npm/osm-community-index@5.6/dist/defaults.min.json');
fileMap.set('oci_features', 'https://cdn.jsdelivr.net/npm/osm-community-index@5.6/dist/featureCollection.min.json');
fileMap.set('oci_resources', 'https://cdn.jsdelivr.net/npm/osm-community-index@5.6/dist/resources.min.json');
fileMap.set('oci_defaults', 'https://cdn.jsdelivr.net/npm/osm-community-index@5.7/dist/defaults.min.json');
fileMap.set('oci_features', 'https://cdn.jsdelivr.net/npm/osm-community-index@5.7/dist/featureCollection.min.json');
fileMap.set('oci_resources', 'https://cdn.jsdelivr.net/npm/osm-community-index@5.7/dist/resources.min.json');
fileMap.set('phone_formats', 'data/phone_formats.min.json');
fileMap.set('preset_categories', 'https://cdn.jsdelivr.net/npm/@openstreetmap/[email protected]/dist/preset_categories.min.json');
fileMap.set('preset_defaults', 'https://cdn.jsdelivr.net/npm/@openstreetmap/[email protected]/dist/preset_defaults.min.json');
Expand Down
Loading

0 comments on commit 51b33fe

Please sign in to comment.