|
1 | 1 | { |
2 | 2 | "name": "with-typescript", |
3 | 3 | "version": "1.0.0", |
4 | | - "packageManager": "yarn@4.14.1", |
| 4 | + "packageManager": "yarn@4.18.0", |
5 | 5 | "scripts": { |
6 | 6 | "dev": "yarn install --immutable && next -p 3001", |
7 | 7 | "build": "next build", |
|
21 | 21 | "@material-ui/core": "^4.12.4", |
22 | 22 | "@material-ui/icons": "^4.11.3", |
23 | 23 | "@material-ui/lab": "^4.0.0-alpha.61", |
24 | | - "@paulmillr/qr": "^0.2.1", |
25 | | - "@reduxjs/toolkit": "1.9.5", |
| 24 | + "@paulmillr/qr": "^0.3.0", |
| 25 | + "@reduxjs/toolkit": "1.9.7", |
26 | 26 | "@sentry/nextjs": "^7.38.0", |
27 | 27 | "@types/axios": "^0.14.0", |
28 | 28 | "@types/linkifyjs": "^2.1.4", |
|
41 | 41 | "react": "^18.2.0", |
42 | 42 | "react-dom": "^18.2.0", |
43 | 43 | "react-gtm-module": "^2.0.11", |
44 | | - "react-hook-form": "7.45.2", |
45 | | - "react-redux": "8.1.1", |
46 | | - "react-router-dom": "6.14.2", |
47 | | - "react-slick": "^0.29.0", |
| 44 | + "react-hook-form": "7.87.0", |
| 45 | + "react-redux": "8.1.3", |
| 46 | + "react-router-dom": "6.30.6", |
| 47 | + "react-slick": "^0.31.0", |
48 | 48 | "slick-carousel": "^1.8.1", |
49 | 49 | "use-interval": "^1.4.0", |
50 | 50 | "video.js": "^7.20.2" |
|
58 | 58 | "@testing-library/react": "^14.0.0", |
59 | 59 | "@testing-library/user-event": "^14.4.3", |
60 | 60 | "@types/actioncable": "^5.2.7", |
61 | | - "@types/jest": "29.5.3", |
| 61 | + "@types/jest": "29.5.14", |
62 | 62 | "@types/node": "^22.0.0", |
63 | | - "@types/react": "18.2.15", |
| 63 | + "@types/react": "18.3.31", |
64 | 64 | "@types/react-dom": "^18.0.6", |
65 | 65 | "@types/react-gtm-module": "^2.0.1", |
66 | 66 | "@types/react-slick": "^0.23.10", |
67 | 67 | "@types/react-test-renderer": "^18.0.0", |
68 | 68 | "@types/styled-components": "^5.1.26", |
69 | | - "@types/video.js": "7.3.52", |
| 69 | + "@types/video.js": "7.3.58", |
70 | 70 | "@typescript-eslint/eslint-plugin": "5.62.0", |
71 | 71 | "@typescript-eslint/parser": "5.62.0", |
72 | 72 | "babel-plugin-styled-components": "^2.0.7", |
73 | 73 | "babel-preset-react-app": "^10.0.1", |
74 | 74 | "cross-fetch": "^3.1.5", |
75 | | - "eslint": "8.45.0", |
| 75 | + "eslint": "8.57.1", |
76 | 76 | "eslint-config-next": "^14.2.25", |
77 | 77 | "eslint-config-prettier": "^8.5.0", |
78 | 78 | "eslint-plugin-prettier": "^4.2.1", |
79 | | - "eslint-plugin-react": "7.33.0", |
| 79 | + "eslint-plugin-react": "7.37.5", |
80 | 80 | "eslint-plugin-react-hooks": "^4.6.0", |
81 | 81 | "husky": "^8.0.1", |
82 | 82 | "identity-obj-proxy": "^3.0.0", |
83 | | - "jest": "29.6.1", |
84 | | - "jest-environment-jsdom": "29.6.1", |
| 83 | + "jest": "29.7.0", |
| 84 | + "jest-environment-jsdom": "29.7.0", |
85 | 85 | "msw": "^1.1.0", |
86 | 86 | "prettier": "^2.7.1", |
87 | 87 | "react-test-renderer": "^18.2.0", |
88 | 88 | "styled-components": "5.3.11", |
89 | | - "ts-jest": "29.1.1", |
| 89 | + "ts-jest": "29.4.12", |
90 | 90 | "ts-node": "^10.9.1", |
91 | | - "typescript": "5.1.6" |
| 91 | + "typescript": "5.9.3" |
92 | 92 | }, |
93 | 93 | "prepare": "husky install", |
94 | 94 | "license": "MIT" |
|
0 commit comments