Skip to content

Commit

Permalink
dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
artcoholic committed Aug 12, 2021
1 parent 80cf23a commit ab14a4a
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 12 deletions.
52 changes: 41 additions & 11 deletions package-lock.json

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

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "akar-icons",
"version": "1.8.6",
"version": "1.8.7",
"description": "A perfectly rounded icon library made for everyone.",
"main": "dist/index.js",
"typings": "dist/icons.d.ts",
Expand Down Expand Up @@ -38,6 +38,9 @@
"style": "stroke"
},
"license": "MIT",
"peerDependencies": {
"react": ">=16"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
Expand Down Expand Up @@ -68,5 +71,8 @@
"rollup-plugin-terser": "^7.0.2",
"svgo": "^1.3.0",
"uppercamelcase": "^3.0.0"
},
"dependencies": {
"prop-types": "^15.7.2"
}
}

0 comments on commit ab14a4a

Please sign in to comment.