This repository was archived by the owner on Dec 26, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-22
lines changed Expand file tree Collapse file tree 3 files changed +7
-22
lines changed Original file line number Diff line number Diff line change 16
16
# You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub.
17
17
# A list of available CircleCI Docker Convenience Images are available here: https://circleci.com/developer/images/image/cimg/node
18
18
docker :
19
- - image : cimg/node:16.8
19
+ - image : cimg/node:16.14
20
20
# Then run your tests!
21
21
# CircleCI will report the results back to your VCS provider.
22
22
steps :
40
40
41
41
build-and-test :
42
42
docker :
43
- - image : cimg/node:16.8
43
+ - image : cimg/node:16.14
44
44
steps :
45
45
- checkout
46
46
- node/install-packages :
Original file line number Diff line number Diff line change 90
90
"eslint-plugin-prettier" : " ^4.0.0" ,
91
91
"eslint-plugin-react" : " ^7.23.2" ,
92
92
"eslint-plugin-react-hooks" : " ^4.2.0" ,
93
- "eslint-plugin-sonarjs" : " 0.12 .0" ,
93
+ "eslint-plugin-sonarjs" : " 0.13 .0" ,
94
94
"fork-ts-checker-webpack-plugin" : " ^7.2.1" ,
95
95
"husky" : " ^7.0.2" ,
96
96
"jest" : " ^27.1.1" ,
Original file line number Diff line number Diff line change 2193
2193
schema-utils "^3.0.0"
2194
2194
source-map "^0.7.3"
2195
2195
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
-
2211
2196
"@polka/url@^1.0.0-next.20":
2212
2197
version "1.0.0-next.21"
2213
2198
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:
7904
7889
semver "^6.3.0"
7905
7890
string.prototype.matchall "^4.0.6"
7906
7891
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 ==
7911
7896
7912
7897
eslint-scope@5.1.1, eslint-scope@^5.1.1:
7913
7898
version "5.1.1"
You can’t perform that action at this time.
0 commit comments