Skip to content

Commit

Permalink
Merge pull request #6 from cloudblue/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
arnaugiralt authored Oct 18, 2023
2 parents c2572e5 + 5452670 commit 3c0841e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
1 change: 0 additions & 1 deletion flags.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export { default as DK } from 'flag-icons/flags/1x1/dk.svg';
export { default as DM } from 'flag-icons/flags/1x1/dm.svg';
export { default as DO } from 'flag-icons/flags/1x1/do.svg';
export { default as DZ } from 'flag-icons/flags/1x1/dz.svg';
export { default as EA } from 'flag-icons/flags/1x1/ea.svg';
export { default as EC } from 'flag-icons/flags/1x1/ec.svg';
export { default as EE } from 'flag-icons/flags/1x1/ee.svg';
export { default as EG } from 'flag-icons/flags/1x1/eg.svg';
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudblueconnect/country-flag-mapper",
"version": "1.0.4",
"version": "1.0.5",
"description": "Country flags as SVG icons mapped to country and locale IDs",
"main": "index.js",
"repository": {
Expand All @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/cloudblue/country-flag-mapper#readme",
"dependencies": {
"flag-icons": "^6.1.1"
"flag-icons": "^6.11.1"
},
"sideEffects": false
}

0 comments on commit 3c0841e

Please sign in to comment.