Skip to content

Commit

Permalink
Update some build and test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Feb 22, 2024
1 parent bbad5a8 commit a88f5a5
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"not ie > 0"
],
"devDependencies": {
"@babel/cli": "^7.22.5",
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/runtime": "^7.22.5",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@babel/preset-react": "^7.23.3",
"@babel/runtime": "^7.23.9",
"@cfpb/cfpb-atomic-component": "0.27.0",
"@cfpb/cfpb-buttons": "0.27.0",
"@cfpb/cfpb-core": "0.27.0",
Expand All @@ -57,15 +57,15 @@
"@cfpb/cfpb-typography": "0.27.0",
"@craco/craco": "^7.1.0",
"@reduxjs/toolkit": "^2.1.0",
"@testing-library/cypress": "^8.0.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "^14.4.3",
"@testing-library/cypress": "^10.0.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/user-event": "^14.5.2",
"britecharts": "git+https://github.com/cfpb/britecharts.git#v2.4.2",
"coveralls": "^3.0.9",
"craco-esbuild": "^0.5.2",
"craco-less": "^3.0.1",
"cypress": "^10.10.0",
"cypress": "^13.6.5",
"d3": "^5.12.0",
"d3-selection": "^1.4.0",
"dayjs": "^1.11.10",
Expand All @@ -74,29 +74,29 @@
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-jsdoc": "^48.0.6",
"eslint-plugin-react-redux": "^4.1.0",
"highcharts": "9.2.2",
"history": "^5.3.0",
"husky": "^8.0.1",
"husky": "^9.0.11",
"identity-obj-proxy": "3.0.0",
"intro.js": "^7.2.0",
"intro.js-react": "1.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-fetch-mock": "^3.0.3",
"less": "^4.2.0",
"less-loader": "^11.1.3",
"less-loader": "^12.2.0",
"less-plugin-clean-css": "^1.5.1",
"lint-staged": "^15.2.2",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.7.6",
"mini-css-extract-plugin": "^2.8.0",
"mockdate": "^3.0.5",
"postcss": "^8.4.35",
"postcss-less": "^6.0.0",
"postcss-preset-env": "^7.8.2",
"postcss-safe-parser": "^6.0.0",
"postcss-preset-env": "^9.4.0",
"postcss-safe-parser": "^7.0.0",
"prettier": "^3.2.4",
"prop-types": "^15.5.10",
"query-string": "^5.0.0",
Expand Down

0 comments on commit a88f5a5

Please sign in to comment.