Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 10, 2023
1 parent 2ca36fe commit b8d99cc
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 169 deletions.
4 changes: 2 additions & 2 deletions cache-updater/UpdaterFunctions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<ItemGroup>
<PackageReference Include="Flurl" Version="3.0.7" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.1.3" />
<PackageReference Include="morelinq" Version="3.3.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="morelinq" Version="3.4.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="WindowsAzure.Storage" Version="9.3.3" />
</ItemGroup>
<ItemGroup>
Expand Down
26 changes: 13 additions & 13 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,43 +9,43 @@
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "1.7.12",
"@headlessui/react": "1.7.13",
"@mantine/hooks": "5.10.5",
"@next/font": "13.2.1",
"@next/font": "13.2.4",
"@nivo/bar": "0.80.0",
"@nivo/core": "0.80.0",
"@nivo/pie": "0.80.0",
"@nivo/tooltip": "0.80.0",
"@tailwindcss/aspect-ratio": "0.4.2",
"@typescript-eslint/parser": "5.54.0",
"@vercel/analytics": "0.1.10",
"@typescript-eslint/parser": "5.54.1",
"@vercel/analytics": "0.1.11",
"clsx": "1.2.1",
"d3-scale-chromatic": "3.0.0",
"daisyui": "2.51.2",
"daisyui": "2.51.3",
"dayjs": "1.11.7",
"lodash-es": "4.17.21",
"next": "13.2.1",
"next": "13.2.4",
"prettier": "2.8.4",
"prettier-plugin-tailwindcss": "0.2.3",
"prettier-plugin-tailwindcss": "0.2.4",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.7.1",
"react-svg": "16.1.4",
"react-icons": "4.8.0",
"react-svg": "16.1.6",
"typescript": "4.9.5",
"undici": "5.20.0"
},
"devDependencies": {
"@types/d3-scale-chromatic": "3.0.0",
"@types/lodash": "4.14.191",
"@types/lodash-es": "4.17.6",
"@types/node": "18.14.2",
"@types/node": "18.15.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.54.0",
"autoprefixer": "10.4.13",
"@typescript-eslint/eslint-plugin": "5.54.1",
"autoprefixer": "10.4.14",
"eslint": "8.35.0",
"eslint-config-next": "13.2.1",
"eslint-config-next": "13.2.4",
"postcss": "8.4.21",
"tailwindcss": "3.2.7",
"turbo": "1.8.3"
Expand Down
Loading

0 comments on commit b8d99cc

Please sign in to comment.