Skip to content

Commit d95bc3d

Browse files
⬆️(dependencies) update js dependencies
1 parent 32a3e22 commit d95bc3d

File tree

6 files changed

+591
-458
lines changed

6 files changed

+591
-458
lines changed

src/frontend/package.json

+30-30
Original file line numberDiff line numberDiff line change
@@ -43,28 +43,28 @@
4343
"@babel/plugin-transform-modules-commonjs": "7.26.3",
4444
"@babel/preset-env": "7.26.9",
4545
"@babel/preset-react": "7.26.3",
46-
"@babel/preset-typescript": "7.26.0",
46+
"@babel/preset-typescript": "7.27.0",
4747
"@faker-js/faker": "9.6.0",
48-
"@formatjs/cli": "6.6.2",
48+
"@formatjs/cli": "6.6.3",
4949
"@formatjs/intl-relativetimeformat": "11.4.11",
5050
"@hookform/resolvers": "4.1.3",
5151
"@lyracom/embedded-form-glue": "1.4.2",
5252
"@openfun/cunningham-react": "3.0.0",
5353
"@openfun/cunningham-tokens": "2.2.0",
54-
"@sentry/browser": "9.8.0",
55-
"@sentry/types": "9.8.0",
56-
"@storybook/addon-actions": "8.6.8",
57-
"@storybook/addon-essentials": "8.6.8",
58-
"@storybook/addon-interactions": "8.6.8",
59-
"@storybook/addon-links": "8.6.8",
60-
"@storybook/react": "8.6.8",
61-
"@storybook/react-webpack5": "8.6.8",
62-
"@storybook/test": "8.6.8",
63-
"@tanstack/query-core": "5.69.0",
64-
"@tanstack/query-sync-storage-persister": "5.69.0",
65-
"@tanstack/react-query": "5.69.0",
66-
"@tanstack/react-query-devtools": "5.69.0",
67-
"@tanstack/react-query-persist-client": "5.69.0",
54+
"@sentry/browser": "9.10.1",
55+
"@sentry/types": "9.10.1",
56+
"@storybook/addon-actions": "8.6.11",
57+
"@storybook/addon-essentials": "8.6.11",
58+
"@storybook/addon-interactions": "8.6.11",
59+
"@storybook/addon-links": "8.6.11",
60+
"@storybook/react": "8.6.11",
61+
"@storybook/react-webpack5": "8.6.11",
62+
"@storybook/test": "8.6.11",
63+
"@tanstack/query-core": "5.71.0",
64+
"@tanstack/query-sync-storage-persister": "5.71.0",
65+
"@tanstack/react-query": "5.71.0",
66+
"@tanstack/react-query-devtools": "5.71.0",
67+
"@tanstack/react-query-persist-client": "5.71.0",
6868
"@testing-library/dom": "10.4.0",
6969
"@testing-library/jest-dom": "6.6.3",
7070
"@testing-library/react": "16.2.0",
@@ -80,8 +80,8 @@
8080
"@types/react-autosuggest": "10.1.11",
8181
"@types/react-dom": "19.0.4",
8282
"@types/react-modal": "3.16.3",
83-
"@typescript-eslint/eslint-plugin": "8.27.0",
84-
"@typescript-eslint/parser": "8.27.0",
83+
"@typescript-eslint/eslint-plugin": "8.28.0",
84+
"@typescript-eslint/parser": "8.28.0",
8585
"babel-jest": "29.7.0",
8686
"babel-loader": "10.0.0",
8787
"babel-plugin-react-intl": "8.2.25",
@@ -96,13 +96,13 @@
9696
"eslint-config-prettier": "10.1.1",
9797
"eslint-import-resolver-webpack": "0.13.10",
9898
"eslint-plugin-compat": "6.0.2",
99-
"eslint-plugin-formatjs": "5.3.0",
99+
"eslint-plugin-formatjs": "5.3.1",
100100
"eslint-plugin-import": "2.31.0",
101101
"eslint-plugin-jsx-a11y": "6.10.2",
102-
"eslint-plugin-prettier": "5.2.4",
102+
"eslint-plugin-prettier": "5.2.5",
103103
"eslint-plugin-react": "7.37.4",
104104
"eslint-plugin-react-hooks": "5.2.0",
105-
"eslint-plugin-storybook": "0.11.6",
105+
"eslint-plugin-storybook": "0.12.0",
106106
"fetch-mock": "<10",
107107
"file-loader": "6.2.0",
108108
"glob": "11.0.1",
@@ -119,16 +119,16 @@
119119
"nodemon": "3.1.9",
120120
"prettier": "3.5.3",
121121
"query-string": "9.1.1",
122-
"react": "19.0.0",
122+
"react": "19.1.0",
123123
"react-autosuggest": "10.1.0",
124-
"react-dom": "19.0.0",
125-
"react-hook-form": "7.54.2",
126-
"react-intl": "7.1.9",
124+
"react-dom": "19.1.0",
125+
"react-hook-form": "7.55.0",
126+
"react-intl": "7.1.10",
127127
"react-modal": "3.16.3",
128-
"react-router": "7.4.0",
128+
"react-router": "7.4.1",
129129
"sass": "1.86.0",
130130
"source-map-loader": "5.0.0",
131-
"storybook": "8.6.8",
131+
"storybook": "8.6.11",
132132
"tsconfig-paths-webpack-plugin": "4.2.0",
133133
"typescript": "5.8.2",
134134
"uuid": "11.1.0",
@@ -143,8 +143,8 @@
143143
"@testing-library/dom": "10.4.0",
144144
"@types/react": "19.0.12",
145145
"@types/react-dom": "19.0.4",
146-
"react": "19.0.0",
147-
"react-dom": "19.0.0"
146+
"react": "19.1.0",
147+
"react-dom": "19.1.0"
148148
},
149149
"msw": {
150150
"workerDirectory": "../richie/static/richie/js"
@@ -154,7 +154,7 @@
154154
"yarn": "1.22.22"
155155
},
156156
"devDependencies": {
157-
"@storybook/addon-mdx-gfm": "8.6.8",
157+
"@storybook/addon-mdx-gfm": "8.6.11",
158158
"@storybook/addon-webpack5-compiler-babel": "3.0.5"
159159
}
160160
}

0 commit comments

Comments
 (0)