Skip to content

Commit

Permalink
Upgrade dependencies ⏫
Browse files Browse the repository at this point in the history
  • Loading branch information
wotschofsky authored Dec 12, 2023
1 parent 0cd200b commit 288b54f
Show file tree
Hide file tree
Showing 2 changed files with 1,081 additions and 1,062 deletions.
42 changes: 21 additions & 21 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.3",
"@types/validator": "^13.11.7",
"@vercel/speed-insights": "^1.0.1",
"autoprefixer": "^10.4.16",
"bottleneck": "^2.19.5",
Expand All @@ -32,38 +32,38 @@
"is-valid-domain": "^0.1.6",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"lucide-react": "^0.288.0",
"lucide-react": "^0.294.0",
"natural-compare-lite": "^1.4.0",
"next": "14.0.1",
"next": "14.0.4",
"next-themes": "^0.2.1",
"postcss": "^8.4.31",
"punycode": "^2.3.0",
"postcss": "^8.4.32",
"punycode": "^2.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hotkeys-hook": "^4.4.1",
"react-icons": "^4.11.0",
"react-icons": "^4.12.0",
"react-leaflet": "^4.2.1",
"react-string-replace": "^1.1.1",
"swr": "^2.2.4",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tailwind-merge": "^2.1.0",
"tailwindcss": "^3.3.6",
"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",
"@types/react": "18.2.31",
"@types/react-dom": "18.2.14",
"eslint": "^8.52.0",
"eslint-config-next": "^14.0.1",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"typescript": "^5.2.2"
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/dns-packet": "^5.6.4",
"@types/leaflet": "^1.9.8",
"@types/natural-compare-lite": "^1.4.2",
"@types/node": "^20.10.4",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"eslint": "^8.55.0",
"eslint-config-next": "^14.0.4",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"typescript": "^5.3.3"
}
}
Loading

1 comment on commit 288b54f

@vercel
Copy link

@vercel vercel bot commented on 288b54f Dec 12, 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.