Skip to content

Commit

Permalink
chore: update non breaking frontend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hartym committed Nov 16, 2024
1 parent 03a9b9f commit f0cab42
Show file tree
Hide file tree
Showing 19 changed files with 673 additions and 504 deletions.
26 changes: 13 additions & 13 deletions harp_apps/dashboard/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"@emotion/styled": "^11.13.0",
"@headlessui/react": "2.1.5",
"@heroicons/react": "^2.1.5",
"@ladle/react": "^4.1.1",
"@ladle/react": "^4.1.2",
"@react-hook/window-size": "^3.1.1",
"@sentry/browser": "^8.30.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/lodash": "^4.17.7",
"@types/lodash": "^4.17.13",
"@types/react-helmet": "^6.1.11",
"date-fns": "^3.6.0",
"echarts": "^5.5.1",
Expand Down Expand Up @@ -72,17 +72,17 @@
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/bramus__pagination-sequence": "^1.2.2",
"@types/node": "^22.5.5",
"@types/prismjs": "^1.26.4",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@types/node": "^22.9.0",
"@types/prismjs": "^1.26.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-sparklines": "^1.7.5",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/sync-fetch": "^0.4.3",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^2.1.1",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.5",
"autoprefixer": "^10.4.20",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-prismjs": "^2.1.0",
Expand All @@ -100,19 +100,19 @@
"globals": "^15.9.0",
"jsdom": "^24.1.3",
"json-schema-to-typescript": "^13.1.2",
"msw": "^2.4.8",
"postcss": "^8.4.47",
"msw": "^2.6.5",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"react-test-renderer": "^18.3.1",
"resize-observer-polyfill": "^1.5.1",
"rollup-plugin-visualizer": "^5.12.0",
"sync-fetch": "^0.5.2",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.15",
"twin.macro": "^3.4.1",
"typescript": "5.4.3",
"vite": "^5.4.6",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.1.1",
"vitest": "^2.1.5",
"vitest-canvas-mock": "^0.3.3"
}
}
Loading

0 comments on commit f0cab42

Please sign in to comment.