Skip to content

Commit

Permalink
pin @iconify/icons-mdi version to 1.1.x to avoid build error
Browse files Browse the repository at this point in the history
  • Loading branch information
lhz516 committed Feb 19, 2022
1 parent 8d92e61 commit 8dce770
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-h5-audio-player",
"version": "3.8.2",
"version": "3.8.3",
"description": "A customizable React audio player. Written in TypeScript. Mobile compatible. Keyboard friendly",
"main": "./lib/index.js",
"module": "./es/index.js",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {
"@babel/runtime": "^7.10.2",
"@iconify/icons-mdi": "^1.0.46",
"@iconify/icons-mdi": "~1.1.0",
"@iconify/react": "^3.1.3"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1314,10 +1314,10 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==

"@iconify/icons-mdi@^1.0.46":
version "1.1.46"
resolved "https://registry.yarnpkg.com/@iconify/icons-mdi/-/icons-mdi-1.1.46.tgz#217337abd2c9111b2a4ff8e9afbe93b54ea68951"
integrity sha512-J6O1KO/CKFEcCJ3lfYO5PNPj1n8AljOzsQTnGvaNXnHkppdOmDagYRD6xWgurNADfdmXtR6N8bceEOhN9yPRKA==
"@iconify/icons-mdi@~1.1.0":
version "1.1.47"
resolved "https://registry.yarnpkg.com/@iconify/icons-mdi/-/icons-mdi-1.1.47.tgz#4bbe1e5d126de7acde05a66addd869c66bd97ca0"
integrity sha512-6AZfvWru20Rl9pXULStkVvTWnua6VG56zOIKdkCzLh25XVeTDEp6f1dL7iX9w+way5+1hI0BBuqTQd61qYaKdg==

"@iconify/react@^3.1.3":
version "3.1.3"
Expand Down

0 comments on commit 8dce770

Please sign in to comment.