|
11 | 11 | ], |
12 | 12 | "scripts": { |
13 | 13 | "build": "fedx-scripts webpack", |
14 | | - "i18n_extract": "fedx-scripts formatjs extract", |
| 14 | + "i18n_extract": "fedx-scripts formatjs extract --include=plugins", |
15 | 15 | "stylelint": "stylelint \"plugins/**/*.scss\" \"src/**/*.scss\" \"scss/**/*.scss\" --config .stylelintrc.json", |
16 | 16 | "lint": "npm run stylelint && fedx-scripts eslint --ext .js --ext .jsx --ext .ts --ext .tsx .", |
17 | 17 | "lint:fix": "npm run stylelint -- --fix && fedx-scripts eslint --fix --ext .js --ext .jsx --ext .ts --ext .tsx .", |
|
34 | 34 | }, |
35 | 35 | "dependencies": { |
36 | 36 | "@codemirror/lang-html": "^6.0.0", |
37 | | - "@codemirror/lang-xml": "^6.0.0", |
38 | 37 | "@codemirror/lang-markdown": "^6.0.0", |
| 38 | + "@codemirror/lang-xml": "^6.0.0", |
39 | 39 | "@codemirror/lint": "^6.2.1", |
40 | 40 | "@codemirror/state": "^6.0.0", |
41 | 41 | "@codemirror/view": "^6.0.0", |
|
44 | 44 | "@dnd-kit/sortable": "^8.0.0", |
45 | 45 | "@dnd-kit/utilities": "^3.2.2", |
46 | 46 | "@edx/brand": "npm:@openedx/brand-openedx@^1.2.3", |
47 | | - "@edx/browserslist-config": "1.2.0", |
48 | | - "@edx/frontend-component-footer": "^14.6.0", |
| 47 | + "@edx/browserslist-config": "1.5.0", |
| 48 | + "@edx/frontend-component-footer": "^14.9.0", |
49 | 49 | "@edx/frontend-component-header": "^6.2.0", |
50 | 50 | "@edx/frontend-enterprise-hotjar": "^7.2.0", |
51 | | - "@edx/frontend-platform": "^8.3.1", |
52 | | - "@edx/openedx-atlas": "^0.6.0", |
| 51 | + "@edx/frontend-platform": "^8.4.0", |
| 52 | + "@edx/openedx-atlas": "^0.7.0", |
53 | 53 | "@openedx-plugins/course-app-calculator": "file:plugins/course-apps/calculator", |
54 | 54 | "@openedx-plugins/course-app-edxnotes": "file:plugins/course-apps/edxnotes", |
55 | 55 | "@openedx-plugins/course-app-learning_assistant": "file:plugins/course-apps/learning_assistant", |
|
60 | 60 | "@openedx-plugins/course-app-teams": "file:plugins/course-apps/teams", |
61 | 61 | "@openedx-plugins/course-app-wiki": "file:plugins/course-apps/wiki", |
62 | 62 | "@openedx-plugins/course-app-xpert_unit_summary": "file:plugins/course-apps/xpert_unit_summary", |
63 | | - "@openedx/frontend-build": "^14.3.3", |
| 63 | + "@openedx/frontend-build": "^14.5.0", |
64 | 64 | "@openedx/frontend-plugin-framework": "^1.7.0", |
65 | | - "@openedx/paragon": "^22.16.0", |
| 65 | + "@openedx/paragon": "^23.5.0", |
66 | 66 | "@redux-devtools/extension": "^3.3.0", |
67 | 67 | "@reduxjs/toolkit": "1.9.7", |
68 | 68 | "@tanstack/react-query": "4.36.1", |
|
79 | 79 | "meilisearch": "^0.41.0", |
80 | 80 | "moment": "2.30.1", |
81 | 81 | "moment-shortformat": "^2.1.0", |
82 | | - "npm": "^10.8.1", |
83 | 82 | "prop-types": "^15.8.1", |
84 | 83 | "react": "^18.3.1", |
85 | 84 | "react-datepicker": "^4.13.0", |
|
91 | 90 | "react-responsive": "9.0.2", |
92 | 91 | "react-router": "6.27.0", |
93 | 92 | "react-router-dom": "6.27.0", |
94 | | - "react-select": "5.8.0", |
| 93 | + "react-select": "5.10.1", |
95 | 94 | "react-textarea-autosize": "^8.5.3", |
96 | 95 | "react-transition-group": "4.4.5", |
97 | 96 | "redux": "4.0.5", |
98 | 97 | "redux-logger": "^3.0.6", |
99 | 98 | "redux-thunk": "^2.4.1", |
100 | 99 | "reselect": "^4.1.5", |
101 | | - "start": "^5.1.0", |
102 | 100 | "tinymce": "^5.10.4", |
103 | 101 | "universal-cookie": "^4.0.4", |
104 | | - "uuid": "^3.4.0", |
| 102 | + "uuid": "^11.1.0", |
105 | 103 | "xmlchecker": "^0.1.0", |
106 | | - "yup": "0.31.1" |
| 104 | + "yup": "0.32.11" |
107 | 105 | }, |
108 | 106 | "devDependencies": { |
109 | 107 | "@edx/react-unit-test-utils": "^4.0.0", |
|
112 | 110 | "@testing-library/jest-dom": "^6.6.3", |
113 | 111 | "@testing-library/react": "^16.2.0", |
114 | 112 | "@testing-library/user-event": "^13.2.1", |
115 | | - "@types/lodash": "^4.17.7", |
| 113 | + "@types/lodash": "^4.17.17", |
116 | 114 | "axios-mock-adapter": "1.22.0", |
117 | 115 | "eslint-import-resolver-webpack": "^0.13.8", |
118 | 116 | "fetch-mock-jest": "^1.5.1", |
|
0 commit comments