Skip to content

Commit b74492b

Browse files
emargetistaraspos
andauthored
fixing svg issue (#141)
* fixing svg issue * Update package.json Co-authored-by: Taras <9948629+taraspos@users.noreply.github.com> --------- Co-authored-by: Taras <9948629+taraspos@users.noreply.github.com>
1 parent 63fcb84 commit b74492b

File tree

3 files changed

+309
-7
lines changed

3 files changed

+309
-7
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ const config: Config = {
164164
],
165165
"@docusaurus/theme-classic",
166166
"@docusaurus/plugin-sitemap",
167+
"@docusaurus/plugin-svgr",
167168
[
168169
"@docusaurus/plugin-content-docs",
169170
{

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"pre-commit": "yarn lint-staged"
3737
},
3838
"resolutions": {
39-
"@rspack/core": "1.1.8"
39+
"@rspack/core": "1.2.5"
4040
},
4141
"dependencies": {
4242
"@csstools/postcss-global-data": "^2.1.1",
@@ -47,6 +47,7 @@
4747
"@docusaurus/plugin-debug": "^3.7.0",
4848
"@docusaurus/plugin-google-gtag": "^3.7.0",
4949
"@docusaurus/plugin-sitemap": "^3.7.0",
50+
"@docusaurus/plugin-svgr": "^3.7.0",
5051
"@docusaurus/theme-classic": "^3.7.0",
5152
"@docusaurus/tsconfig": "^3.7.0",
5253
"@inkeep/widgets": "^0.2.290",
@@ -61,10 +62,10 @@
6162
"nanoid": "^5.0.9",
6263
"postcss-preset-env": "^9.5.14",
6364
"prism-react-renderer": "^2.3.0",
65+
"react": "^18.3.1",
6466
"react-dom": "^18.3.1",
6567
"react-loadable": "^5.5.0",
6668
"react-use": "^17.5.0",
67-
"react": "^18.3.1",
6869
"rehype-highlight": "^7.0.2",
6970
"remark-mdx": "^2.1.1",
7071
"vite-node": "^3.0.5"

0 commit comments

Comments
 (0)