Skip to content

Commit

Permalink
Merge pull request #21 from MKAbuMattar/hotfix
Browse files Browse the repository at this point in the history
hotfix | update dependencies
  • Loading branch information
MKAbuMattar authored May 9, 2022
2 parents 097fd48 + b0c0d5f commit d61e8f4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
5 changes: 3 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "docs",
"private": true,
"version": "0.0.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"devicons-react": "^1.2.0",
"devicons-react": "^1.2.1",
"highlight.js": "^11.5.0",
"next": "12.1.6",
"next-pwa": "^5.4.6",
Expand Down
12 changes: 6 additions & 6 deletions docs/pnpm-lock.yaml

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
@@ -1,6 +1,6 @@
{
"name": "devicons-react",
"version": "1.2.0",
"version": "1.2.1",
"description": "Devicons React is a collection of icons that symbolize programming languages, design tools, and development software.",
"author": "Mohammad Abu Mattar <[email protected]> (http://mkabumattar.github.io/)",
"main": "lib/index.js",
Expand Down Expand Up @@ -58,8 +58,8 @@
"typescript": "^4.6.3"
},
"peerDependencies": {
"react": "^17.0.0",
"react-dom": "^17.0.0"
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"repository": {
"type": "git",
Expand Down

1 comment on commit d61e8f4

@vercel
Copy link

@vercel vercel bot commented on d61e8f4 May 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.