Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #6

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}