Skip to content

Commit 5215203

Browse files
fix(deps): update all minor, or patch dependencies on npm
1 parent ecaa967 commit 5215203

2 files changed

Lines changed: 1681 additions & 1021 deletions

File tree

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "with-typescript",
33
"version": "1.0.0",
4-
"packageManager": "yarn@4.14.1",
4+
"packageManager": "yarn@4.18.0",
55
"scripts": {
66
"dev": "yarn install --immutable && next -p 3001",
77
"build": "next build",
@@ -21,8 +21,8 @@
2121
"@material-ui/core": "^4.12.4",
2222
"@material-ui/icons": "^4.11.3",
2323
"@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",
2626
"@sentry/nextjs": "^7.38.0",
2727
"@types/axios": "^0.14.0",
2828
"@types/linkifyjs": "^2.1.4",
@@ -41,10 +41,10 @@
4141
"react": "^18.2.0",
4242
"react-dom": "^18.2.0",
4343
"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",
4848
"slick-carousel": "^1.8.1",
4949
"use-interval": "^1.4.0",
5050
"video.js": "^7.20.2"
@@ -58,37 +58,37 @@
5858
"@testing-library/react": "^14.0.0",
5959
"@testing-library/user-event": "^14.4.3",
6060
"@types/actioncable": "^5.2.7",
61-
"@types/jest": "29.5.3",
61+
"@types/jest": "29.5.14",
6262
"@types/node": "^22.0.0",
63-
"@types/react": "18.2.15",
63+
"@types/react": "18.3.31",
6464
"@types/react-dom": "^18.0.6",
6565
"@types/react-gtm-module": "^2.0.1",
6666
"@types/react-slick": "^0.23.10",
6767
"@types/react-test-renderer": "^18.0.0",
6868
"@types/styled-components": "^5.1.26",
69-
"@types/video.js": "7.3.52",
69+
"@types/video.js": "7.3.58",
7070
"@typescript-eslint/eslint-plugin": "5.62.0",
7171
"@typescript-eslint/parser": "5.62.0",
7272
"babel-plugin-styled-components": "^2.0.7",
7373
"babel-preset-react-app": "^10.0.1",
7474
"cross-fetch": "^3.1.5",
75-
"eslint": "8.45.0",
75+
"eslint": "8.57.1",
7676
"eslint-config-next": "^14.2.25",
7777
"eslint-config-prettier": "^8.5.0",
7878
"eslint-plugin-prettier": "^4.2.1",
79-
"eslint-plugin-react": "7.33.0",
79+
"eslint-plugin-react": "7.37.5",
8080
"eslint-plugin-react-hooks": "^4.6.0",
8181
"husky": "^8.0.1",
8282
"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",
8585
"msw": "^1.1.0",
8686
"prettier": "^2.7.1",
8787
"react-test-renderer": "^18.2.0",
8888
"styled-components": "5.3.11",
89-
"ts-jest": "29.1.1",
89+
"ts-jest": "29.4.12",
9090
"ts-node": "^10.9.1",
91-
"typescript": "5.1.6"
91+
"typescript": "5.9.3"
9292
},
9393
"prepare": "husky install",
9494
"license": "MIT"

0 commit comments

Comments
 (0)