Skip to content

Commit

Permalink
chore: update dev deps (#6811)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang authored Jun 15, 2024
1 parent 2070f34 commit 02a719e
Show file tree
Hide file tree
Showing 2 changed files with 455 additions and 336 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,19 @@
"@babel/register": "^7.22.15",
"@react-bootstrap/babel-preset": "^2.2.0",
"@react-bootstrap/eslint-config": "^3.0.0",
"@testing-library/dom": "^9.3.4",
"@testing-library/react": "^14.2.1",
"@types/chai": "^4.3.11",
"@testing-library/dom": "^10.1.0",
"@testing-library/react": "^16.0.0",
"@types/chai": "^4.3.16",
"@types/invariant": "^2.2.37",
"@types/mocha": "^10.0.6",
"@types/prop-types": "^15.7.11",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"@types/warning": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",
"chai": "^4.3.10",
Expand All @@ -110,9 +110,9 @@
"eslint-import-resolver-webpack": "^0.13.8",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-mocha": "^10.4.3",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.2",
"execa": "^5.1.1",
"fs-extra": "^10.1.0",
"husky": "^9.0.11",
Expand All @@ -126,18 +126,18 @@
"karma-sinon-chai": "^2.0.2",
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.1",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.7",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"prettier": "^3.2.5",
"mocha": "^10.4.0",
"prettier": "^3.3.2",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sinon": "^17.0.1",
"sinon": "^18.0.0",
"sinon-chai": "^3.7.0",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"util": "^0.12.5",
"webpack": "^5.89.0"
"webpack": "^5.92.0"
},
"peerDependencies": {
"@types/react": ">=16.14.8",
Expand Down
Loading

0 comments on commit 02a719e

Please sign in to comment.