|
14 | 14 | "lint": "fedx-scripts eslint --ext .js --ext .jsx .", |
15 | 15 | "i18n_extract": "fedx-scripts formatjs extract", |
16 | 16 | "snapshot": "fedx-scripts jest --updateSnapshot", |
17 | | - "start": "fedx-scripts webpack-dev-server --progress --host apps.local.openedx.io", |
| 17 | + "start": "fedx-scripts webpack-dev-server --progress", |
18 | 18 | "test": "fedx-scripts jest --coverage", |
19 | 19 | "test:watch": "npm run test -- --watch" |
20 | 20 | }, |
|
34 | 34 | "homepage": "https://github.com/openedx/frontend-platform#readme", |
35 | 35 | "devDependencies": { |
36 | 36 | "@edx/brand": "npm:@openedx/brand-openedx@^1.2.2", |
37 | | - "@edx/browserslist-config": "1.4.0", |
38 | | - "@openedx/frontend-build": "14.2.2", |
39 | | - "@openedx/paragon": "23.1.1", |
| 37 | + "@edx/browserslist-config": "1.5.0", |
| 38 | + "@openedx/frontend-build": "^14.3.0", |
| 39 | + "@openedx/paragon": "^23.3.0", |
40 | 40 | "@testing-library/jest-dom": "6.6.3", |
41 | | - "@testing-library/react": "12.1.5", |
42 | | - "@testing-library/react-hooks": "^8.0.1", |
| 41 | + "@testing-library/react": "16.2.0", |
| 42 | + "@testing-library/dom": "10.4.0", |
43 | 43 | "@testing-library/user-event": "14.4.3", |
44 | 44 | "axios-mock-adapter": "^1.22.0", |
45 | 45 | "husky": "8.0.3", |
|
48 | 48 | "jsdoc": "^4.0.0", |
49 | 49 | "nodemon": "3.1.9", |
50 | 50 | "prop-types": "15.8.1", |
51 | | - "react": "17.0.2", |
52 | | - "react-dom": "17.0.2", |
| 51 | + "react": "18.3.1", |
| 52 | + "react-dom": "18.3.1", |
53 | 53 | "react-redux": "^8.1.1", |
54 | 54 | "react-router-dom": "^6.6.1", |
55 | 55 | "redux": "4.2.1" |
|
58 | 58 | "@cospired/i18n-iso-languages": "4.2.0", |
59 | 59 | "@formatjs/intl-pluralrules": "4.3.3", |
60 | 60 | "@formatjs/intl-relativetimeformat": "10.0.1", |
61 | | - "axios": "1.6.7", |
| 61 | + "axios": "1.7.9", |
62 | 62 | "axios-cache-interceptor": "1.6.2", |
63 | 63 | "form-urlencoded": "4.1.4", |
64 | 64 | "glob": "7.2.3", |
|
79 | 79 | "@openedx/frontend-build": ">= 14.0.0", |
80 | 80 | "@openedx/paragon": ">= 21.5.7 < 24.0.0", |
81 | 81 | "prop-types": ">=15.7.2 <16.0.0", |
82 | | - "react": "^16.9.0 || ^17.0.0", |
83 | | - "react-dom": "^16.9.0 || ^17.0.0", |
| 82 | + "react": "^16.9.0 || ^17.0.0 || ^18.0.0", |
| 83 | + "react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0", |
84 | 84 | "react-redux": "^7.1.1 || ^8.1.1", |
85 | 85 | "react-router-dom": "^6.0.0", |
86 | 86 | "redux": "^4.0.4" |
|
0 commit comments