Skip to content

Commit

Permalink
deps: upgraded ⚡ (#2541)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyankarpal authored Jun 21, 2024
1 parent 25021ac commit 98875d9
Show file tree
Hide file tree
Showing 2 changed files with 5,196 additions and 4,059 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,32 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@headlessui/react": "^1.7.18",
"@headlessui/react": "^2.1.0",
"@types/node": "20.14.7",
"@types/react": "18.2.78",
"@types/react-dom": "18.2.23",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"framer-motion": "^11.0.24",
"next": "^14.1.4",
"eslint": "9.5.0",
"eslint-config-next": "14.2.4",
"framer-motion": "^11.2.11",
"next": "^14.2.4",
"next-pwa": "^5.6.0",
"pnpm": "^9.4.0",
"postcss": "8.4.38",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.2.1",
"react-infinite-scroll-component": "^6.1.0",
"react-router-dom": "^6.23.1",
"react-syntax-highlighter": "^15.5.0",
"sharp": "^0.33.3",
"tailwindcss": "3.4.3",
"typescript": "5.4.4"
"sharp": "^0.33.4",
"tailwindcss": "3.4.4",
"typescript": "5.5.2"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@types/react-syntax-highlighter": "^15.5.11",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/react-syntax-highlighter": "^15.5.13",
"husky": "^9.0.11"
}
}
Loading

0 comments on commit 98875d9

Please sign in to comment.