Skip to content

Commit

Permalink
fix: update pie-lib/pie-toolbox PD-3843, PD-4518, PD-4588, PD-4210, P…
Browse files Browse the repository at this point in the history
…D-4362, PD-4618
  • Loading branch information
CarlaCostea committed Dec 20, 2024
1 parent bf2631f commit c213141
Show file tree
Hide file tree
Showing 83 changed files with 86 additions and 86 deletions.
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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.0",
"classnames": "^2.2.5",
"debug": "^3.1.0",
"lodash": "^4.17.15",
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.4.1",
"@pie-lib/pie-toolbox": "2.5.0",
"lodash": "^4.17.15"
},
"version": "7.4.0",
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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.0",
"debug": "^4.1.1",
"lodash": "^4.17.15"
},
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.4.1",
"@pie-lib/pie-toolbox": "2.5.0",
"classnames": "^2.2.5",
"debug": "^4.1.1",
"lodash": "^4.17.15",
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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.5.1",
"@pie-framework/pie-configure-events": "^1.2.0",
"@pie-lib/pie-toolbox": "2.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.5.1",
"@pie-framework/pie-player-events": "^0.1.0",
"@pie-lib/pie-toolbox": "2.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.0",
"debug": "^3.1.0",
"lodash": "^4.17.15",
"type-of": "^2.0.1"
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.4.1",
"@pie-lib/pie-toolbox": "2.5.0",
"classnames": "^2.2.5",
"lodash": "^4.17.10",
"prop-types": "^15.6.1",
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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1"
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.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.4.1",
"@pie-lib/pie-toolbox": "2.5.0",
"debug": "^4.1.1",
"humps": "^2.0.1",
"lodash": "^4.17.15"
Expand Down
2 changes: 1 addition & 1 deletion packages/image-cloze-association/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.1",
"@pie-framework/pie-player-events": "^0.1.0",
"@pie-lib/pie-toolbox": "2.4.1",
"@pie-lib/pie-toolbox": "2.5.0",
"classnames": "^2.2.6",
"humps": "^2.0.1",
"prop-types": "^15.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/inline-dropdown/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.4.1",
"@pie-lib/pie-toolbox": "2.5.0",
"classnames": "^2.2.6",
"debug": "^3.1.0",
"lodash": "^4.17.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/inline-dropdown/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.4.1",
"@pie-lib/pie-toolbox": "2.5.0",
"debug": "^3.1.0",
"lodash": "^4.17.15",
"type-of": "^2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/inline-dropdown/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.4.1",
"@pie-lib/pie-toolbox": "2.5.0",
"classnames": "^2.2.5",
"lodash": "^4.17.10",
"prop-types": "^15.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/likert/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.4.1",
"@pie-lib/pie-toolbox": "2.5.0",
"debug": "^4.1.1",
"prop-types": "^15.6.2",
"react": "^16.8.1",
Expand Down
Loading

0 comments on commit c213141

Please sign in to comment.