Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaumaus committed Aug 11, 2024
1 parent 8ba5937 commit cfa840f
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,52 +19,52 @@
},
"dependencies": {
"@blaumaus/react-alert": "^7.0.7",
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.3",
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.5",
"@nivo/sankey": "^0.87.0",
"@reduxjs/toolkit": "^1.9.7",
"@remix-run/node": "^2.9.2",
"@remix-run/react": "^2.9.2",
"@remix-run/serve": "^2.9.2",
"@remix-run/node": "^2.11.1",
"@remix-run/react": "^2.11.1",
"@remix-run/serve": "^2.11.1",
"@remix-run/v1-route-convention": "^0.1.4",
"@swetrix/sdk": "^1.1.0",
"@tailwindcss/forms": "^0.5.7",
"axios": "^1.7.2",
"axios": "^1.7.3",
"axios-auth-refresh": "^3.3.6",
"billboard.js": "^3.11.3",
"billboard.js": "^3.12.4",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"dangerously-set-html-content": "^1.1.0",
"dayjs": "^1.11.11",
"debug": "^4.3.4",
"dayjs": "^1.11.12",
"debug": "^4.3.6",
"file-saver": "^2.0.5",
"flatpickr": "^4.6.13",
"i18n-iso-countries": "^7.11.2",
"i18next": "^23.11.5",
"i18n-iso-countries": "^7.11.3",
"i18next": "^23.12.2",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-fs-backend": "^2.3.1",
"i18next-fs-backend": "^2.3.2",
"i18next-http-backend": "^2.5.2",
"isbot": "^5.1.7",
"isbot": "^5.1.14",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"marked": "^12.0.2",
"prettier-plugin-tailwindcss": "^0.5.14",
"prettier-plugin-tailwindcss": "^0.6.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-flagkit": "^2.0.4",
"react-flatpickr": "^3.10.13",
"react-hotkeys-hook": "^4.5.0",
"react-i18next": "^14.1.2",
"react-i18next": "^15.0.1",
"react-outside-click-handler": "^1.3.0",
"react-qr-code": "^2.0.13",
"react-qr-code": "^2.0.15",
"react-redux": "^9.1.2",
"react-type-animation": "^3.2.0",
"redux": "^5.0.1",
"redux-saga": "^1.3.0",
"remix-i18next": "^6.1.0",
"remix-i18next": "^6.3.0",
"remix-sitemap": "^3.2.0",
"remix-utils": "^7.6.0",
"spacetime": "^7.6.0",
"spacetime": "^7.6.1",
"swetrix": "^3.3.0",
"timezone-soft": "^1.5.2"
},
Expand Down Expand Up @@ -132,28 +132,28 @@
]
},
"devDependencies": {
"@remix-run/dev": "^2.9.2",
"@remix-run/eslint-config": "^2.9.2",
"@tailwindcss/typography": "^0.5.13",
"@remix-run/dev": "^2.11.1",
"@remix-run/eslint-config": "^2.11.1",
"@tailwindcss/typography": "^0.5.14",
"@types/debug": "^4.1.12",
"@types/lodash": "^4.17.4",
"@types/node": "^20.14.2",
"@types/lodash": "^4.17.7",
"@types/node": "^22.2.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-flatpickr": "^3.8.11",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/typescript-estree": "^7.10.0",
"autoprefixer": "^10.4.19",
"@typescript-eslint/parser": "^8.0.1",
"@typescript-eslint/typescript-estree": "^8.0.1",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-react-hooks": "^4.6.2",
"knip": "^5.18.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
"knip": "^5.27.2",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.9",
"typescript": "^5.5.4"
},
"engines": {
"node": ">=20"
Expand Down

0 comments on commit cfa840f

Please sign in to comment.