Skip to content

Commit

Permalink
fix(deps): update all minor, or patch dependencies on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent be5c65b commit eb08442
Show file tree
Hide file tree
Showing 2 changed files with 2,448 additions and 1,334 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@reduxjs/toolkit": "1.9.5",
"@reduxjs/toolkit": "1.9.7",
"@sentry/nextjs": "^7.38.0",
"@types/axios": "^0.14.0",
"@types/linkifyjs": "^2.1.4",
Expand All @@ -34,16 +34,16 @@
"jwt-decode": "^3.1.2",
"linkify-react": "^4.0.0",
"linkifyjs": "^4.0.0",
"next": "13.4.12",
"next": "13.5.7",
"next-redux-wrapper": "^8.0.0",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-gtm-module": "^2.0.11",
"react-hook-form": "7.45.2",
"react-redux": "8.1.1",
"react-router-dom": "6.14.2",
"react-slick": "^0.29.0",
"react-hook-form": "7.53.2",
"react-redux": "8.1.3",
"react-router-dom": "6.28.0",
"react-slick": "^0.30.0",
"slick-carousel": "^1.8.1",
"use-interval": "^1.4.0",
"video.js": "^7.20.2"
Expand All @@ -57,36 +57,36 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/actioncable": "^5.2.7",
"@types/jest": "29.5.3",
"@types/jest": "29.5.14",
"@types/node": "^18.7.18",
"@types/react": "18.2.15",
"@types/react": "18.3.12",
"@types/react-dom": "^18.0.6",
"@types/react-gtm-module": "^2.0.1",
"@types/react-slick": "^0.23.10",
"@types/react-test-renderer": "^18.0.0",
"@types/styled-components": "^5.1.26",
"@types/video.js": "7.3.52",
"@types/video.js": "7.3.58",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"babel-plugin-styled-components": "^2.0.7",
"babel-preset-react-app": "^10.0.1",
"cross-fetch": "^3.1.5",
"eslint": "8.45.0",
"eslint": "8.57.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.1",
"identity-obj-proxy": "^3.0.0",
"jest": "29.6.1",
"jest-environment-jsdom": "29.6.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"msw": "^1.1.0",
"prettier": "^2.7.1",
"react-test-renderer": "^18.2.0",
"styled-components": "5.3.11",
"ts-jest": "29.1.1",
"ts-jest": "29.2.5",
"ts-node": "^10.9.1",
"typescript": "5.1.6"
"typescript": "5.7.2"
},
"prepare": "husky install",
"license": "MIT"
Expand Down
Loading

0 comments on commit eb08442

Please sign in to comment.