Skip to content

Commit

Permalink
chore: update dev dependencies (#6596)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang committed Apr 18, 2023
1 parent 4bebc7a commit bdb4f8d
Show file tree
Hide file tree
Showing 2 changed files with 529 additions and 446 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,16 @@
"@testing-library/user-event": "^13.5.0",
"@types/chai": "^4.3.4",
"@types/invariant": "^2.2.35",
"@types/mocha": "^9.1.1",
"@types/mocha": "^10.0.1",
"@types/prop-types": "^15.7.5",
"@types/react-dom": "^16.9.18",
"@types/sinon": "^10.0.13",
"@types/sinon-chai": "^3.2.9",
"@types/warning": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.3.0",
"babel-loader": "^9.1.2",
"babel-plugin-istanbul": "^6.1.1",
"chai": "^4.3.7",
"chalk": "^4.1.2",
Expand All @@ -106,7 +106,7 @@
"dtslint": "^4.2.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.7",
"eslint": "^7.32.0",
"eslint": "^8.38.0",
"eslint-config-4catalyzer-typescript": "^3.3.0",
"eslint-import-resolver-node": "^0.3.7",
"eslint-import-resolver-webpack": "^0.13.2",
Expand All @@ -117,7 +117,7 @@
"eslint-plugin-react": "^7.32.2",
"execa": "^5.1.1",
"fs-extra": "^10.1.0",
"husky": "^7.0.4",
"husky": "^8.0.3",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-cli": "^2.0.0",
Expand All @@ -128,21 +128,21 @@
"karma-sinon-chai": "^2.0.2",
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.0",
"lint-staged": "^12.5.0",
"lint-staged": "^13.2.1",
"lodash": "^4.17.21",
"mocha": "^9.2.2",
"mocha": "^10.2.0",
"prettier": "^2.8.7",
"process": "^0.11.10",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-test-renderer": "^16.14.0",
"simulant": "^0.2.2",
"sinon": "^14.0.2",
"sinon": "^15.0.3",
"sinon-chai": "^3.7.0",
"stream-browserify": "^3.0.0",
"typescript": "^4.9.5",
"typescript": "^5.0.4",
"util": "^0.12.5",
"webpack": "^5.75.0"
"webpack": "^5.79.0"
},
"peerDependencies": {
"@types/react": ">=16.14.8",
Expand Down
Loading

0 comments on commit bdb4f8d

Please sign in to comment.