Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowysauce committed Jan 1, 2025
1 parent a89b5fc commit c2e132e
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 19 deletions.
49 changes: 35 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
},
"devDependencies": {
"@aitodotai/json-stringify-pretty-compact": "^1.3.0",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-brands-svg-icons": "^6.7.1",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"@ideditor/nsi-collector": "^1.0.20240823",
Expand All @@ -122,7 +122,7 @@
"@openstreetmap/id-tagging-schema": "~6.8.1",
"@rapideditor/location-conflation": "~1.4.1",
"c8": "^10.1.3",
"chalk": "5.3.0",
"chalk": "5.4.1",
"clear": "^0.1.0",
"esbuild": "^0.24.0",
"eslint": "^9.17.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_wikidata.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ if (_secrets && _secrets.wikibase) {
// what to fetch
let _cache = {};
console.log('');
console.log('🏗 ' + chalk.yellow(`Loading index files (this might take around 30 seconds) ...`));
console.log('🏗 ' + chalk.yellow(`Loading index files (this might take over 30 seconds) ...`));
fileTree.read(_cache, loco);
fileTree.expandTemplates(_cache, loco);

Expand Down
2 changes: 1 addition & 1 deletion scripts/dist_files.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ console.log(chalk.blue('📦 Distribute files'));
console.log(chalk.blue('-'.repeat(70)));

console.log('');
console.log('🏗 ' + chalk.yellow(`Loading index files (this might take around 30 seconds) ...`));
console.log('🏗 ' + chalk.yellow(`Loading index files (this might take over 30 seconds) ...`));
fileTree.read(_cache, loco);
fileTree.expandTemplates(_cache, loco);
_cache.path = sortObject(_cache.path);
Expand Down

0 comments on commit c2e132e

Please sign in to comment.