Skip to content

Commit

Permalink
Upgrade dependencies ⏫
Browse files Browse the repository at this point in the history
  • Loading branch information
wotschofsky committed Oct 22, 2023
1 parent 3762570 commit 5661033
Show file tree
Hide file tree
Showing 3 changed files with 1,530 additions and 1,513 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,55 +14,55 @@
"format": "prettier --write ."
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@types/punycode": "^2.1.0",
"@types/validator": "^13.11.1",
"autoprefixer": "^10.4.15",
"@radix-ui/react-tooltip": "^1.0.7",
"@types/punycode": "^2.1.1",
"@types/validator": "^13.11.5",
"autoprefixer": "^10.4.16",
"bottleneck": "^2.19.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dataloader": "^2.2.2",
"dns-packet": "^5.6.0",
"is-valid-domain": "^0.1.5",
"dns-packet": "^5.6.1",
"is-valid-domain": "^0.1.6",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"lucide-react": "^0.268.0",
"lucide-react": "^0.288.0",
"natural-compare-lite": "^1.4.0",
"next": "13.4.19",
"next": "13.5.6",
"next-themes": "^0.2.1",
"postcss": "^8.4.31",
"punycode": "^2.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hotkeys-hook": "^4.4.1",
"react-icons": "^4.10.1",
"react-icons": "^4.11.0",
"react-leaflet": "^4.2.1",
"react-string-replace": "^1.1.1",
"swr": "^2.2.1",
"swr": "^2.2.4",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.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.0",
"@types/leaflet": "^1.9.3",
"@types/natural-compare-lite": "^1.4.0",
"@types/node": "^20.5.1",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"eslint": "^8.47.0",
"eslint-config-next": "^13.4.19",
"prettier": "^3.0.2",
"prettier-plugin-tailwindcss": "^0.5.3",
"typescript": "^5.1.6"
"@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": "^13.5.6",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"typescript": "^5.2.2"
}
}
Loading

1 comment on commit 5661033

@vercel
Copy link

@vercel vercel bot commented on 5661033 Oct 22, 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.