Skip to content

Commit

Permalink
🔁 Update Dependencies and Submodules
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed Mar 7, 2024
1 parent d00bb6d commit f7ce5d0
Show file tree
Hide file tree
Showing 6 changed files with 171 additions and 168 deletions.
2 changes: 1 addition & 1 deletion interface/.prettierrc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins:
- "prettier-plugin-tailwindcss"
- "@trivago/prettier-plugin-sort-imports"
- "prettier-plugin-tailwindcss"
importOrder:
["^react(.*)", "next/(.*)", "<THIRD_PARTY_MODULES>", "@/(.*)", "^[./]"]
importOrderSortSpecifiers: true
16 changes: 8 additions & 8 deletions interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"next": "^14.1.2",
"next": "^14.1.3",
"next-themes": "^0.2.1",
"prismjs": "^1.29.0",
"react": "^18.2.0",
Expand All @@ -41,22 +41,22 @@
},
"devDependencies": {
"@eslint/js": "^8.57.0",
"@next/eslint-plugin-next": "^14.1.2",
"@next/eslint-plugin-next": "^14.1.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.11.24",
"@types/react": "^18.2.63",
"@types/react-dom": "^18.2.20",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.2",
"eslint-config-next": "^14.1.3",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"next-seo": "^6.5.0",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"prettier-plugin-tailwindcss": "^0.5.12",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"typescript-eslint": "^7.1.1"
}
}
2 changes: 1 addition & 1 deletion lib/solady
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"solhint": "^4.1.1",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"typescript-eslint": "^7.1.1"
}
}
Loading

0 comments on commit f7ce5d0

Please sign in to comment.