Skip to content

Commit

Permalink
Merge pull request #8265 from cfpb/ans_update_deps
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford authored Mar 22, 2024
2 parents 46e1bb4 + a9f9a04 commit ee2323d
Show file tree
Hide file tree
Showing 63 changed files with 199 additions and 182 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ const expensesModel = {
},

/**
*
* setValue - Used to set a value
* @param {string} name - Property name
* @param {number} value - New value of property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const schoolModel = {
*/
bulkSetValue: (tuples) => {
tuples.forEach((v) => {
schoolModel.setValue(v[0], v[1], false)
schoolModel.setValue(v[0], v[1], false);
});
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -282,15 +282,14 @@ const stateModel = {
stateModel._updateApplicationState(name);
},


/**
* bulkSetValue - Used to set a value
* @param {Array} tuples - values to update
*/
bulkSetValue: (tuples) => {
tuples.forEach((v) => {
const name = v[0]
const value = v[1]
const name = v[0];
const value = v[1];

if (name === 'activeSection') {
stateModel.setActiveSection(value);
Expand Down
22 changes: 11 additions & 11 deletions cfgov/wagtailadmin_overrides/static/css/expandable-block.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
}

.struct-block.base-expandable div[data-contentpath='label'] {
display: inline-block;
margin-right: -0.25em;
margin-left: 2%;
vertical-align: top;
width: 70%;
display: inline-block;
margin-right: -0.25em;
margin-left: 2%;
vertical-align: top;
width: 70%;
}

.struct-block.base-expandable div[data-contentpath='icon'] {
display: inline-block;
margin-right: -0.25em;
margin-left: 2%;
vertical-align: top;
width: 20%
}
display: inline-block;
margin-right: -0.25em;
margin-left: 2%;
vertical-align: top;
width: 20%;
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed npm-packages-offline-cache/cypress-13.6.6.tgz
Binary file not shown.
Binary file added npm-packages-offline-cache/cypress-13.7.1.tgz
Binary file not shown.
Binary file removed npm-packages-offline-cache/esbuild-0.20.1.tgz
Binary file not shown.
Binary file added npm-packages-offline-cache/esbuild-0.20.2.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added npm-packages-offline-cache/postcss-8.4.38.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,35 +31,35 @@
"@cfpb/cfpb-tables": "0.40.0",
"@cfpb/cfpb-typography": "0.40.0",
"@cypress/skip-test": "2.6.1",
"autoprefixer": "10.4.18",
"autoprefixer": "10.4.19",
"cfpb-chart-builder": "6.4.2",
"esbuild": "0.20.1",
"esbuild": "0.20.2",
"fancy-log": "2.0.0",
"highcharts": "7.2.2",
"less": "4.2.0",
"lodash.clonedeep": "4.5.0",
"lodash.throttle": "4.1.1",
"number-to-words": "1.2.4",
"papaparse": "5.3.2",
"postcss": "8.4.35",
"postcss": "8.4.38",
"svg-inline-loader": "0.8.2"
},
"devDependencies": {
"cypress": "13.6.6",
"cypress": "13.7.1",
"cypress-fail-fast": "7.1.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.2.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.34.0",
"eslint-plugin-react": "7.34.1",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-fetch-mock": "3.0.3",
"postcss-less": "6.0.0",
"prettier": "3.2.5",
"snyk": "1.1283.0",
"snyk": "1.1285.0",
"stylelint": "16.2.1",
"stylelint-config-standard": "36.0.0",
"stylelint-less": "3.0.1"
Expand Down
339 changes: 179 additions & 160 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit ee2323d

Please sign in to comment.