Skip to content

Commit 6d0481c

Browse files
fix: error preventing "npm ci" from working
1 parent dab1291 commit 6d0481c

File tree

10 files changed

+162
-8
lines changed

10 files changed

+162
-8
lines changed

package-lock.json

Lines changed: 117 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/course-apps/calculator/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@
88
"@edx/paragon": "*",
99
"prop-types": "*",
1010
"react": "*"
11+
},
12+
"peerDependenciesMeta": {
13+
"@edx/frontend-app-course-authoring": {
14+
"optional": true
15+
}
1116
}
1217
}

plugins/course-apps/edxnotes/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,10 @@
88
"@edx/paragon": "*",
99
"prop-types": "*",
1010
"react": "*"
11+
},
12+
"peerDependenciesMeta": {
13+
"@edx/frontend-app-course-authoring": {
14+
"optional": true
15+
}
1116
}
1217
}

plugins/course-apps/live/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@
1313
"react-redux": "*",
1414
"react-router-dom": "*",
1515
"yup": "*"
16+
},
17+
"peerDependenciesMeta": {
18+
"@edx/frontend-app-course-authoring": {
19+
"optional": true
20+
}
1621
}
1722
}

plugins/course-apps/ora_settings/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"prop-types": "*",
1010
"react": "*",
1111
"yup": "*"
12+
},
13+
"peerDependenciesMeta": {
14+
"@edx/frontend-app-course-authoring": {
15+
"optional": true
16+
}
1217
}
1318
}
1419

plugins/course-apps/proctoring/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,10 @@
1111
"react": "*",
1212
"prop-types": "*",
1313
"moment": "*"
14+
},
15+
"peerDependenciesMeta": {
16+
"@edx/frontend-app-course-authoring": {
17+
"optional": true
18+
}
1419
}
1520
}

plugins/course-apps/progress/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,10 @@
99
"prop-types": "*",
1010
"react": "*",
1111
"yup": "*"
12+
},
13+
"peerDependenciesMeta": {
14+
"@edx/frontend-app-course-authoring": {
15+
"optional": true
16+
}
1217
}
1318
}

plugins/course-apps/teams/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,10 @@
1111
"react": "*",
1212
"uuid": "*",
1313
"yup": "*"
14+
},
15+
"peerDependenciesMeta": {
16+
"@edx/frontend-app-course-authoring": {
17+
"optional": true
18+
}
1419
}
1520
}

plugins/course-apps/wiki/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,10 @@
99
"prop-types": "*",
1010
"react": "*",
1111
"yup": "*"
12+
},
13+
"peerDependenciesMeta": {
14+
"@edx/frontend-app-course-authoring": {
15+
"optional": true
16+
}
1217
}
1318
}

some-other-repo/plugins/xpert_unit_summary/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,10 @@
1212
"react": "*",
1313
"react-redux": "*",
1414
"react-router-dom": "*"
15+
},
16+
"peerDependenciesMeta": {
17+
"@edx/frontend-app-course-authoring": {
18+
"optional": true
19+
}
1520
}
1621
}

0 commit comments

Comments
 (0)