aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-06-23 23:34:18 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-06-23 23:43:58 +0200
commitaa6197bbc8bc308dccd3a1d65d04b9cff1a88e3b (patch)
tree2879a09470f0e8b6f7711a1d4f4c5e6c418637b0 /yarn.lock
parentchore(deps): bump dependencies (diff)
downloadrefinery-aa6197bbc8bc308dccd3a1d65d04b9cff1a88e3b.tar.gz
refinery-aa6197bbc8bc308dccd3a1d65d04b9cff1a88e3b.tar.zst
refinery-aa6197bbc8bc308dccd3a1d65d04b9cff1a88e3b.zip
chore(frontend): fix peer dependency warnings
Diffstat (limited to 'yarn.lock')
-rw-r--r--yarn.lock12
1 files changed, 11 insertions, 1 deletions
diff --git a/yarn.lock b/yarn.lock
index 4c1e2a47..6c1d0032 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -124,7 +124,7 @@ __metadata:
124 languageName: node 124 languageName: node
125 linkType: hard 125 linkType: hard
126 126
127"@algolia/client-search@npm:4.23.3": 127"@algolia/client-search@npm:4.23.3, @algolia/client-search@npm:^4.23.3":
128 version: 4.23.3 128 version: 4.23.3
129 resolution: "@algolia/client-search@npm:4.23.3" 129 resolution: "@algolia/client-search@npm:4.23.3"
130 dependencies: 130 dependencies:
@@ -3382,6 +3382,7 @@ __metadata:
3382 version: 0.0.0-use.local 3382 version: 0.0.0-use.local
3383 resolution: "@refinery/docs@workspace:subprojects/docs" 3383 resolution: "@refinery/docs@workspace:subprojects/docs"
3384 dependencies: 3384 dependencies:
3385 "@algolia/client-search": "npm:^4.23.3"
3385 "@docusaurus/core": "npm:^3.4.0" 3386 "@docusaurus/core": "npm:^3.4.0"
3386 "@docusaurus/mdx-loader": "npm:^3.4.0" 3387 "@docusaurus/mdx-loader": "npm:^3.4.0"
3387 "@docusaurus/module-type-aliases": "npm:^3.4.0" 3388 "@docusaurus/module-type-aliases": "npm:^3.4.0"
@@ -3411,9 +3412,11 @@ __metadata:
3411 react-dom: "npm:^18.3.1" 3412 react-dom: "npm:^18.3.1"
3412 remark-smartypants: "npm:^3.0.1" 3413 remark-smartypants: "npm:^3.0.1"
3413 responsive-loader: "npm:^3.1.2" 3414 responsive-loader: "npm:^3.1.2"
3415 search-insights: "npm:^2.14.0"
3414 sharp: "npm:^0.33.4" 3416 sharp: "npm:^0.33.4"
3415 swc-loader: "npm:^0.2.6" 3417 swc-loader: "npm:^0.2.6"
3416 terser-webpack-plugin: "npm:^5.3.10" 3418 terser-webpack-plugin: "npm:^5.3.10"
3419 typescript: "npm:5.5.2"
3417 unified: "npm:^11.0.5" 3420 unified: "npm:^11.0.5"
3418 unist-util-visit: "npm:^5.0.0" 3421 unist-util-visit: "npm:^5.0.0"
3419 webpack: "npm:^5.92.1" 3422 webpack: "npm:^5.92.1"
@@ -15021,6 +15024,13 @@ __metadata:
15021 languageName: node 15024 languageName: node
15022 linkType: hard 15025 linkType: hard
15023 15026
15027"search-insights@npm:^2.14.0":
15028 version: 2.14.0
15029 resolution: "search-insights@npm:2.14.0"
15030 checksum: 10c0/2b404fa30fbd962e1e4831c595801aa97cac3b00047f2f351f7c3baa7b5d701f0c22f61d3e0de12037273fc8b52abf543a9e82a91303c1a5fa5c05395ceece1a
15031 languageName: node
15032 linkType: hard
15033
15024"section-matter@npm:^1.0.0": 15034"section-matter@npm:^1.0.0":
15025 version: 1.0.0 15035 version: 1.0.0
15026 resolution: "section-matter@npm:1.0.0" 15036 resolution: "section-matter@npm:1.0.0"