Skip to content
Merged

merge #2688

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
a6ea413
Merge pull request #2666 from pie-framework/master
CarlaCostea Jul 3, 2025
2c42145
fix(ebsr): update heading levels for accessibility PD-5112
CarlaCostea Jul 4, 2025
eebe9a9
fix(ebsr): prevent focus override on shift+tab by checking tab direct…
CarlaCostea Jul 4, 2025
592e8d3
feat(select-text): update Legend component to show only correct answe…
PatriciaRomaniuc Jul 4, 2025
b137649
fix(categorize): call render in connectedCallback to ensure math is r…
CarlaCostea Jul 7, 2025
540e3a9
fix: allow math-inline scoring to continue even if one alternate answ…
CarlaCostea Jul 8, 2025
2a3dbab
refactor
CarlaCostea Jul 9, 2025
f970b99
feat(charting): add key legend in evaluate mode PD-5083
arimieandreea Jul 10, 2025
aca8eb3
feat(select-text): move tokens into markup and implement custom selec…
andreeimiron Jul 11, 2025
7ce81e5
fix lint
andreeimiron Jul 11, 2025
0f8fabb
update snapshots and fix tests for poc
andreeimiron Jul 11, 2025
bd6d706
fix: bump math-validation PD-4848
CarlaCostea Jul 11, 2025
3e2e055
fix: bump math-validation PD-4848
CarlaCostea Jul 11, 2025
10ce402
fix: update pie-lib/pie-toolbox PD-363
CarlaCostea Jul 11, 2025
d97e157
Merge pull request #2678 from pie-framework/feat/PD-363-poc
CarlaCostea Jul 11, 2025
2642a43
Merge branch 'develop' into fix/PD-4848-MV
CarlaCostea Jul 14, 2025
cd797fa
feat(charting): send language as props to legend PD-5083
arimieandreea Jul 16, 2025
1c67096
remove extended-text-entry dependencies and fix clear tokens method P…
andreeimiron Jul 16, 2025
a5c72c6
Merge pull request #2685 from pie-framework/feat/PD-363-poc
CarlaCostea Jul 16, 2025
95819cd
select-text: revert PD-363 POC
andreeimiron Jul 16, 2025
c6bd45b
Merge pull request #2677 from pie-framework/feat/PD-5083
CarlaCostea Jul 16, 2025
623de65
Merge pull request #2686 from pie-framework/feat/PD-363-poc-revert
CarlaCostea Jul 16, 2025
9214466
feat: update pie-lib/pie toolbox PD-5082, PD-5081, PD-3797, PD-5083, …
CarlaCostea Jul 16, 2025
f18946d
Merge branch 'develop' into fix/PD-4848-MV
CarlaCostea Jul 17, 2025
a54c512
Merge pull request #2676 from pie-framework/fix/PD-4848
CarlaCostea Jul 17, 2025
89b2264
Merge pull request #2670 from pie-framework/fix/PD-5097
CarlaCostea Jul 17, 2025
4ae1538
Merge pull request #2669 from pie-framework/feat/PD-5100
CarlaCostea Jul 17, 2025
dd310cb
Merge pull request #2668 from pie-framework/fix/PD-4562-nav
CarlaCostea Jul 17, 2025
8f47806
Merge pull request #2667 from pie-framework/fix/PD-5112
CarlaCostea Jul 17, 2025
14ac400
Merge pull request #2679 from pie-framework/fix/PD-4848-MV
CarlaCostea Jul 17, 2025
dc67b1c
feat: update pie-lib/pie-toolbox PD-5082, PD-5081, PD-3797, PD-5083, …
CarlaCostea Jul 18, 2025
a8aff00
Merge pull request #2687 from pie-framework/feat/pie-toolbox
CarlaCostea Jul 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/boilerplate-item-type/configure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@material-ui/core": "^3.9.2",
"@pie-framework/pie-configure-events": "^1.3.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"debug": "^3.1.0",
"lodash": "^4.17.15",
"prop-types": "^15.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/boilerplate-item-type/controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "lib/index.js",
"module": "src/index.js",
"dependencies": {
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"debug": "^3.1.0",
"lodash": "^4.17.15"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/boilerplate-item-type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@material-ui/core": "^3.9.2",
"@pie-framework/pie-player-events": "^0.1.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"prop-types": "^15.6.1",
"react": "^16.8.1",
"react-dom": "^16.8.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/calculator/configure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@material-ui/core": "^3.9.2",
"@pie-framework/pie-configure-events": "^1.3.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"react": "^16.8.1",
"react-dom": "^16.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/categorize/configure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.1",
"@pie-framework/pie-configure-events": "^1.3.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"classnames": "^2.2.5",
"debug": "^3.1.0",
"lodash": "^4.17.15",
Expand Down
4 changes: 3 additions & 1 deletion packages/categorize/configure/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ export default class CategorizeConfigure extends HTMLElement {
this.render();
}

connectedCallback() {}
connectedCallback() {
this.render();
}

/**
*
Expand Down
2 changes: 1 addition & 1 deletion packages/categorize/controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pie-element/categorize-controller",
"private": true,
"dependencies": {
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"lodash": "^4.17.15"
},
"version": "7.8.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/categorize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@material-ui/core": "^3.9.2",
"@pie-framework/pie-player-events": "^0.1.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"classnames": "^2.2.5",
"debug": "^4.1.1",
"lodash": "^4.17.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/charting/configure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@material-ui/core": "^3.9.2",
"@pie-framework/pie-configure-events": "^1.3.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"classnames": "^2.2.5",
"debug": "^4.1.1",
"prop-types": "^15.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/charting/controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "./node_modules/.bin/jest"
},
"dependencies": {
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"debug": "^4.1.1",
"lodash": "^4.17.15"
},
Expand Down
1 change: 1 addition & 0 deletions packages/charting/controller/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ export function model(question, session, env) {
base.correctAnswer = correctAnswer;
base.showToggle = !!correctAnswer?.data?.length && scoreObject.score !== 1;
base.addCategoryEnabled = false;
base.showKeyLegend = true;
}

if (env.role === 'instructor' && (env.mode === 'view' || env.mode === 'evaluate')) {
Expand Down
2 changes: 1 addition & 1 deletion packages/charting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@material-ui/core": "^3.9.2",
"@pie-framework/pie-player-events": "^0.1.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"classnames": "^2.2.5",
"debug": "^4.1.1",
"lodash": "^4.17.15",
Expand Down
5 changes: 3 additions & 2 deletions packages/charting/src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';
import { withStyles } from '@material-ui/core/styles';
import { color, Collapsible, hasText, PreviewPrompt, UiLayout, hasMedia } from '@pie-lib/pie-toolbox/render-ui';
import { Chart, chartTypes } from '@pie-lib/pie-toolbox/charting';
import { Chart, chartTypes, KeyLegend } from '@pie-lib/pie-toolbox/charting';
import isEqual from 'lodash/isEqual';
import { CorrectAnswerToggle } from '@pie-lib/pie-toolbox/correct-answer-toggle';

Expand Down Expand Up @@ -61,6 +61,7 @@ export class Main extends React.Component {
correctAnswer,
language,
env,
showKeyLegend,
} = model;

let { correctedAnswer, extraCSSRules } = model;
Expand Down Expand Up @@ -145,7 +146,7 @@ export class Main extends React.Component {
labelsPlaceholders={{}}
/>
)}

{!showingCorrect && showKeyLegend && (<KeyLegend language={language}></KeyLegend>)}
{showRationale && (
<Collapsible labels={{ hidden: 'Show Rationale', visible: 'Hide Rationale' }}>
<PreviewPrompt prompt={rationale} />
Expand Down
2 changes: 1 addition & 1 deletion packages/complex-rubric/controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"lodash": "^4.17.15"
},
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/drag-in-the-blank/configure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.1",
"@pie-framework/pie-configure-events": "^1.3.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"debug": "^3.1.0",
"lodash": "^4.17.15",
"prop-types": "^15.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/drag-in-the-blank/controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"debug": "^3.1.0",
"lodash": "^4.17.15",
"type-of": "^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/drag-in-the-blank/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@material-ui/core": "^3.9.2",
"@pie-framework/pie-player-events": "^0.1.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"classnames": "^2.2.5",
"lodash": "^4.17.10",
"prop-types": "^15.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/drawing-response/configure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@material-ui/core": "^3.9.2",
"@pie-framework/pie-configure-events": "^1.3.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"classnames": "^2.2.6",
"debug": "^3.1.0",
"lodash": "^4.17.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/drawing-response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@mdi/js": "^3.6.95",
"@mdi/react": "^1.1.1",
"@pie-framework/pie-player-events": "^0.1.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"classnames": "^2.2.6",
"enzyme-to-json": "^3.3.5",
"konva": "^3.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ebsr/configure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@material-ui/core": "^3.9.2",
"@pie-element/multiple-choice": "^9.17.0",
"@pie-framework/pie-configure-events": "^1.2.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"lodash": "^4.17.15",
"prop-types": "^15.6.2",
"react": "^16.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ebsr/controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"lodash": "^4.17.15"
},
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/ebsr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@pie-element/multiple-choice": "^9.17.0",
"@pie-framework/pie-player-events": "^0.1.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"classnames": "^2.2.5",
"debug": "^4.1.1",
"lodash": "^4.17.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.1",
"@pie-framework/pie-configure-events": "^1.3.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"classnames": "^2.2.6",
"debug": "^3.1.0",
"lodash": "^4.17.15",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"debug": "^3.1.0",
"he": "^1.2.0",
"lodash": "^4.17.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/explicit-constructed-response/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@material-ui/core": "^3.9.2",
"@pie-framework/pie-player-events": "^0.1.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"classnames": "^2.2.5",
"he": "^1.2.0",
"lodash": "^4.17.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/extended-text-entry/configure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@material-ui/core": "^3.9.2",
"@pie-framework/pie-configure-events": "^1.3.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"lodash": "^4.17.15",
"prop-types": "^15.6.2",
"react": "^16.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/extended-text-entry/controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "lib/index.js",
"module": "src/index.js",
"dependencies": {
"@pie-lib/pie-toolbox": "2.19.0"
"@pie-lib/pie-toolbox": "2.22.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion packages/extended-text-entry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"@pie-framework/pie-player-events": "^0.1.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"classnames": "^2.2.5",
"debug": "^4.1.1",
"lodash.throttle": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/fraction-model/configure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@material-ui/core": "^3.9.2",
"@pie-framework/pie-configure-events": "^1.3.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"debug": "^3.1.0",
"lodash": "^4.17.15",
"prop-types": "^15.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/fraction-model/controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "lib/index.js",
"module": "src/index.js",
"dependencies": {
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"debug": "^3.1.0",
"lodash": "^4.17.15"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/fraction-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@material-ui/core": "^3.9.2",
"@pie-framework/pie-player-events": "^0.1.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"prop-types": "^15.6.1",
"react": "^16.8.1",
"react-dom": "^16.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphing-solution-set/configure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@material-ui/core": "^3.9.2",
"@pie-framework/pie-configure-events": "^1.3.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"classnames": "^2.2.5",
"debug": "^4.1.1",
"prop-types": "^15.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphing-solution-set/controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "./node_modules/.bin/jest"
},
"dependencies": {
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"debug": "^4.1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graphing-solution-set/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@material-ui/core": "^3.9.2",
"@pie-framework/pie-player-events": "^0.1.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"classnames": "^2.2.5",
"debug": "^4.1.1",
"react": "^16.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphing/configure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@material-ui/core": "^3.9.2",
"@pie-framework/pie-configure-events": "^1.3.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"classnames": "^2.2.5",
"debug": "^4.1.1",
"lodash": "^4.17.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphing/controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "./node_modules/.bin/jest"
},
"dependencies": {
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"debug": "^4.1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graphing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@material-ui/core": "^3.9.2",
"@pie-framework/pie-player-events": "^0.1.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"classnames": "^2.2.5",
"debug": "^4.1.1",
"react": "^16.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/hotspot/configure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"@pie-framework/pie-configure-events": "^1.3.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"classnames": "^2.2.6",
"debug": "^3.1.0",
"konva": "^3.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/hotspot/controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"main": "lib/index.js",
"module": "src/index.js",
"dependencies": {
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"debug": "^4.1.1",
"lodash": "^4.17.15"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/hotspot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@material-ui/core": "^3.9.3",
"@pie-framework/pie-player-events": "^0.1.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"konva": "^3.2.5",
"prop-types": "^15.6.1",
"react": "^16.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/image-cloze-association/configure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@material-ui/core": "^3.9.2",
"@pie-framework/pie-configure-events": "^1.3.0",
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"debug": "^3.1.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/image-cloze-association/controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"main": "lib/index.js",
"module": "src/index.js",
"dependencies": {
"@pie-lib/pie-toolbox": "2.19.0",
"@pie-lib/pie-toolbox": "2.22.0",
"debug": "^4.1.1",
"humps": "^2.0.1",
"lodash": "^4.17.15"
Expand Down
Loading