Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#6680)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 29, 2023
1 parent f4e4d0f commit fe72dc3
Show file tree
Hide file tree
Showing 5 changed files with 600 additions and 412 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
16.20.1
16.20.2
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -74,9 +74,9 @@
"devDependencies": {
"@4c/rollout": "^4.0.2",
"@4c/tsconfig": "^0.4.1",
"@babel/cli": "^7.22.9",
"@babel/core": "^7.22.9",
"@babel/preset-typescript": "^7.22.5",
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.11",
"@babel/preset-typescript": "^7.22.11",
"@babel/register": "^7.22.5",
"@react-bootstrap/babel-preset": "^2.2.0",
"@react-bootstrap/eslint-config": "^3.0.0",
Expand All @@ -88,15 +88,15 @@
"@types/mocha": "^10.0.1",
"@types/prop-types": "^15.7.5",
"@types/react-dom": "^16.9.19",
"@types/sinon": "^10.0.15",
"@types/sinon": "^10.0.16",
"@types/sinon-chai": "^3.2.9",
"@types/warning": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@babel/eslint-parser": "^7.22.9",
"@babel/eslint-parser": "^7.22.11",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",
"chai": "^4.3.7",
"chai": "^4.3.8",
"chalk": "^4.1.2",
"cherry-pick": "^0.5.0",
"codecov": "^3.8.3",
Expand All @@ -106,15 +106,15 @@
"dtslint": "^4.2.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.7",
"eslint": "^8.45.0",
"eslint": "^8.48.0",
"eslint-config-4catalyzer-typescript": "^3.3.0",
"eslint-import-resolver-node": "^0.3.7",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-import": "^2.27.5",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-webpack": "^0.13.7",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react": "^7.33.2",
"execa": "^5.1.1",
"fs-extra": "^10.1.0",
"husky": "^8.0.3",
Expand All @@ -128,7 +128,7 @@
"karma-sinon-chai": "^2.0.2",
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.0",
"lint-staged": "^13.2.3",
"lint-staged": "^13.3.0",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"prettier": "^2.8.8",
Expand All @@ -140,9 +140,9 @@
"sinon": "^15.2.0",
"sinon-chai": "^3.7.0",
"stream-browserify": "^3.0.0",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"util": "^0.12.5",
"webpack": "^5.88.1"
"webpack": "^5.88.2"
},
"peerDependencies": {
"@types/react": ">=16.14.8",
Expand Down
2 changes: 1 addition & 1 deletion www/package.json
Expand Up @@ -43,7 +43,7 @@
"@docusaurus/module-type-aliases": "^2.4.1",
"@tsconfig/docusaurus": "^2.0.0",
"cross-env": "^7.0.3",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"browserslist": {
"production": [
Expand Down
8 changes: 4 additions & 4 deletions www/yarn.lock
Expand Up @@ -7507,10 +7507,10 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typescript@^5.1.6:
version "5.1.6"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
typescript@^5.2.2:
version "5.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==

ua-parser-js@^0.7.30:
version "0.7.35"
Expand Down

0 comments on commit fe72dc3

Please sign in to comment.