richie-education 3.3.2-dev25 → 3.3.2-dev26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,7 +33,7 @@ describe('useRouteInfo', () => {
33
33
  });
34
34
 
35
35
  await waitFor(() =>
36
- expect(result!.current).toEqual({
36
+ expect(result!.current).toMatchObject({
37
37
  id: '0',
38
38
  pathname: '/posts',
39
39
  params: {},
@@ -46,7 +46,7 @@ describe('useRouteInfo', () => {
46
46
  rerender();
47
47
 
48
48
  await waitFor(() =>
49
- expect(result.current).toEqual({
49
+ expect(result.current).toMatchObject({
50
50
  id: '0-0',
51
51
  pathname: '/posts/a-first-post',
52
52
  params: { postId: 'a-first-post' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "richie-education",
3
- "version": "3.3.2-dev25",
3
+ "version": "3.3.2-dev26",
4
4
  "description": "A CMS to build learning portals for Open Education",
5
5
  "main": "sandbox/manage.py",
6
6
  "scripts": {
@@ -58,12 +58,12 @@
58
58
  "@sentry/browser": "10.40.0",
59
59
  "@sentry/types": "10.40.0",
60
60
  "@storybook/addon-actions": "9.0.8",
61
- "@storybook/addon-essentials": "8.6.14",
62
- "@storybook/addon-interactions": "8.6.14",
61
+ "@storybook/addon-essentials": "8.6.17",
62
+ "@storybook/addon-interactions": "8.6.17",
63
63
  "@storybook/addon-links": "10.2.13",
64
64
  "@storybook/react": "10.2.13",
65
65
  "@storybook/react-webpack5": "10.2.13",
66
- "@storybook/test": "8.6.15",
66
+ "@storybook/test": "8.6.17",
67
67
  "@tanstack/query-core": "5.90.20",
68
68
  "@tanstack/query-sync-storage-persister": "5.90.23",
69
69
  "@tanstack/react-query": "5.90.21",
@@ -112,7 +112,7 @@
112
112
  "eslint-plugin-storybook": "10.2.13",
113
113
  "fetch-mock": "<10",
114
114
  "file-loader": "6.2.0",
115
- "glob": "11.0.1",
115
+ "glob": "11.1.0",
116
116
  "i18n-iso-countries": "7.14.0",
117
117
  "iframe-resizer": "<5",
118
118
  "intl-pluralrules": "2.0.1",
@@ -120,7 +120,7 @@
120
120
  "jest-environment-jsdom": "30.2.0",
121
121
  "js-cookie": "3.0.5",
122
122
  "keycloak-js": "26.2.3",
123
- "lodash-es": "4.17.21",
123
+ "lodash-es": "4.17.23",
124
124
  "mdn-polyfills": "5.20.0",
125
125
  "msw": "2.12.10",
126
126
  "node-fetch": ">2.6.6 <3",
@@ -133,14 +133,14 @@
133
133
  "react-hook-form": "7.71.2",
134
134
  "react-intl": "8.1.3",
135
135
  "react-modal": "3.16.3",
136
- "react-router": "7.4.0",
136
+ "react-router": "7.12.0",
137
137
  "sass": "1.97.3",
138
138
  "source-map-loader": "5.0.0",
139
- "storybook": "8.6.8",
139
+ "storybook": "8.6.17",
140
140
  "tsconfig-paths-webpack-plugin": "4.2.0",
141
141
  "typescript": "5.9.3",
142
142
  "uuid": "13.0.0",
143
- "webpack": "5.98.0",
143
+ "webpack": "5.104.1",
144
144
  "webpack-cli": "6.0.1",
145
145
  "whatwg-fetch": "3.6.20",
146
146
  "xhr-mock": "2.5.1",
@@ -162,7 +162,7 @@
162
162
  "yarn": "1.22.22"
163
163
  },
164
164
  "devDependencies": {
165
- "@storybook/addon-mdx-gfm": "8.6.14",
165
+ "@storybook/addon-mdx-gfm": "8.6.17",
166
166
  "@storybook/addon-webpack5-compiler-babel": "4.0.0"
167
167
  }
168
168
  }