Skip to content

Commit dd0f8dd

Browse files
author
Karine Brandelli Padilha
committed
deps: update dependencies
1 parent 74116f8 commit dd0f8dd

File tree

2 files changed

+578
-345
lines changed

2 files changed

+578
-345
lines changed

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
"test": "jest --verbose --silent --passWithNoTests --noStackTrace --runInBand --updateSnapshot"
3434
},
3535
"dependencies": {
36-
"@emotion/react": "11.11.4",
37-
"@emotion/styled": "11.11.5",
38-
"@mui/icons-material": "5.16.0",
39-
"@mui/material": "5.16.0",
40-
"@mui/styles": "5.16.0",
41-
"@mui/x-date-pickers": "7.10.0",
36+
"@emotion/react": "11.13.0",
37+
"@emotion/styled": "11.13.0",
38+
"@mui/icons-material": "5.16.5",
39+
"@mui/material": "5.16.5",
40+
"@mui/styles": "5.16.5",
41+
"@mui/x-date-pickers": "7.11.1",
4242
"date-fns": "2.30.0",
4343
"ramda": "0.25.0",
4444
"react-loading-skeleton": "3.4.0",
@@ -48,51 +48,51 @@
4848
},
4949
"devDependencies": {
5050
"@babel/cli": "7.24.8",
51-
"@babel/core": "7.24.8",
51+
"@babel/core": "7.24.9",
5252
"@babel/plugin-transform-runtime": "7.24.7",
53-
"@babel/preset-env": "7.24.8",
53+
"@babel/preset-env": "7.25.0",
5454
"@babel/preset-typescript": "7.24.7",
5555
"@faker-js/faker": "8.4.1",
5656
"@storybook/addon-essentials": "7.6.17",
5757
"@storybook/addon-styling-webpack": "1.0.0",
5858
"@storybook/react": "7.6.17",
5959
"@storybook/react-webpack5": "7.6.17",
60-
"@stylistic/eslint-plugin": "2.3.0",
61-
"@testing-library/dom": "10.3.1",
62-
"@testing-library/jest-dom": "6.4.6",
60+
"@stylistic/eslint-plugin": "2.4.0",
61+
"@testing-library/dom": "10.4.0",
62+
"@testing-library/jest-dom": "6.4.8",
6363
"@testing-library/react": "16.0.0",
6464
"@testing-library/user-event": "14.5.2",
6565
"@types/jest": "29.5.12",
66-
"@types/node": "20.14.10",
66+
"@types/node": "22.0.0",
6767
"@types/ramda": "0.25.36",
6868
"@types/react": "18.3.3",
6969
"@types/sprintf-js": "1.1.4",
7070
"@types/uuid": "10.0.0",
71-
"@typescript-eslint/eslint-plugin": "7.16.0",
72-
"@typescript-eslint/parser": "7.16.0",
71+
"@typescript-eslint/eslint-plugin": "7.18.0",
72+
"@typescript-eslint/parser": "7.18.0",
7373
"babel-loader": "9.1.3",
7474
"babel-plugin-import": "1.13.8",
7575
"babel-plugin-module-resolver": "5.0.2",
7676
"eslint": "8.57.0",
7777
"eslint-config-prettier": "9.1.0",
7878
"eslint-import-resolver-typescript": "3.6.1",
7979
"eslint-plugin-import": "2.29.1",
80-
"eslint-plugin-prettier": "5.1.3",
81-
"eslint-plugin-react": "7.34.3",
80+
"eslint-plugin-prettier": "5.2.1",
81+
"eslint-plugin-react": "7.35.0",
8282
"eslint-plugin-react-hooks": "4.6.2",
8383
"fs-extra": "11.2.0",
8484
"identity-obj-proxy": "3.0.0",
8585
"jest": "29.7.0",
8686
"jest-environment-jsdom": "29.7.0",
87-
"prettier": "3.3.2",
87+
"prettier": "3.3.3",
8888
"react": "18.3.1",
8989
"react-dom": "18.3.1",
9090
"storybook": "7.6.17",
91-
"styled-components": "6.1.11",
92-
"ts-jest": "29.2.2",
91+
"styled-components": "6.1.12",
92+
"ts-jest": "29.2.3",
9393
"ts-loader": "9.5.1",
94-
"typescript": "5.5.3",
95-
"webpack": "5.92.1"
94+
"typescript": "5.5.4",
95+
"webpack": "5.93.0"
9696
},
9797
"peerDependencies": {
9898
"react": "^17.0.0 || ^18.0.0",

0 commit comments

Comments
 (0)