Skip to content

Commit 0765f8a

Browse files
chore(deps): update all non-major dependencies (react-bootstrap#5973)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 96f95ef commit 0765f8a

File tree

4 files changed

+108
-114
lines changed

4 files changed

+108
-114
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@
8484
"@babel/register": "^7.15.3",
8585
"@react-bootstrap/babel-preset": "^2.1.0",
8686
"@react-bootstrap/eslint-config": "^2.0.0",
87-
"@testing-library/dom": "^8.1.0",
87+
"@testing-library/dom": "^8.2.0",
8888
"@testing-library/react": "^12.0.0",
8989
"@testing-library/user-event": "^13.2.1",
9090
"@types/chai": "^4.2.21",
9191
"@types/mocha": "^9.0.0",
9292
"@types/sinon": "^10.0.2",
9393
"@types/sinon-chai": "^3.2.5",
94-
"@typescript-eslint/eslint-plugin": "^4.29.1",
95-
"@typescript-eslint/parser": "^4.29.1",
94+
"@typescript-eslint/eslint-plugin": "^4.30.0",
95+
"@typescript-eslint/parser": "^4.30.0",
9696
"babel-eslint": "^10.1.0",
9797
"babel-loader": "^8.2.2",
9898
"babel-plugin-istanbul": "^6.0.0",
@@ -103,18 +103,18 @@
103103
"conventional-changelog-cli": "^2.1.1",
104104
"cpy-cli": "^3.1.1",
105105
"cross-env": "^7.0.3",
106-
"dtslint": "^4.1.3",
106+
"dtslint": "^4.1.6",
107107
"enzyme": "^3.11.0",
108108
"enzyme-adapter-react-16": "^1.15.6",
109109
"eslint": "^7.32.0",
110110
"eslint-config-4catalyzer-typescript": "^3.1.0",
111-
"eslint-import-resolver-node": "^0.3.5",
111+
"eslint-import-resolver-node": "^0.3.6",
112112
"eslint-import-resolver-webpack": "^0.13.1",
113-
"eslint-plugin-import": "^2.24.0",
113+
"eslint-plugin-import": "^2.24.2",
114114
"eslint-plugin-jsx-a11y": "^6.4.1",
115115
"eslint-plugin-mocha": "^9.0.0",
116-
"eslint-plugin-prettier": "^3.4.0",
117-
"eslint-plugin-react": "^7.24.0",
116+
"eslint-plugin-prettier": "^3.4.1",
117+
"eslint-plugin-react": "^7.25.1",
118118
"execa": "^5.1.1",
119119
"fs-extra": "^10.0.0",
120120
"husky": "^6.0.0",
@@ -130,7 +130,7 @@
130130
"karma-webpack": "^5.0.0",
131131
"lint-staged": "^11.1.2",
132132
"lodash": "^4.17.21",
133-
"mocha": "^9.0.3",
133+
"mocha": "^9.1.1",
134134
"prettier": "^2.3.2",
135135
"process": "^0.11.10",
136136
"react": "^16.14.0",
@@ -140,9 +140,9 @@
140140
"sinon": "^11.1.2",
141141
"sinon-chai": "^3.7.0",
142142
"stream-browserify": "^3.0.0",
143-
"typescript": "^4.3.5",
143+
"typescript": "^4.4.2",
144144
"util": "^0.12.4",
145-
"webpack": "^5.50.0"
145+
"webpack": "^5.51.1"
146146
},
147147
"peerDependencies": {
148148
"react": ">=16.14.0",

www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"react-helmet": "^6.1.0",
7272
"react-live": "^2.3.0",
7373
"remark-slug": "^6.1.0",
74-
"sass": "^1.37.5",
74+
"sass": "^1.39.0",
7575
"shakespeare-data": "^3.0.0",
7676
"yup": "^0.32.9"
7777
}

www/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11697,10 +11697,10 @@ sass-loader@^10.1.0:
1169711697
schema-utils "^3.0.0"
1169811698
semver "^7.3.2"
1169911699

11700-
sass@^1.37.5:
11701-
version "1.37.5"
11702-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.37.5.tgz#f6838351f7cc814c4fcfe1d9a20e0cabbd1e7b3c"
11703-
integrity sha512-Cx3ewxz9QB/ErnVIiWg2cH0kiYZ0FPvheDTVC6BsiEGBTZKKZJ1Gq5Kq6jy3PKtL6+EJ8NIoaBW/RSd2R6cZOA==
11700+
sass@^1.39.0:
11701+
version "1.39.0"
11702+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.39.0.tgz#6c64695d1c437767c8f1a4e471288e831f81d035"
11703+
integrity sha512-F4o+RhJkNOIG0b6QudYU8c78ZADKZjKDk5cyrf8XTKWfrgbtyVVXImFstJrc+1pkQDCggyidIOytq6gS4gCCZg==
1170411704
dependencies:
1170511705
chokidar ">=3.0.0 <4.0.0"
1170611706

0 commit comments

Comments
 (0)