Skip to content

Commit

Permalink
Merge pull request #1680 from cfpb/ans_update_deps
Browse files Browse the repository at this point in the history
Upgrade eslint-config-prettier, eslint-plugin-import, eslint-plugin-jsdoc, jest, jest-cli, jest-environment-jsdom
  • Loading branch information
anselmbradford committed Jul 28, 2023
2 parents ad3783a + 778c38b commit 0a19e7f
Show file tree
Hide file tree
Showing 89 changed files with 466 additions and 302 deletions.
Binary file removed npm-packages-offline-cache/@jest-console-29.6.1.tgz
Binary file not shown.
Binary file not shown.
Binary file removed npm-packages-offline-cache/@jest-core-29.6.1.tgz
Binary file not shown.
Binary file added npm-packages-offline-cache/@jest-core-29.6.2.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed npm-packages-offline-cache/@jest-expect-29.6.1.tgz
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/@jest-globals-29.6.1.tgz
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/@types-prettier-2.7.3.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed npm-packages-offline-cache/babel-jest-29.6.1.tgz
Binary file not shown.
Binary file added npm-packages-offline-cache/babel-jest-29.6.2.tgz
Binary file not shown.
Binary file added npm-packages-offline-cache/dedent-1.3.0.tgz
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/expect-29.6.1.tgz
Binary file not shown.
Binary file added npm-packages-offline-cache/expect-29.6.2.tgz
Binary file not shown.
Binary file removed npm-packages-offline-cache/jest-29.6.1.tgz
Binary file not shown.
Binary file added npm-packages-offline-cache/jest-29.6.2.tgz
Binary file not shown.
Binary file removed npm-packages-offline-cache/jest-circus-29.6.1.tgz
Binary file not shown.
Binary file added npm-packages-offline-cache/jest-circus-29.6.2.tgz
Binary file not shown.
Binary file removed npm-packages-offline-cache/jest-cli-29.6.1.tgz
Binary file not shown.
Binary file added npm-packages-offline-cache/jest-cli-29.6.2.tgz
Binary file not shown.
Binary file removed npm-packages-offline-cache/jest-config-29.6.1.tgz
Binary file not shown.
Binary file added npm-packages-offline-cache/jest-config-29.6.2.tgz
Binary file not shown.
Binary file added npm-packages-offline-cache/jest-diff-29.6.2.tgz
Binary file not shown.
Binary file removed npm-packages-offline-cache/jest-each-29.6.1.tgz
Binary file not shown.
Binary file added npm-packages-offline-cache/jest-each-29.6.2.tgz
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/jest-haste-map-29.6.1.tgz
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/jest-mock-29.6.1.tgz
Binary file not shown.
Binary file added npm-packages-offline-cache/jest-mock-29.6.2.tgz
Binary file not shown.
Binary file removed npm-packages-offline-cache/jest-resolve-29.6.1.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed npm-packages-offline-cache/jest-runner-29.6.1.tgz
Binary file not shown.
Binary file not shown.
Binary file removed npm-packages-offline-cache/jest-runtime-29.6.1.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed npm-packages-offline-cache/jest-util-29.6.1.tgz
Binary file not shown.
Binary file added npm-packages-offline-cache/jest-util-29.6.2.tgz
Binary file not shown.
Binary file removed npm-packages-offline-cache/jest-validate-29.6.1.tgz
Binary file not shown.
Binary file not shown.
Binary file removed npm-packages-offline-cache/jest-watcher-29.6.1.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added npm-packages-offline-cache/resolve-1.22.3.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 @@ -76,17 +76,17 @@
"css-loader": "6.8.1",
"cssnano": "6.0.1",
"eslint": "8.45.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "46.4.4",
"eslint-config-prettier": "8.9.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-jsdoc": "46.4.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.0",
"filemanager-webpack-plugin": "8.0.0",
"html-loader": "4.2.0",
"http-server": "14.1.1",
"jest": "29.6.1",
"jest-cli": "29.6.1",
"jest-environment-jsdom": "29.6.1",
"jest": "29.6.2",
"jest-cli": "29.6.2",
"jest-environment-jsdom": "29.6.2",
"lerna": "7.1.4",
"lerna-changelog": "2.2.0",
"less": "4.1.3",
Expand Down
756 changes: 460 additions & 296 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 0a19e7f

Please sign in to comment.