Skip to content

Commit

Permalink
Upgrade dependencies ⏫
Browse files Browse the repository at this point in the history
  • Loading branch information
wotschofsky committed Nov 10, 2023
1 parent 0db7988 commit 7d28d70
Show file tree
Hide file tree
Showing 2 changed files with 656 additions and 653 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@types/punycode": "^2.1.1",
"@types/validator": "^13.11.5",
"@types/punycode": "^2.1.2",
"@types/validator": "^13.11.6",
"autoprefixer": "^10.4.16",
"bottleneck": "^2.19.5",
"class-variance-authority": "^0.7.0",
Expand All @@ -36,7 +36,7 @@
"next": "14.0.1",
"next-themes": "^0.2.1",
"postcss": "^8.4.31",
"punycode": "^2.3.0",
"punycode": "^2.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hotkeys-hook": "^4.4.1",
Expand All @@ -45,24 +45,24 @@
"react-string-replace": "^1.1.1",
"swr": "^2.2.4",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7",
"validator": "^13.11.0",
"whoiser": "^1.17.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/dns-packet": "^5.6.2",
"@types/leaflet": "^1.9.7",
"@types/natural-compare-lite": "^1.4.1",
"@types/node": "^20.8.7",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/dns-packet": "^5.6.3",
"@types/leaflet": "^1.9.8",
"@types/natural-compare-lite": "^1.4.2",
"@types/node": "^20.9.0",
"@types/react": "18.2.31",
"@types/react-dom": "18.2.14",
"eslint": "^8.52.0",
"eslint-config-next": "^14.0.1",
"eslint": "^8.53.0",
"eslint-config-next": "^14.0.2",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"prettier-plugin-tailwindcss": "^0.5.7",
"typescript": "^5.2.2"
}
}
Loading

1 comment on commit 7d28d70

@vercel
Copy link

@vercel vercel bot commented on 7d28d70 Nov 10, 2023

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.