Skip to content

Commit

Permalink
devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
inozemtsev-roman committed Nov 14, 2023
1 parent 4417e15 commit 6973fd0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@
"next": "^14.0.2",
"next-images": "^1.8.5",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "latest",
"react-dom": "latest",
"sass": "^1.68.0",
"sharp": "^0.32.6",
"swiper": "^10.3.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.2",
"@svgr/webpack": "^8.1.0",
"@types/node": "latest",
"@types/react": "latest",
Expand All @@ -44,4 +45,4 @@
"typescript": "latest",
"url-loader": "^4.1.1"
}
}
}

0 comments on commit 6973fd0

Please sign in to comment.