Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 17, 2023
1 parent 0f0a147 commit 6171ab0
Show file tree
Hide file tree
Showing 5 changed files with 243 additions and 307 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.20.0
16.20.1
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@
"devDependencies": {
"@4c/rollout": "^4.0.2",
"@4c/tsconfig": "^0.4.1",
"@babel/cli": "^7.22.5",
"@babel/core": "^7.22.5",
"@babel/cli": "^7.22.9",
"@babel/core": "^7.22.9",
"@babel/preset-typescript": "^7.22.5",
"@babel/register": "^7.22.5",
"@react-bootstrap/babel-preset": "^2.2.0",
"@react-bootstrap/eslint-config": "^3.0.0",
"@testing-library/dom": "^8.20.0",
"@testing-library/dom": "^8.20.1",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"@types/chai": "^4.3.5",
Expand All @@ -91,10 +91,10 @@
"@types/sinon": "^10.0.15",
"@types/sinon-chai": "^3.2.9",
"@types/warning": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@babel/eslint-parser": "^7.22.5",
"babel-loader": "^9.1.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@babel/eslint-parser": "^7.22.9",
"babel-loader": "^9.1.3",
"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": "^8.43.0",
"eslint": "^8.45.0",
"eslint-config-4catalyzer-typescript": "^3.3.0",
"eslint-import-resolver-node": "^0.3.7",
"eslint-import-resolver-webpack": "^0.13.2",
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.2",
"lint-staged": "^13.2.3",
"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.5",
"typescript": "^5.1.6",
"util": "^0.12.5",
"webpack": "^5.88.0"
"webpack": "^5.88.1"
},
"peerDependencies": {
"@types/react": ">=16.14.8",
Expand Down
2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@docusaurus/module-type-aliases": "^2.4.1",
"@tsconfig/docusaurus": "^1.0.7",
"cross-env": "^7.0.3",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},
"browserslist": {
"production": [
Expand Down
8 changes: 4 additions & 4 deletions www/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7507,10 +7507,10 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typescript@^5.1.3:
version "5.1.3"
resolved "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz"
integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==
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==

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

0 comments on commit 6171ab0

Please sign in to comment.