Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit 5836564

Browse files
committed
Update all major dependencies
1 parent 52e0f31 commit 5836564

File tree

3 files changed

+7
-22
lines changed

3 files changed

+7
-22
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub.
1717
# A list of available CircleCI Docker Convenience Images are available here: https://circleci.com/developer/images/image/cimg/node
1818
docker:
19-
- image: cimg/node:16.8
19+
- image: cimg/node:16.14
2020
# Then run your tests!
2121
# CircleCI will report the results back to your VCS provider.
2222
steps:
@@ -40,7 +40,7 @@ jobs:
4040

4141
build-and-test:
4242
docker:
43-
- image: cimg/node:16.8
43+
- image: cimg/node:16.14
4444
steps:
4545
- checkout
4646
- node/install-packages:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"eslint-plugin-prettier": "^4.0.0",
9191
"eslint-plugin-react": "^7.23.2",
9292
"eslint-plugin-react-hooks": "^4.2.0",
93-
"eslint-plugin-sonarjs": "0.12.0",
93+
"eslint-plugin-sonarjs": "0.13.0",
9494
"fork-ts-checker-webpack-plugin": "^7.2.1",
9595
"husky": "^7.0.2",
9696
"jest": "^27.1.1",

yarn.lock

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2193,21 +2193,6 @@
21932193
schema-utils "^3.0.0"
21942194
source-map "^0.7.3"
21952195

2196-
"@pmmmwh/react-refresh-webpack-plugin@^0.5.0":
2197-
version "0.5.0"
2198-
resolved "https://registry.yarnpkg.com/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.0.tgz#ca24a418c3b69cb87fd0dd95cca2c4bfa5683904"
2199-
integrity sha512-VRmiCnVHudkmzGh4gD1eW42matvNL8Y0OZ8FCEWs79iPTldihsuEi5GTMFjU+UfKRQxinN2e0/MDhJzExuiIyA==
2200-
dependencies:
2201-
ansi-html-community "^0.0.8"
2202-
common-path-prefix "^3.0.0"
2203-
core-js-pure "^3.8.1"
2204-
error-stack-parser "^2.0.6"
2205-
find-up "^5.0.0"
2206-
html-entities "^2.1.0"
2207-
loader-utils "^2.0.0"
2208-
schema-utils "^3.0.0"
2209-
source-map "^0.7.3"
2210-
22112196
"@polka/url@^1.0.0-next.20":
22122197
version "1.0.0-next.21"
22132198
resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.21.tgz#5de5a2385a35309427f6011992b544514d559aa1"
@@ -7904,10 +7889,10 @@ eslint-plugin-react@^7.23.2:
79047889
semver "^6.3.0"
79057890
string.prototype.matchall "^4.0.6"
79067891

7907-
eslint-plugin-sonarjs@0.12.0:
7908-
version "0.12.0"
7909-
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.12.0.tgz#03a160a58f179fde084135baec08656b59786b8c"
7910-
integrity sha512-soxjK67hoYxO8hesKqXWN50GSM+oG2r35N5WnAMehetahO6zoVpv3HZbdziP0jYWNopEe6te/BFUZOYAZI+qhg==
7892+
eslint-plugin-sonarjs@0.13.0:
7893+
version "0.13.0"
7894+
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.13.0.tgz#c34d140cc90abaaed38f5a5201a2ccdebe398862"
7895+
integrity sha512-t3m7ta0EspzDxSOZh3cEOJIJVZgN/TlJYaBGnQlK6W/PZNbWep8q4RQskkJkA7/zwNpX0BaoEOSUUrqaADVoqA==
79117896

79127897
eslint-scope@5.1.1, eslint-scope@^5.1.1:
79137898
version "5.1.1"

0 commit comments

Comments
 (0)