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

Commit 71c366c

Browse files
Update all major dependencies
1 parent 52e0f31 commit 71c366c

File tree

3 files changed

+87
-29
lines changed

3 files changed

+87
-29
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.15
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.15
4444
steps:
4545
- checkout
4646
- node/install-packages:

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@babel/runtime": "^7.14.0",
4242
"@svgr/webpack": "^6.2.1",
4343
"babel-loader": "^8.2.2",
44-
"babel-plugin-styled-components": "2.0.6",
44+
"babel-plugin-styled-components": "2.0.7",
4545
"copy-webpack-plugin": "^10.2.4",
4646
"cross-env": "^7.0.3",
4747
"css-loader": "^6.2.0",
@@ -62,7 +62,7 @@
6262
"@storybook/addon-essentials": "^6.3.8",
6363
"@storybook/addon-links": "^6.3.8",
6464
"@storybook/builder-webpack5": "^6.3.8",
65-
"@storybook/components": "6.4.19",
65+
"@storybook/components": "6.5.9",
6666
"@storybook/manager-webpack5": "^6.3.8",
6767
"@storybook/react": "^6.3.8",
6868
"@storybook/theming": "^6.3.8",
@@ -90,14 +90,14 @@
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",
9797
"lint-staged": "^12.3.4",
9898
"netlify-cli": "^9.9.0",
9999
"prettier": "^2.4.0",
100-
"react-refresh": "^0.11.0",
100+
"react-refresh": "^0.14.0",
101101
"style-loader": "^3.2.1",
102102
"ts-jest": "^27.0.5",
103103
"ts-node": "^10.2.1",

yarn.lock

Lines changed: 81 additions & 23 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"
@@ -2799,6 +2784,14 @@
27992784
core-js "^3.8.2"
28002785
global "^4.4.0"
28012786

2787+
"@storybook/client-logger@6.5.9":
2788+
version "6.5.9"
2789+
resolved "https://registry.yarnpkg.com/@storybook/client-logger/-/client-logger-6.5.9.tgz#dc1669abe8c45af1cc38f74c6f4b15ff33e63014"
2790+
integrity sha512-DOHL6p0uiDd3gV/Sb2FR+Vh6OiPrrf8BrA06uvXWsMRIIvEEvnparxv9EvPg7FlmUX0T3nq7d3juwjx4F8Wbcg==
2791+
dependencies:
2792+
core-js "^3.8.2"
2793+
global "^4.4.0"
2794+
28022795
"@storybook/components@6.4.19":
28032796
version "6.4.19"
28042797
resolved "https://registry.yarnpkg.com/@storybook/components/-/components-6.4.19.tgz#084ba21f26a3eeab82f45178de6899688eecb2fc"
@@ -2829,6 +2822,22 @@
28292822
ts-dedent "^2.0.0"
28302823
util-deprecate "^1.0.2"
28312824

2825+
"@storybook/components@6.5.9":
2826+
version "6.5.9"
2827+
resolved "https://registry.yarnpkg.com/@storybook/components/-/components-6.5.9.tgz#97e07ffe11ab76c01ccee380888991bd161f75b2"
2828+
integrity sha512-BhfX980O9zn/1J4FNMeDo8ZvL1m5Ml3T4HRpfYmEBnf8oW5b5BeF6S2K2cwFStZRjWqm1feUcwNpZxCBVMkQnQ==
2829+
dependencies:
2830+
"@storybook/client-logger" "6.5.9"
2831+
"@storybook/csf" "0.0.2--canary.4566f4d.1"
2832+
"@storybook/theming" "6.5.9"
2833+
"@types/react-syntax-highlighter" "11.0.5"
2834+
core-js "^3.8.2"
2835+
memoizerific "^1.11.3"
2836+
qs "^6.10.0"
2837+
react-syntax-highlighter "^15.4.5"
2838+
regenerator-runtime "^0.13.7"
2839+
util-deprecate "^1.0.2"
2840+
28322841
"@storybook/core-client@6.4.19":
28332842
version "6.4.19"
28342843
resolved "https://registry.yarnpkg.com/@storybook/core-client/-/core-client-6.4.19.tgz#fc6902c4321ae9e7c2858126172bc0752a84321c"
@@ -2996,6 +3005,13 @@
29963005
regenerator-runtime "^0.13.7"
29973006
ts-dedent "^2.0.0"
29983007

3008+
"@storybook/csf@0.0.2--canary.4566f4d.1":
3009+
version "0.0.2--canary.4566f4d.1"
3010+
resolved "https://registry.yarnpkg.com/@storybook/csf/-/csf-0.0.2--canary.4566f4d.1.tgz#dac52a21c40ef198554e71fe4d20d61e17f65327"
3011+
integrity sha512-9OVvMVh3t9znYZwb0Svf/YQoxX2gVOeQTGe2bses2yj+a3+OJnCrUF3/hGv6Em7KujtOdL2LL+JnG49oMVGFgQ==
3012+
dependencies:
3013+
lodash "^4.17.15"
3014+
29993015
"@storybook/csf@0.0.2--canary.87bc651.0":
30003016
version "0.0.2--canary.87bc651.0"
30013017
resolved "https://registry.yarnpkg.com/@storybook/csf/-/csf-0.0.2--canary.87bc651.0.tgz#c7b99b3a344117ef67b10137b6477a3d2750cf44"
@@ -3247,6 +3263,16 @@
32473263
resolve-from "^5.0.0"
32483264
ts-dedent "^2.0.0"
32493265

3266+
"@storybook/theming@6.5.9":
3267+
version "6.5.9"
3268+
resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-6.5.9.tgz#13f60a3a3cd73ceb5caf9f188e1627e79f1891aa"
3269+
integrity sha512-KM0AMP5jMQPAdaO8tlbFCYqx9uYM/hZXGSVUhznhLYu7bhNAIK7ZVmXxyE/z/khM++8eUHzRoZGiO/cwCkg9Xw==
3270+
dependencies:
3271+
"@storybook/client-logger" "6.5.9"
3272+
core-js "^3.8.2"
3273+
memoizerific "^1.11.3"
3274+
regenerator-runtime "^0.13.7"
3275+
32503276
"@storybook/ui@6.4.19":
32513277
version "6.4.19"
32523278
resolved "https://registry.yarnpkg.com/@storybook/ui/-/ui-6.4.19.tgz#1fb9f6cd875ee4937cf9d81ca45d5156800176d1"
@@ -5234,7 +5260,18 @@ babel-plugin-react-docgen@^4.2.1:
52345260
lodash "^4.17.15"
52355261
react-docgen "^5.0.0"
52365262

5237-
babel-plugin-styled-components@2.0.6, "babel-plugin-styled-components@>= 1.12.0":
5263+
babel-plugin-styled-components@2.0.7:
5264+
version "2.0.7"
5265+
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.7.tgz#c81ef34b713f9da2b7d3f5550df0d1e19e798086"
5266+
integrity sha512-i7YhvPgVqRKfoQ66toiZ06jPNA3p6ierpfUuEWxNF+fV27Uv5gxBkf8KZLHUCc1nFA9j6+80pYoIpqCeyW3/bA==
5267+
dependencies:
5268+
"@babel/helper-annotate-as-pure" "^7.16.0"
5269+
"@babel/helper-module-imports" "^7.16.0"
5270+
babel-plugin-syntax-jsx "^6.18.0"
5271+
lodash "^4.17.11"
5272+
picomatch "^2.3.0"
5273+
5274+
"babel-plugin-styled-components@>= 1.12.0":
52385275
version "2.0.6"
52395276
resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.6.tgz#6f76c7f7224b7af7edc24a4910351948c691fc90"
52405277
integrity sha512-Sk+7o/oa2HfHv3Eh8sxoz75/fFvEdHsXV4grdeHufX0nauCmymlnN0rGhIvfpMQSJMvGutJ85gvCGea4iqmDpg==
@@ -7904,10 +7941,10 @@ eslint-plugin-react@^7.23.2:
79047941
semver "^6.3.0"
79057942
string.prototype.matchall "^4.0.6"
79067943

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==
7944+
eslint-plugin-sonarjs@0.13.0:
7945+
version "0.13.0"
7946+
resolved "https://registry.yarnpkg.com/eslint-plugin-sonarjs/-/eslint-plugin-sonarjs-0.13.0.tgz#c34d140cc90abaaed38f5a5201a2ccdebe398862"
7947+
integrity sha512-t3m7ta0EspzDxSOZh3cEOJIJVZgN/TlJYaBGnQlK6W/PZNbWep8q4RQskkJkA7/zwNpX0BaoEOSUUrqaADVoqA==
79117948

79127949
eslint-scope@5.1.1, eslint-scope@^5.1.1:
79137950
version "5.1.1"
@@ -9485,7 +9522,7 @@ he@^1.2.0:
94859522
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
94869523
integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
94879524

9488-
highlight.js@^10.1.1, highlight.js@~10.7.0:
9525+
highlight.js@^10.1.1, highlight.js@^10.4.1, highlight.js@~10.7.0:
94899526
version "10.7.3"
94909527
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.7.3.tgz#697272e3991356e40c3cac566a74eef681756531"
94919528
integrity sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==
@@ -11703,7 +11740,7 @@ lowercase-keys@^2.0.0:
1170311740
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479"
1170411741
integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
1170511742

11706-
lowlight@^1.14.0:
11743+
lowlight@^1.14.0, lowlight@^1.17.0:
1170711744
version "1.20.0"
1170811745
resolved "https://registry.yarnpkg.com/lowlight/-/lowlight-1.20.0.tgz#ddb197d33462ad0d93bf19d17b6c301aa3941888"
1170911746
integrity sha512-8Ktj+prEb1RoCPkEOrPMYUN/nCggB7qAWe3a7OpMjWQkh3l2RD5wKRQ+o8Q8YuI9RG/xs95waaI/E6ym/7NsTw==
@@ -13846,6 +13883,11 @@ prismjs@^1.21.0, prismjs@~1.27.0:
1384613883
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.27.0.tgz#bb6ee3138a0b438a3653dd4d6ce0cc6510a45057"
1384713884
integrity sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==
1384813885

13886+
prismjs@^1.27.0:
13887+
version "1.28.0"
13888+
resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.28.0.tgz#0d8f561fa0f7cf6ebca901747828b149147044b6"
13889+
integrity sha512-8aaXdYvl1F7iC7Xm1spqSaY/OJBpYW3v+KJ+F17iYxvdc8sfjW194COK5wVhMZX45tGteiBQgdvD/nhxcRwylw==
13890+
1384913891
process-es6@^0.11.6:
1385013892
version "0.11.6"
1385113893
resolved "https://registry.yarnpkg.com/process-es6/-/process-es6-0.11.6.tgz#c6bb389f9a951f82bd4eb169600105bd2ff9c778"
@@ -14219,6 +14261,11 @@ react-refresh@^0.11.0:
1421914261
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.11.0.tgz#77198b944733f0f1f1a90e791de4541f9f074046"
1422014262
integrity sha512-F27qZr8uUqwhWZboondsPx8tnC3Ct3SxZA3V5WyEvujRyyNv0VYPhoBg1gZ8/MV5tubQp76Trw8lTv9hzRBa+A==
1422114263

14264+
react-refresh@^0.14.0:
14265+
version "0.14.0"
14266+
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.14.0.tgz#4e02825378a5f227079554d4284889354e5f553e"
14267+
integrity sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==
14268+
1422214269
react-router-dom@^6.0.0:
1422314270
version "6.2.2"
1422414271
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-6.2.2.tgz#f1a2c88365593c76b9612ae80154a13fcb72e442"
@@ -14255,6 +14302,17 @@ react-syntax-highlighter@^13.5.3:
1425514302
prismjs "^1.21.0"
1425614303
refractor "^3.1.0"
1425714304

14305+
react-syntax-highlighter@^15.4.5:
14306+
version "15.5.0"
14307+
resolved "https://registry.yarnpkg.com/react-syntax-highlighter/-/react-syntax-highlighter-15.5.0.tgz#4b3eccc2325fa2ec8eff1e2d6c18fa4a9e07ab20"
14308+
integrity sha512-+zq2myprEnQmH5yw6Gqc8lD55QHnpKaU8TOcFeC/Lg/MQSs8UknEA0JC4nTZGFAXC2J2Hyj/ijJ7NlabyPi2gg==
14309+
dependencies:
14310+
"@babel/runtime" "^7.3.1"
14311+
highlight.js "^10.4.1"
14312+
lowlight "^1.17.0"
14313+
prismjs "^1.27.0"
14314+
refractor "^3.6.0"
14315+
1425814316
react-textarea-autosize@^8.3.0:
1425914317
version "8.3.3"
1426014318
resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-8.3.3.tgz#f70913945369da453fd554c168f6baacd1fa04d8"
@@ -14378,7 +14436,7 @@ redent@^3.0.0:
1437814436
indent-string "^4.0.0"
1437914437
strip-indent "^3.0.0"
1438014438

14381-
refractor@^3.1.0:
14439+
refractor@^3.1.0, refractor@^3.6.0:
1438214440
version "3.6.0"
1438314441
resolved "https://registry.yarnpkg.com/refractor/-/refractor-3.6.0.tgz#ac318f5a0715ead790fcfb0c71f4dd83d977935a"
1438414442
integrity sha512-MY9W41IOWxxk31o+YvFCNyNzdkc9M20NoZK5vq6jkv4I/uh2zkWcfudj0Q1fovjUQJrNewS9NMzeTtqPf+n5EA==

0 commit comments

Comments
 (0)